ITSTS.cfg 1.36 KB
Newer Older
[MODULE_PARAMETERS]
# This section shall contain the values of all parameters that are defined in your TTCN-3 modules.
LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_any

[LOGGING]
# In this section you can specify the name of the log file and the classes of events
# you want to log into the file or display on console (standard error).

LogFile := "../logs/%e.%h-%r.%s"
FileMask := LOG_ALL | USER | MATCHING | DEBUG
ConsoleMask := LOG_ALL | USER | MATCHING | DEBUG
LogSourceInfo := Stack
LogEntityName:= Yes
LogEventTypes:= Yes
#TimeStampFormat := DateTime

[TESTPORT_PARAMETERS]
# In this section you can specify parameters that are passed to Test Ports.
system.geoNetworkingPort.params := "GN(mid=CA:FE:DE:CA:00:01,Latitude=43551050,Longitude=10298730,TsBeaconInterval=1000)/ETH(src_addr=00:00:00:00:00:00,bc_addr=FF:FF:FF:FF:FF:FF,eth_type=8937)/PCAP(nic=,file=aa,filter=aa,offset=0)"
system.camPort.param := "BTP(dst_port=2000,src_port)/GN(mid=CA:FE:DE:CA:00:01,Latitude=43551050,Longitude=10298730,TsBeaconInterval=1000)/ETH(src_addr=F8:CA:B8:08:39:18,bc_addr=FF:FF:FF:FF:FF:FF,eth_type=8947)"

[EXECUTE]
TestCodec_GeoNetworking.tc_GeoNetReq_BroadcastPacket
garciay's avatar
garciay committed
TestCodec_GeoNetworking.tc_GeoNet_Port

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
KillTimer := 10.0
TCPPort := 0
LocalAddress := 127.0.0.1
TCPPort := 12000
NumHCs := 1