Commit 94a40470 authored by znaty's avatar znaty Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent d7d85d2b
Loading
Loading
Loading
Loading
+28 −4
Original line number Diff line number Diff line
@@ -238,7 +238,10 @@ XIRIEvent ::= CHOICE
    -- RCS events, see clause 7.13.3
    rCSRegistration                                     [140] RCSRegistration,
    rCSMessage                                          [141] RCSMessage,
    rcsCapabilityDiscovery                              [142] RCSCapabilityDiscovery
    rcsCapabilityDiscovery                              [142] RCSCapabilityDiscovery,

 -- AMF events, see clause 6.2.2.2.X
    aMFUEPolicyTransfer                                     [200] AMFUEPolicyTransfer
}

-- ==============
@@ -469,7 +472,10 @@ IRIEvent ::= CHOICE
    -- RCS events, see clause 7.13.3
    rCSRegistration                                     [140] RCSRegistration,
    rCSMessage                                          [141] RCSMessage,
    rcsCapabilityDiscovery                              [142] RCSCapabilityDiscovery
    rcsCapabilityDiscovery                              [142] RCSCapabilityDiscovery,

 -- AMF events, see clause 6.2.2.2.X
    aMFUEPolicyTransfer                                 [200] AMFUEPolicyTransfer
}

IRITargetIdentifier ::= SEQUENCE
@@ -1331,7 +1337,8 @@ AMFRegistration ::= SEQUENCE
    rATType                         [18] RATType OPTIONAL,
    rRCEstablishmentCause           [19] RRCEstablishmentCause OPTIONAL,
    nGInformation                   [20] NGInformation OPTIONAL,
    nASTransportInitialInformation  [21] NASTransportInitialInformation OPTIONAL
    nASTransportInitialInformation  [21] NASTransportInitialInformation OPTIONAL,
    sORTransparentContainer         [22] SORTransparentContainer OPTIONAL
}

-- See clause 6.2.2.2.3 for details of this structure
@@ -1380,7 +1387,9 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE
    fiveGSTAIList               [12] TAIList OPTIONAL,
    sMSOverNASIndicator         [13] SMSOverNASIndicator OPTIONAL,
    oldGUTI                     [14] EPS5GGUTI OPTIONAL,
    eMM5GRegStatus              [15] EMM5GMMStatus OPTIONAL
    eMM5GRegStatus              [15] EMM5GMMStatus OPTIONAL,
    sORTransparentContainer     [16] SORTransparentContainer OPTIONAL,
    uEPolicy                    [17] UEPolicy OPTIONAL
}

-- See clause 6.2.2.2.6 for details of this structure
@@ -1465,6 +1474,17 @@ AMFRANTraceReport ::= SEQUENCE
    location                    [11] Location OPTIONAL
}

--See clause 6.2.2.2.X for details of this Structure
AMFUEPolicyTransfer ::= SEQUENCE
{
    sUPI                            [1] SUPI,
    sUCI                            [2] SUCI OPTIONAL,
    pEI                             [3] PEI OPTIONAL,
    gPSI                            [4] GPSI OPTIONAL,
    gUTI                            [5] FiveGGUTI OPTIONAL,
    uEPolicy                        [6] UEPolicy
}

-- =================
-- 5G AMF parameters
-- =================
@@ -1674,6 +1694,10 @@ EstablishmentCause ::= ENUMERATED
    exceptionData(12)
}

SORTransparentContainer ::= OCTET STRING

UEPolicy :: = OCTET STRING (SIZE(16..65540))

-- ==================
-- 5G SMF definitions
-- ==================