blob: 9533515d163f4be5c45490e701c53770ffcf2a87 [file] [log] [blame]
Harald Welteac359802017-04-12 12:13:44 +02001[LOGGING]
2LogSourceInfo := Yes
3FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING
4ConsoleMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING
5
6[EXECUTE]
7M3UA_Emulation_Test.tc_M3UA_demo_bicc
8
9[TESTPORT_PARAMETERS]
10system.SCTP_PORT.debug := "yes"
11
12[MODULE_PARAMETERS]
13M3UA_Emulation.tsp_logVerbose := true;
14M3UA_Emulation.tsp_M3UA_Server_Mode := false;
15M3UA_Emulation_Test.tsp_address :=
16{
17 local_sctp_port := 2905,
18 local_ip_addr := "10.6.70.19",
19 remote_sctp_port := 2905,
20 remote_ip_addr := "159.107.193.33"
21}