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