#!/usr/bin/env bash # # Copyright (c) 2025 Nordic Semiconductor ASA # # SPDX-License-Identifier: Apache-2.0 source ${ZEPHYR_BASE}/tests/bsim/sh_common.source VERBOSITY_LEVEL=2 EXECUTE_TIMEOUT=30 cd ${BSIM_OUT_PATH}/bin SIMULATION_ID="csip_register" Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \ -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_member_register \ -RealEncryption=1 -rs=20 -D=1 -argstest rank 1 size 2 # Simulation time should be larger than the WAIT_TIME in common.h Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \ -D=1 -sim_length=1e6 $@ wait_for_background_jobs