Commit c4751ca9 authored by grahamj's avatar grahamj
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 3905e5d5
Loading
Loading
Loading
Loading
Loading
+23 −2
Original line number Diff line number Diff line
@@ -205,7 +205,10 @@ XIRIEvent ::= CHOICE
    eESACRSubscription                                  [120] EESACRSubscription,
    eESACRNotification                                  [121] EESACRNotification,
    eESEECContextRelocation                             [122] EESEECContextRelocation,
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

    --AMF events, see 6.2.2.2.Cl1, continued from tag 114
    aMFUEConfigurationUpdate                            [4581] AMFUEConfigurationUpdate
}

-- ==============
@@ -401,7 +404,10 @@ IRIEvent ::= CHOICE
    eESACRSubscription                                  [120] EESACRSubscription,
    eESACRNotification                                  [121] EESACRNotification,
    eESEECContextRelocation                             [122] EESEECContextRelocation,
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

    --AMF events, see 6.2.2.2.Cl1, continued from tag 114
    aMFUEConfigurationUpdate                            [4581] AMFUEConfigurationUpdate
}

IRITargetIdentifier ::= SEQUENCE
@@ -1287,6 +1293,19 @@ AMFRANHandoverRequest ::= SEQUENCE
    sourceToTargetContainer             [11] RANSourceToTargetContainer
}

--See clause 6.2.2.2.Cl1 on for details of this structure
AMFUEConfigurationUpdate ::= SEQUENCE
{
    userIdentifiers     [1] UserIdentifiers,
    gUTI                [2] GUTI,
    oldGUTI             [3] EPS5GGUTI OPTIONAL,
    fiveGSTAIList       [4] TAIList OPTIONAL,
    serviceAreaList     [5] ServiceAreaList OPTIONAL,
    registrationResult  [6] AMFRegistrationResult OPTIONAL,
    sMSOverNASIndicator [7] SMSOverNASIndicator OPTIONAL,
    location            [8] Location OPTIONAL
}

-- =================
-- 5G AMF parameters
-- =================
@@ -1343,6 +1362,8 @@ AMFSetID ::= INTEGER (0..1023)

AMFUENGAPID ::= INTEGER (0..1099511627775)

ServiceAreaList ::= OCTET STRING (SIZE(1..114))

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