1#!/usr/bin/env bash 2# Copyright 2025 Nordic Semiconductor ASA 3# Copyright 2018 Oticon A/S 4# SPDX-License-Identifier: Apache-2.0 5 6source ${ZEPHYR_BASE}/tests/bsim/sh_common.source 7 8simulation_id="ll-throughput" 9verbosity_level=2 10EXECUTE_TIMEOUT=180 11 12cd ${BSIM_OUT_PATH}/bin 13 14Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_ll_throughput_prj_conf \ 15 -v=${verbosity_level} -s=${simulation_id} -RealEncryption=1 -d=0 \ 16 -testid=central 17 18Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_ll_throughput_prj_conf\ 19 -v=${verbosity_level} -s=${simulation_id} -RealEncryption=1 -d=1 \ 20 -testid=peripheral 21 22Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \ 23 -D=2 -sim_length=120e6 $@ -argschannel -at=40 24 25wait_for_background_jobs 26