osmo-gsm-tester/sysmocom/ttcn3/suites/ttcn3_bts_tests/scripts/BTS_Tests.cfg.tmpl

35 lines
862 B
Cheetah

[ORDERED_INCLUDE]
"/osmo-ttcn3-hacks/Common.cfg"
"/osmo-ttcn3-hacks/bts/BTS_Tests.default"
[LOGGING]
[TESTPORT_PARAMETERS]
*.BTSVTY.CTRL_HOSTNAME := "${btsvty_ctrl_hostname}"
[MODULE_PARAMETERS]
BTS_Tests.mp_rsl_ip := "172.18.9.10"
BTS_Tests.mp_bts_trxc_ip := "127.0.0.1"
%if pcu_available:
BTS_Tests.mp_pcu_socket := "/data/unix_pcu/pcu_bts"
%else:
BTS_Tests.mp_pcu_socket := ""
%endif
BTS_Tests.mp_bts_trxc_port := -1
L1CTL_PortType.m_l1ctl_sock_path := "/data/unix_l2/osmocom_l2"
BTS_Tests.mp_ctrl_ip := "${btsvty_ctrl_hostname}"
BTS_Tests.mp_rxlev_exp := 1
BTS_Tests.mp_tolerance_rxlev := 10;
BTS_Tests.mp_tolerance_rxqual := 1;
BTS_Tests.mp_trx0_arfcn := 868
BTS_Tests.mp_ipa_up_timeout := 30.0
BTS_Tests.mp_ipa_up_delay := 3.0
${ttcn3_test_extra_module_params}
[MAIN_CONTROLLER]
[EXECUTE]
% for group in ttcn3_test_groups:
${group}.control
% endfor