Skip to content

Commit fcbe852

Browse files
committed
[nrf fromtree] Tests: Bluetooth: Tester: Increase the number of max mesh tx segments
Increasing the number of max tx segments to be able to fit composition page 0 into composition data status message. After the subnet bridge config client and server are added to the tester, the size needed to report composition data page 0 increased. Current behaviour of the tester is correct, dropping the element when there is not enough space in data field, however the PTS application does not handle the composition data status message without element. Signed-off-by: alperen sener <[email protected]> (cherry picked from commit 9ae8ebf) Signed-off-by: Håvard Reierstad <[email protected]>
1 parent 17ca238 commit fcbe852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bluetooth/tester/overlay-mesh.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CONFIG_BT_MESH_HEALTH_CLI=y
1515
CONFIG_BT_MESH_FRIEND=y
1616
CONFIG_BT_MESH_FRIEND_QUEUE_SIZE=32
1717
CONFIG_BT_MESH_RX_SEG_MAX=13
18+
CONFIG_BT_MESH_TX_SEG_MAX=7
1819
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=3
1920
CONFIG_BT_MESH_LPN_POLL_TIMEOUT=100
2021
CONFIG_BT_MESH_PROVISIONER=y

0 commit comments

Comments
 (0)