Skip to content
Snippets Groups Projects
Commit e8a00adb authored by Luke Mewburn's avatar Luke Mewburn Committed by canterburym
Browse files

102232-4 CR016: add L2TruncatedDatagram

parent bae7dce3
No related tags found
1 merge request!108102232-4 CR 016 - Truncated datagrams in l2CCContents
Pipeline #16244 skipped
......@@ -27,24 +27,45 @@ L2CC ::= SEQUENCE
l2CCObjId [0] RELATIVE-OID,
l2CCContents [1] CHOICE
{
l2TP [1] OCTET STRING,
l2TP [1] OCTET STRING,
-- The L2TP protocol is used
l2F [2] OCTET STRING,
l2F [2] OCTET STRING,
-- The L2F protocol is used
pPTP [3] OCTET STRING,
pPTP [3] OCTET STRING,
-- The PPTP protocol is used
pPP [4] OCTET STRING,
pPP [4] OCTET STRING,
-- The PPP protocol is used
ethernet [5] OCTET STRING,
ethernet [5] OCTET STRING,
-- The ethernet protocol is used
...,
l2ATM2684 [6] OCTET STRING,
l2ATM2684 [6] OCTET STRING,
-- The protocol RFC 2684, method "LLC Encapsulation for Bridged Protocols" [16] is used
l2FR2427 [7] OCTET STRING
l2FR2427 [7] OCTET STRING,
-- The protocol RFC 2427 "Multiprotocol Interconnect over Frame Relay" [18] is used
truncatedL2TP [8] L2TruncatedDatagram,
-- truncated l2TP[1]
truncatedL2F [9] L2TruncatedDatagram,
-- truncated l2F[2]
truncatedPPTP [10] L2TruncatedDatagram,
-- truncated pPTP[3]
truncatedPPP [11] L2TruncatedDatagram,
-- truncated pPP[4]
truncatedEthernet [12] L2TruncatedDatagram,
-- truncated ethernet[5]
truncatedL2ATM2684 [13] L2TruncatedDatagram,
-- truncated l2ATM2684[6]
truncatedL2FR2427 [14] L2TruncatedDatagram
-- truncated l2FR2427[7]
}
}
L2TruncatedDatagram ::= SEQUENCE
{
truncatedDatagram [0] OCTET STRING,
originalLength [1] INTEGER,
...
}
-- ===================================================
-- Intercept-related information for general L2-Access
-- ===================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment