[ORDERED_INCLUDE]
"/osmo-ttcn3-hacks/Common.cfg"
"/osmo-ttcn3-hacks/pcu/PCU_Tests.default"

[LOGGING]

[TESTPORT_PARAMETERS]
*.PCUVTY.CTRL_HOSTNAME := "172.18.13.101"
*.PCUVTY.PROMPT1 := "OsmoPCU> "
*.STATSVTY.CTRL_HOSTNAME := "172.18.13.101"
*.STATSVTY.PROMPT1 := "OsmoPCU> "


[MODULE_PARAMETERS]
PCU_Tests.mp_pcu_sock_path := "/data/unix/pcu_bts"
PCU_Tests.mp_pcu_statsd_ip := "172.18.13.10"
SGSN_Components.mp_nsconfig := {
	nsei := 1234,
	handle_sns := false,
	nsvc := {
		{
			provider := {
				ip := {
					address_family := AF_INET,
					local_ip := "172.18.13.10",
					local_udp_port := 23000,
					remote_ip := "172.18.13.101",
					remote_udp_port := 23000,
					data_weight := 1,
					signalling_weight := 1
				}
			},
			nsvci := 1234
		}
	}
}
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoPCU"
PCUIF_Types.mp_pcuif_version := 12

[MAIN_CONTROLLER]

[EXECUTE]
PCU_Tests.control
PCU_Tests_NS.control