Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
6e775b97
Commit
6e775b97
authored
Oct 18, 2017
by
garciay
Browse files
Validate DENM/CAM decoding from pcap files
parent
ddb00f59
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_TestSystem.ttcn
View file @
6e775b97
...
...
@@ -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"
}
/**
...
...
ttcn/DENM/LibItsDenm_TestSystem.ttcn
View file @
6e775b97
...
...
@@ -162,6 +162,7 @@ module LibItsDenm_TestSystem {
}
// End of group facilityPrimitives
with
{
variant
""
encode
"LibIts_Interface"
}
// end interfacePrimitives
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment