You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2020/09/15 06:41:46 UTC

[mynewt-nimble] 05/09: apps/bttester: Adjust config values for mesh PTS test cases

This is an automated email from the ASF dual-hosted git repository.

rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 390041b638a6cca88bda8ea91a1d58dd88aaced4
Author: Krzysztof Kopyściński <kr...@codecoup.pl>
AuthorDate: Thu Sep 3 10:41:07 2020 +0200

    apps/bttester: Adjust config values for mesh PTS test cases
---
 apps/bttester/syscfg.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index dd36f74..8aeac10 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -124,6 +124,9 @@ syscfg.vals:
     BLE_MESH_FRIEND: 1
     BLE_MESH_CFG_CLI: 1
     BLE_MESH_RX_SDU_MAX: 110
+    BLE_MESH_HEALTH_CLI: 1
+    BLE_MESH_FRIEND_QUEUE_SIZE: 32
+    CONFIG_BT_MESH_TX_SEG_MSG_COUNT: 6
 
     BLE_MESH_ADV_BUF_COUNT: 20
     BLE_MESH_TX_SEG_MAX: 6