ITSTS.cfg 3.51 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 | DEBUG | MATCHING
#ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING
FileMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
ConsoleMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
LogSourceInfo := Stack
LogEntityName:= Yes
LogEventTypes:= Yes
#TimeStampFormat := DateTime

[TESTPORT_PARAMETERS]
# In this section you can specify parameters that are passed to Test Ports.
garciay's avatar
garciay committed
# BTP Layer
#   type            : btpA|btpB
#   destination port: dst_port
#   source port     : src_port
# GN Layer
#   ll_address      : GeoNetworking address of the TestSystem
#   latitude        : latitude of the TestSystem
#   longitude       : longitude of the TestSystem
#   expiry          : Beaconning timer expiry (ms)
garciay's avatar
garciay committed
# Ethernet layer
#   Source MAC address: mac_src
#   Broadcast address : mac_bc
#   Ethernet type     : eth_type
# Pcap layer
#   Pcap filter: filter
#   Online mode:
#     Local NIC: nic
#                If set, online mode used
garciay's avatar
garciay committed
#   Offline mode:
#     File to read    : file
#     Frame offset    : frame_offset
#     Time offset     : time_offset
#     Save sent packet: save_mode=[0|1]
system.geoNetworkingPort.params := "GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=enp0s8,file=/home/ubuntu/tmp/test_1_beacon.pcap,filter=ether proto 0x8947,frame_offset=0,save_mode=1)"
system.btpPort.params := "BTP(type=btpB,dst_port=2000,src_port=0)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=,file=/home/ubuntu/tmp/test_1_cam.pcap,filter=ether proto 0x8947,frame_offset=0)"
system.camPort.params := "CAM/BTP(type=btpA,dst_port=2000,src_port=0)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=,file=/home/ubuntu/tmp/test_1_cam.pcap,filter=ether proto 0x8947,frame_offset=0)"

[EXECUTE]
garciay's avatar
garciay committed
# GeoNetworking Req
garciay's avatar
garciay committed
#TestCodec_GeoNetworking.tc_GeoNetReq_AnycastPacket
garciay's avatar
garciay committed
#TestCodec_GeoNetworking.tc_GeoNetReq_BroadcastPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_UnicastPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_BeaconPacket
garciay's avatar
garciay committed
#TestCodec_GeoNetworking.tc_GeoNetReq_LsRequestPacket
#TestCodec_GeoNetworking.tc_GeoNetReq_LsReplyPacket
garciay's avatar
garciay committed
# GeoNetworking Ind
#TestCodec_GeoNetworking.tc_GeoNetInd_AnycastPacket
garciay's avatar
garciay committed
#TestCodec_GeoNetworking.tc_GeoNetInd_BroadcastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_UnicastPacket
#TestCodec_GeoNetworking.tc_GeoNetInd_BeaconPacket
garciay's avatar
garciay committed
# GeoNetworking Port
TestCodec_GeoNetworking.tc_GeoNet_Port
garciay's avatar
garciay committed

garciay's avatar
garciay committed
# Btp PDU
#TestCodec_Btp.tc_Btp_A_Without_Payload
#TestCodec_Btp.tc_Btp_A
#TestCodec_Btp.tc_Btp_B
#TestCodec_Btp.tc_BtpReq_A
garciay's avatar
garciay committed
# Btp Port
garciay's avatar
garciay committed
#TestCodec_Btp.tc_Btp_Port
garciay's avatar
garciay committed

garciay's avatar
garciay committed
# CAM PDU
#TestCodec_CAM.tc_CamReq
#TestCodec_CAM.tc_Cam_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