blob: 2c2ffb860dd5ac2509cafbd51f7cc49c9afdc216 [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
20Test.mp_gb_cfg := {
21 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 Welte244cd8a2017-08-26 09:25:20 +020052#Test.TC_selftest_llc
53#Test.TC_selftest_rlcmac
54#Test.TC_selftest_bssgp
55#Test.TC_nsem
56#Test.TC_paging
57Test.TC_rach
58#Test.TC_selftest_rr