Skip to content
Snippets Groups Projects

102232-3 CR 045 - Truncated packets in IPCCContents

Merged Luke Mewburn requested to merge cr/102232-3/0045 into meeting/LI64
All threads resolved!
Compare and
1 file
+ 8
0
Preferences
Compare changes
+ 8
0
@@ -38,6 +38,14 @@ IPCC ::= SEQUENCE
IPCCContents ::= CHOICE
{
iPPackets [0] OCTET STRING,
...,
iPTruncatedPacket [1] IPTruncatedPacket
}
IPTruncatedPacket ::= SEQUENCE
{
truncatedPacket [0] OCTET STRING,
originalLength [1] INTEGER OPTIONAL,
...
}