Commit 2c78b98f authored by mewburn's avatar mewburn Committed by Mark Canterbury
Browse files

102232-4 CR 016 - Truncated datagrams in l2CCContents

parent bae7dce3
Loading
Loading
Loading
Loading
+28 −7
Original line number Original line Diff line number Diff line
@@ -40,11 +40,32 @@ L2CC ::= SEQUENCE
        ...,
        ...,
        l2ATM2684               [6] OCTET STRING,
        l2ATM2684               [6] OCTET STRING,
            -- The protocol RFC 2684, method "LLC Encapsulation for Bridged Protocols" [16] is used
            -- 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
            -- 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
-- Intercept-related information for general L2-Access
-- ===================================================
-- ===================================================