aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/PCU_Tests.default
blob: 537744ff921edaffa32b2c68cf3ee49c75d4b478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[ORDERED_INCLUDE]
# Common configuration, shared between test suites
"../Common.cfg"

[LOGGING]
#*.FileMask := LOG_ALL
ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | DEBUG_ENCDEC

[MODULE_PARAMETERS]
PCU_Tests.mp_gb_cfg := {
	nsei := 1234,
	bvci := 1234,
	cell_id := {
		ra_id := {
			lai := {
				mcc_mnc := '262F42'H, lac := 13135
			},
			rac := 0
		},
		cell_id := 20960
	},
	sgsn_role := true
}
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU";

[TESTPORT_PARAMETERS]
*.*.udpReuseAddress := "yes";
*.PCU.socket_type := "SEQPACKET"
*.PCUVTY.CTRL_MODE := "client"
*.PCUVTY.CTRL_HOSTNAME := "127.0.0.1"
*.PCUVTY.CTRL_PORTNUM := "4240"
*.PCUVTY.CTRL_LOGIN_SKIPPED := "yes"
*.PCUVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
*.PCUVTY.CTRL_READMODE := "buffered"
*.PCUVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
*.PCUVTY.CTRL_DETECT_CONNECTION_ESTABLISHMENT_RESULT := "yes"
*.PCUVTY.PROMPT1 := "OsmoPCU> "

[MAIN_CONTROLLER]

[EXECUTE]