Skip to content

Commit c36dc91

Browse files
committed
tests: bsim: Bluetooth: Enable similar Controller Kconfig features
Enable similar Controller Kconfig features between nRF52 and nRF5340 BabbleSIM LE Audio testing. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent ba65ff3 commit c36dc91

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ CONFIG_BT_CTLR_LOW_LAT_ULL=y
8181

8282
CONFIG_BT_CTLR_ADV_RESERVE_MAX=n
8383
CONFIG_BT_CTLR_ADV_ISO_RESERVE_MAX=y
84+
CONFIG_BT_CTLR_SCAN_AUX_SYNC_RESERVE_MIN=y
85+
CONFIG_BT_CTLR_SYNC_PERIODIC_SKIP_ON_SCAN_AUX=n
8486
CONFIG_BT_CTLR_SYNC_ISO_RESERVE_MAX=n
8587
CONFIG_BT_CTLR_CENTRAL_RESERVE_MAX=n
8688
CONFIG_BT_CTLR_PERIPHERAL_RESERVE_MAX=n
@@ -155,7 +157,3 @@ CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
155157
CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG=y
156158
CONFIG_MBEDTLS_AES_ROM_TABLES=y
157159
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=3
158-
159-
# Reduce RAM footprint further otherwise the image won't fit in cpu_net.
160-
CONFIG_BT_CTLR_ADV_ISO_SET=1
161-
CONFIG_BT_CTLR_ADV_ISO_STREAM_COUNT=2

tests/bsim/bluetooth/audio/overlay-bt_ll_sw_split.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CONFIG_BT_CTLR_ADV_DATA_BUF_MAX=6
2424

2525
# Increase the below to receive interleaved advertising chains
2626
CONFIG_BT_CTLR_SCAN_AUX_SET=3
27+
CONFIG_BT_CTLR_LOW_LAT_ULL=y
2728
# CONFIG_BT_CTLR_SCAN_AUX_USE_CHAINS=y
2829
# CONFIG_BT_CTLR_SCAN_AUX_CHAIN_COUNT=1
2930

@@ -50,6 +51,8 @@ CONFIG_BT_CTLR_ADV_EXT=y
5051
CONFIG_BT_CTLR_ADV_PERIODIC=y
5152
CONFIG_BT_CTLR_SYNC_TRANSFER_SENDER=y
5253
CONFIG_BT_CTLR_ADV_ISO=y
54+
CONFIG_BT_CTLR_ADV_ISO_SEQUENTIAL=y
55+
CONFIG_BT_CTLR_ADV_ISO_INTERLEAVED=y
5356
CONFIG_BT_CTLR_ADV_ISO_SET=1
5457
CONFIG_BT_CTLR_ADV_ISO_STREAM_COUNT=4
5558
CONFIG_BT_CTLR_ADV_ISO_STREAM_MAX=4
@@ -60,6 +63,8 @@ CONFIG_BT_CTLR_ADV_EXT=y
6063
CONFIG_BT_CTLR_SYNC_PERIODIC=y
6164
CONFIG_BT_CTLR_SYNC_TRANSFER_RECEIVER=y
6265
CONFIG_BT_CTLR_SYNC_ISO=y
66+
CONFIG_BT_CTLR_SYNC_ISO_SEQUENTIAL=y
67+
CONFIG_BT_CTLR_SYNC_ISO_INTERLEAVED=y
6368
CONFIG_BT_CTLR_SCAN_SYNC_ISO_SET=1
6469
CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT=4
6570
CONFIG_BT_CTLR_SYNC_ISO_STREAM_MAX=4

tests/bsim/bluetooth/audio_samples/bap_unicast_client/tests_scripts/unicast_client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_samples_bap_unicast_client_p
2424
-testid=unicast_client
2525

2626
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
27-
-D=2 -sim_length=20e6 $@ -argschannel -at=40
27+
-D=2 -sim_length=21e6 $@ -argschannel -at=40
2828

2929
wait_for_background_jobs #Wait for all programs in background and return != 0 if any fails

tests/bsim/bluetooth/host/adv/chain/tests_scripts/adv_chain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_adv_chain_prj_conf\
1818
-v=${verbosity_level} -s=${simulation_id} -d=1 -testid=scan
1919

2020
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
21-
-D=2 -sim_length=10e6 $@
21+
-D=2 -sim_length=11e6 $@
2222

2323
wait_for_background_jobs

0 commit comments

Comments
 (0)