Commit 546a78b6 authored by garciay's avatar garciay
Browse files

STF538: Start ATS validation

parent 181e7294
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -117,12 +117,12 @@ LogEventTypes:= Yes
#     save_mode   : 1 to save sent packet, 0 otherwise

# Single GeoNetworking component port
system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,beaconing=0,device_mode=0,expiry=500,secured_mode=1,encrypted_mode=0,certificate=CERT_IUT_F_AT,peer_certificate=CERT_TS_F_AT,sec_db_path=/home/ubuntu/tmp/test_01)/ETH(mac_src=0800275e8e00,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=0800275e8e00,nic=enp0s8,filter=and ether proto 0x8947)"
#system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,beaconing=0,device_mode=0,expiry=500,secured_mode=1,encrypted_mode=1,certificate=CERT_IUT_F_AT,peer_certificate=CERT_TS_F_AT,sec_db_path=/home/vagrant/tmp/test_01)/ETH(mac_src=080027d2b658,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=080027d2b658,nic=eth1,filter=and ether proto 0x8947)"
system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,beaconing=0,device_mode=0,expiry=500,its_aid=36,secured_mode=1,encrypted_mode=0,certificate=CERT_IUT_F_AT,peer_certificate=CERT_TS_F_AT,sec_db_path=/home/ubuntu/tmp/test_01)/ETH(mac_src=0800275e8e00,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=0800275e8e00,nic=enp0s8,filter=and ether proto 0x8947)"
#system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,beaconing=0,device_mode=0,expiry=500,secured_mode=1,encrypted_mode=1,certificate=CERT_IUT_F_AT,peer_certificate=CERT_TS_F_AT,sec_db_path=/home/vagrant/tmp/test_01)/ETH(mac_src=dc536045af7e,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=dc536045af7e,nic=eth1,filter=and ether proto 0x8947)"

# Config port based on UDP
system.cfPort.params := "CF(ut=cam)/UDP(dst_ip=192.168.0.253,dst_port=12345,src_ip=192.168.0.250,src_port=12345)/ETH(mac_src=0800275e8e00,mac_dst=0800275c4958,eth_type=0800)/PCAP(mac_src=0800275e8e00,nic=enp0s8,filter=and udp port 12345)"
#system.cfPort.params := "CF(ut=cam)/UDP(dst_ip=192.168.0.250,dst_port=12345,src_ip=192.168.0.253,src_port=12345)/ETH(mac_src=080027d2b658,mac_dst=0800275c4958,eth_type=0800)/PCAP(mac_src=080027d2b658,nic=eth1,filter=and udp port 12345)"
system.cfPort.params := "CF(ut=gn)/UDP(dst_ip=192.168.1.253,dst_port=12345,src_ip=192.168.1.250,src_port=12345)/ETH(mac_src=0800275e8e00,mac_dst=dc536045af7e,eth_type=0800)/PCAP(mac_src=0800275e8e00,nic=enp0s8,filter=and udp port 12345)"
#system.cfPort.params := "CF(ut=cam)/UDP(dst_ip=192.168.0.250,dst_port=12345,src_ip=192.168.0.253,src_port=12345)/ETH(mac_src=dc536045af7e,mac_dst=0800275c4958,eth_type=0800)/PCAP(mac_src=dc536045af7e,nic=eth1,filter=and udp port 12345)"

[EXECUTE]
ItsRSUsSimulator_TestCases.TC_RSUSIMU_BV_01