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

Validate DENM/CAM decoding from pcap files

parent ddb00f59
......@@ -139,18 +139,7 @@ module LibItsCam_TestSystem {
UInt32 its_aid optional
}
with {
encode (msgIn) "PER"//LibItsCam_asn1
/*
encode (gnNextHeader) "RAW"
encode (gnHeaderType) "RAW"
encode (gnHeaderSubtype) "RAW"
encode (gnLifetime) "RAW"
encode (gnTrafficClass) "RAW"
encode (btpDestinationPort) "RAW"
encode (btpInfo) "RAW"
encode (ssp) "RAW"
encode (its_aid) "RAW"
*/
encode (msgIn) "PER"
}
/**
......
......@@ -162,6 +162,7 @@ module LibItsDenm_TestSystem {
} // End of group facilityPrimitives
with {
variant ""
encode "LibIts_Interface"
} // end interfacePrimitives
......
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