Commit bcb380c0 authored by courbon's avatar courbon
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 23dda26d
Loading
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
@@ -1156,7 +1156,8 @@ AMFLocationUpdate ::= SEQUENCE
    gUTI                        [5] FiveGGUTI OPTIONAL,
    location                    [6] Location,
    sMSOverNASIndicator         [7] SMSOverNASIndicator OPTIONAL,
    oldGUTI                     [8] EPS5GGUTI OPTIONAL
    oldGUTI                     [8] EPS5GGUTI OPTIONAL,
    nRPPaMessages               [9] NRPPaMessages OPTIONAL
}

-- See clause 6.2.2.2.5 for details of this structure
@@ -1244,6 +1245,20 @@ AMFRegistrationType ::= ENUMERATED

AMFSetID ::= INTEGER (0..1023)

NRPPaMessages ::= CHOICE
{
    nRPPaRequestResponse    [1] NRPPaRequestResponse,
    nRPPaReport             [2] NRPPaPDU
}

NRPPaRequestResponse ::= SEQUENCE
{
    nRPPaRequest            [1] NRPPaPDU,
    nRPPaResponse           [2] NRPPaPDU
}

NRPPaPDU ::= OCTET STRING        

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