Commit d1b14056 authored by canterburym's avatar canterburym
Browse files

From s3i210209

parent af10a684
Loading
Loading
Loading
Loading
Loading
+29 −7
Original line number Diff line number Diff line
TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r16(16) version5(5)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r17(17) version1(1)}

DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=

@@ -9,7 +9,7 @@ BEGIN
-- Relative OIDs
-- =============

tS33128PayloadsOID          RELATIVE-OID ::= {threeGPP(4) ts33128(19) r16(16) version5(5)}
tS33128PayloadsOID          RELATIVE-OID ::= {threeGPP(4) ts33128(19) r17(17) version1(1)}

xIRIPayloadOID              RELATIVE-OID ::= {tS33128PayloadsOID xIRI(1)}
xCCPayloadOID               RELATIVE-OID ::= {tS33128PayloadsOID xCC(2)}
@@ -288,8 +288,10 @@ AMFRegistration ::= SEQUENCE
    gUTI                        [8] FiveGGUTI,
    location                    [9] Location OPTIONAL,
    non3GPPAccessEndpoint       [10] UEEndpointAddress OPTIONAL,
    fiveGSTAIList               [11] TAIList OPTIONAL
}
    fiveGSTAIList               [11] TAIList OPTIONAL,
    sMSOverNasInd               [12] SMSOverNASIndicator OPTIONAL,
    oldGUTI                     [13] EPS5GGUTI OPTIONAL,
    eMM5GRegStatus              [14] EMM5GMMStatus OPTIONAL}

-- See clause 6.2.2.2.3 for details of this structure
AMFDeregistration ::= SEQUENCE
@@ -302,7 +304,9 @@ AMFDeregistration ::= SEQUENCE
    gPSI                        [6] GPSI OPTIONAL,
    gUTI                        [7] FiveGGUTI OPTIONAL,
    cause                       [8] FiveGMMCause OPTIONAL,
    location                    [9] Location OPTIONAL
    location                    [9] Location OPTIONAL,
    switchOffInd                [10] SwitchOffIndicator OPTIONAL,
    reRegRequiredInd            [11] ReRegRequiredIndicator OPTIONAL
}

-- See clause 6.2.2.2.4 for details of this structure
@@ -313,7 +317,9 @@ AMFLocationUpdate ::= SEQUENCE
    pEI                         [3] PEI OPTIONAL,
    gPSI                        [4] GPSI OPTIONAL,
    gUTI                        [5] FiveGGUTI OPTIONAL,
    location                    [6] Location
    location                    [6] Location,
    oldGUTI                     [7] EPS5GGUTI OPTIONAL,
    sMSOverNasInd               [8] SMSOverNASIndicator OPTIONAL
}

-- See clause 6.2.2.2.5 for details of this structure
@@ -330,7 +336,10 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE
    location                    [9] Location OPTIONAL,
    non3GPPAccessEndpoint       [10] UEEndpointAddress OPTIONAL,
    timeOfRegistration          [11] Timestamp OPTIONAL,
    fiveGSTAIList               [12] TAIList OPTIONAL
    fiveGSTAIList               [12] TAIList OPTIONAL,
    sMSOverNasInd               [12] SMSOverNASIndicator OPTIONAL,
    oldGUTI                     [13] EPS5GGUTI OPTIONAL,
    eMM5GRegStatus              [14] EMM5GMMStatus OPTIONAL
}

-- See clause 6.2.2.2.6 for details of this structure
@@ -2239,6 +2248,12 @@ RejectedSNSSAI ::= SEQUENCE

RejectedSliceCauseValue ::= INTEGER (0..255)

ReRegRequiredIndicator ::= ENUMERATED
{
    reRegistrationRequired(1),
    reRegistrationNotRequired(2)
}

RoutingIndicator ::= INTEGER (0..9999)

SchemeOutput ::= OCTET STRING
@@ -2254,6 +2269,13 @@ Slice ::= SEQUENCE

SMPDUDNRequest ::= OCTET STRING

-- TS 24.501 [13], clause 9.11.3.6.1
SMSOverNASIndicator ::= ENUMERATED
{
    sMSOverNASNotAllowed(1),
    sMSOverNASAllowed(2)
}

SNSSAI ::= SEQUENCE
{
    sliceServiceType    [1] INTEGER (0..255),