blob: 20de54c93409d0974e38078a7a2c06bc346b9d9c [file] [log] [blame]
Harald Weltea74776b2018-03-02 17:00:40 +01001[ORDERED_INCLUDE]
2# Common configuration, shared between test suites
3"../Common.cfg"
4
Harald Welte13d391e2017-07-23 19:52:33 +02005[LOGGING]
Harald Welte244cd8a2017-08-26 09:25:20 +02006#*.FileMask := LOG_ALL
7ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | DEBUG_ENCDEC
Harald Welte13d391e2017-07-23 19:52:33 +02008
9[MODULE_PARAMETERS]
Harald Welte244cd8a2017-08-26 09:25:20 +020010#mp_local_ip := "192.168.100.239"
11#mp_local_udp_port := 23000
12#mp_remote_ip := "192.168.100.196"
13#mp_remote_udp_port := 21000
Harald Weltea74776b2018-03-02 17:00:40 +010014NS_Emulation.mp_local_ip := "127.0.0.1"
15NS_Emulation.mp_local_udp_port := 23000
16NS_Emulation.mp_remote_ip := "127.0.0.1"
17NS_Emulation.mp_remote_udp_port := 23001
18NS_Emulation.mp_nsei := 1234
19NS_Emulation.mp_nsvci := 1234
Harald Weltea0895f92018-03-08 11:51:23 +010020PCU_Tests.mp_gb_cfg := {
Harald Weltea74776b2018-03-02 17:00:40 +010021 nsei := 1234,
22 bvci := 1234,
23 cell_id := {
24 ra_id := {
25 lai := {
26 mcc_mnc := '00101F'H, lac := 1
27 },
28 rac := 0
29 },
30 cell_id := 0
31 },
32 sgsn_role := true
33}
Harald Welte13d391e2017-07-23 19:52:33 +020034
35[TESTPORT_PARAMETERS]
36#*.BSCVTY.CTRL_MODE := "client"
37#*.BSCVTY.CTRL_HOSTNAME := "127.0.0.1"
38#*.BSCVTY.CTRL_PORTNUM := "4242"
39#*.BSCVTY.CTRL_LOGIN_SKIPPED := "yes"
40#*.BSCVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
41#*.BSCVTY.CTRL_READMODE := "buffered"
42#*.BSCVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
43#*.BSCVTY.PROMPT1 := "OpenBSC> "
44#*.BSCVTY.PROMPT2 := "OpenBSC# "
45#*.BSCVTY.REGEX_PROMPT1 := "^OpenBSC.*$"
46
47*.*.udpReuseAddress := "yes";
48
49[MAIN_CONTROLLER]
50
51[EXECUTE]
Harald Weltea0895f92018-03-08 11:51:23 +010052#PCU_Tests.TC_selftest_llc
53#PCU_Tests.TC_selftest_rlcmac
54#PCU_Tests.TC_selftest_bssgp
55#PCU_Tests.TC_nsem
56#PCU_Tests.TC_paging
57PCU_Tests.TC_rach
58#PCU_Tests.TC_selftest_rr