diff --git a/102232-4/L2AccessPDU.asn b/102232-4/L2AccessPDU.asn index 7f18d897c49c6f59feef3002fd3904d1e10e1ce6..5bea01abe36e24abef1ccaffd601d7b11b575c95 100644 --- a/102232-4/L2AccessPDU.asn +++ b/102232-4/L2AccessPDU.asn @@ -1,4 +1,4 @@ -L2AccessPDU +L2AccessPDU {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) l2Access(4) version7(7)} @@ -9,11 +9,14 @@ BEGIN -- Object Identifier Definition -- ============================ -l2IRIObjId RELATIVE-OID ::= {li-ps(5) l2Access(4) version7(7) iRI(1)} -l2CCObjId RELATIVE-OID ::= {li-ps(5) l2Access(4) version7(7) cC(2)} -l2IRIOnlyObjId RELATIVE-OID ::= {li-ps(5) l2Access(4) version7(7) iRIOnly(3)} - -- all three definitions relative to {itu-t(0) identified-organization(4) - -- etsi(0) securityDomain(2) lawfulintercept(2)} +l2AccessPDUObjId RELATIVE-OID ::= {li-ps(5) l2Access(4) version7(7)} +l2IRIObjId RELATIVE-OID ::= {l2AccessPDUObjId iRI(1)} +l2CCObjId RELATIVE-OID ::= {l2AccessPDUObjId cC(2)} +l2IRIOnlyObjId RELATIVE-OID ::= {l2AccessPDUObjId iRIOnly(3)} + + -- definitions are relative to + -- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)} + -- ========================== -- L2 Communications Contents @@ -21,7 +24,7 @@ l2IRIOnlyObjId RELATIVE-OID ::= {li-ps(5) l2Access(4) version7(7) iRIOnly(3)} L2CC ::= SEQUENCE { - l2CCObjId [0] RELATIVE-OID, + l2CCObjId [0] RELATIVE-OID, l2CCContents [1] CHOICE { l2TP [1] OCTET STRING, @@ -48,7 +51,7 @@ L2CC ::= SEQUENCE L2IRI ::= SEQUENCE { - l2IRIObjId [0] RELATIVE-OID, + l2IRIObjId [0] RELATIVE-OID, l2IRIContents [1] L2IRIContents, ... } @@ -90,7 +93,7 @@ AccessEventType ::= ENUMERATED accessAttempt(0), -- A target requests access to the IAS accessAccept(1), - -- IAS access is granted to the target, the session begins + -- IAS access is granted to the target, the session begins accessReject(2), -- IAS access is refused to the target accessFailed(3),