Commit 74c301b9 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add ASN.1 fix for Version ::= INTEGER {v1(1)} COER encoding

parent 229c2652
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ udp_layer::udp_layer(const std::string & p_type, const std::string & param) : la
  // Initialize the socket
  _saddr.sin_family = AF_INET;
  _saddr.sin_addr.s_addr = INADDR_ANY;
  _saddr.sin_port = htons(std::atoi(_params["src_port"].c_str()));
  _saddr.sin_port = htons(std::atoi(_params["dst_port"].c_str()));
  // Create socket
  _fd = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
  if (_fd == -1) {
+4 −4
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@ ItsRSUsSimulator_Pixits.PX_RSU_ID := 8;
#   UC7 (CAM only):          PX_ETSI_USE_CASE_ID := 7
#   UC8 (EVCSN only):        PX_ETSI_USE_CASE_ID := 8
#   UC9 (CAM only):          PX_ETSI_USE_CASE_ID := 9
ItsRSUsSimulator_Pixits.PX_ETSI_USE_CASE_ID := 6
ItsRSUsSimulator_Pixits.PX_ETSI_USE_CASE_ID := 1
# Indicate which zone to simulate
ItsRSUsSimulator_Pixits.PX_ETSI_ZONE_ID := 1

ItsRSUsSimulator_Pics.PICS_GENERATE_BEACON   := false
ItsRSUsSimulator_Pics.PICS_GENERATE_CAM      := true
ItsRSUsSimulator_Pics.PICS_GENERATE_DENM     := false
ItsRSUsSimulator_Pics.PICS_GENERATE_CAM      := false
ItsRSUsSimulator_Pics.PICS_GENERATE_DENM     := true
ItsRSUsSimulator_Pics.PICS_GENERATE_IVIM     := false
ItsRSUsSimulator_Pics.PICS_GENERATE_MAPEM    := false
ItsRSUsSimulator_Pics.PICS_GENERATE_SPATEM   := false
@@ -125,7 +125,7 @@ LogEventTypes:= Yes
# Single GeoNetworking component port
# its_aid=36: CAM
# its_aid=37: DENM
system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,its_aid=36,secured_mode=1,encrypted_mode=0,certificate=CERT_IUT_A_AT,peer_certificate=CERT_TS_A_AT,sec_db_path=/home/vagrant/tmp/asn1c_cert)/ETH(mac_src=080027500f9b)/PCAP(mac_src=080027500f9b,nic=eth1,filter=and ether proto 0x8947)"
system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,its_aid=37,secured_mode=1,encrypted_mode=0,certificate=CERT_IUT_A_AT,peer_certificate=CERT_TS_A_AT,sec_db_path=/home/vagrant/tmp/asn1c_cert)/ETH(mac_src=080027500f9b)/PCAP(mac_src=080027500f9b,nic=eth1,filter=and ether proto 0x8947)"

# Config port based on UDP
system.cfPort.params := "CF(ut=cam)/UDP(dst_ip=192.168.0.4)"
Compare 1451dd87 to 5369be50
Original line number Diff line number Diff line
Subproject commit 1451dd87f9c492f4afcb9def9ec05a000e7b3f5a
Subproject commit 5369be50ae61f0f8e9d158355ff5e8a2e024aac5