Commit 8b01c08e authored by Luke Mewburn's avatar Luke Mewburn
Browse files

TS 102 232-4 CR015: Add common l2AccessPDUObjId

Add common l2AccessPDUObjId

Remove trailing spaces and tabs.
Consistently use a 4 character tab instead of spaces.
parent 25762e64
Pipeline #13920 passed with stages
in 31 seconds
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),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment