Commit 6b380d03 authored by garciay's avatar garciay
Browse files

First DENM test case validation

parent 17dfa915
......@@ -5,7 +5,7 @@ LibItsGeoNetworking_Pics.PICS_GN_LOCAL_GN_ADDR := {
typeOfAddress := e_initial,
stationType := e_passengerCar,
stationCountryCode := 0,
mid := '92569202017a'O
mid := '001C6B00FF51'O
}
LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_any
......@@ -57,13 +57,14 @@ LogEventTypes:= Yes
# Save sent packet: save_mode=[0|1]
#system.denmPort.params := "DENM/BTP(type=btpA,dst_port=2001,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_denm.pcap,filter=ether proto 0x8947,frame_offset=0)"
system.denmPort.params := "DENM/BTP(type=btpB,dst_port=2001,src_port=0)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=0800275c4959,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=ether proto 0x8947)"
system.denmPort.params := "DENM/BTP(type=btpB,dst_port=2001,src_port=0)/GN(ll_address=0800275c4959,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=0800275c4959,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=ether proto 0x8947)"
# UpperTester port based on UDP
system.utPort.params := "UT/UDP(dst_ip=172.28.1.208,dst_port=12346,src_ip=172.28.1.253,src_port=12345)/ETH(mac_src=0800275c4959,mac_dst=DC536045AF7E,eth_type=0800)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=udp port 12346)"
# DENM UpperTester port based on UDP (ETSI Wlan)
#system.utPort.params := "UT/UDP(dst_ip=172.28.1.208,dst_port=12345,src_ip=172.28.1.253,src_port=12345)/ETH(mac_src=0800275c4959,mac_dst=DC536045AF7E,eth_type=0800)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=udp port 12345)"
system.utPort.params := "UT_DENM/UDP(dst_ip=192.168.0.102,dst_port=12345,src_ip=192.168.0.104,src_port=12345)/ETH(mac_src=0800275c4959,mac_dst=F8CAB8083918,eth_type=0800)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=udp port 12345)"
[EXECUTE]
ItsDenm_TestCases.DEN_MSGF_BV_01
ItsDenm_TestCases.TC_DEN_MSGF_BV_01
[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
......@@ -72,4 +73,3 @@ TCPPort := 0
LocalAddress := 127.0.0.1
TCPPort := 12000
NumHCs := 1
......@@ -74,8 +74,8 @@ system.camPort.params := "CAM/BTP(type=btpA,dst_port=2000,src_port=0)/GN(ll_addr
# DENM port
system.denmPort.params := "DENM/BTP(type=btpA,dst_port=2001,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_denm.pcap,filter=ether proto 0x8947,frame_offset=0)"
# UpperTester port based on UDP
system.utPort.params := "UT/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192.168.156.4,src_port=12345)/ETH(mac_src=026f8338c1e5,mac_dst=0A0027000011,eth_type=0800)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=udp port 12346)"
# GeoNetworking UpperTester port based on UDP
system.utPort.params := "UT_GN/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192.168.156.4,src_port=12345)/ETH(mac_src=026f8338c1e5,mac_dst=0A0027000011,eth_type=0800)/PCAP(mac_src=0800275c4959,nic=enp0s8,filter=udp port 12346)"
[EXECUTE]
# GeoNetworking Req
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment