Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
31524979
Commit
31524979
authored
Sep 25, 2020
by
canterburym
Browse files
TS 33128 v15.5.0 (2020-09-25) agreed at SA#89-e
parent
1852fd2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
33128/r15/TS33128Payloads.asn
View file @
31524979
TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r15(15) version
2(2
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r15(15) version
3(3
)}
DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
...
...
@@ -13,7 +13,7 @@ xIRIPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r15(15) version2(2) xIR
xCCPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r15(15) version1(1) xCC(2)}
iRIPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r15(15) version2(2) iRI(3)}
cCPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r15(15) version
1(1
) cC(4)}
cCPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r15(15) version
2(2
) cC(4)}
lINotificationPayloadOID RELATIVE-OID ::= {threeGPP(4) ts33128(19) r15(15) version1(1) lINotification(5)}
...
...
@@ -61,7 +61,7 @@ XIRIEvent ::= CHOICE
-- X3 xCC payload
-- ==============
-- No
explicit payload required in release 15, see clause 6.2.3.5
-- No
additional xCC payload definitions required in the present document.
-- ===============
-- HI2 IRI payload
...
...
@@ -125,7 +125,8 @@ CCPayload ::= SEQUENCE
CCPDU ::= CHOICE
{
uPFCCPDU [1] UPFCCPDU
uPFCCPDU [1] UPFCCPDU,
extendedUPFCCPDU [2] ExtendedUPFCCPDU
}
-- ===========================
...
...
@@ -382,11 +383,31 @@ SMFFailedProcedureType ::= ENUMERATED
pDUSessionRelease(3)
}
-- ==================
-- 5G UPF definitions
-- ==================
UPFCCPDU ::= OCTET STRING
-- See clause 6.2.3.8 for the details of this structure
ExtendedUPFCCPDU ::= SEQUENCE
{
payload [1] UPFCCPDUPayload,
qFI [2] QFI OPTIONAL
}
-- =================
-- 5G UPF parameters
-- =================
UPFCCPDU ::= OCTET STRING
UPFCCPDUPayload ::= CHOICE
{
uPFIPCC [1] OCTET STRING,
uPFEthernetCC [2] OCTET STRING,
uPFUnstructuredCC [3] OCTET STRING
}
QFI ::= INTEGER (0..63)
-- ==================
-- 5G UDM definitions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment