Commit ab194da4 authored by courbon's avatar courbon
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 5a2bf5d9
Loading
Loading
Loading
Loading
Loading
+22 −18
Original line number Diff line number Diff line
@@ -175,9 +175,14 @@ XIRIEvent ::= CHOICE
    -- STIR SHAKEN and RCD/eCNAM Events, see clause 7.11.2
    sTIRSHAKENSignatureGeneration                       [103] STIRSHAKENSignatureGeneration,
    sTIRSHAKENSignatureValidation                       [104] STIRSHAKENSignatureValidation,

    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,

    -- Positioning info transfer, see 6.2.2.2.8	
    positioningInfoTransfer                             [329] AMFPositioningInfoTransfer

}

-- ==============
@@ -348,7 +353,10 @@ IRIEvent ::= CHOICE

    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,

    -- Positioning info transfer, see 6.2.2.2.8	
    positioningInfoTransfer                             [329] AMFPositioningInfoTransfer

}

@@ -1156,8 +1164,7 @@ AMFLocationUpdate ::= SEQUENCE
    gUTI                        [5] FiveGGUTI OPTIONAL,
    location                    [6] Location,
    sMSOverNASIndicator         [7] SMSOverNASIndicator OPTIONAL,
    oldGUTI                     [8] EPS5GGUTI OPTIONAL,
    nRPPaMessages               [9] NRPPaMessages OPTIONAL
    oldGUTI                     [8] EPS5GGUTI OPTIONAL
}

-- See clause 6.2.2.2.5 for details of this structure
@@ -1194,6 +1201,17 @@ AMFUnsuccessfulProcedure ::= SEQUENCE
    location                    [9] Location OPTIONAL
}

-- See clause 6.2.2.2.8 for details of this structure
AMFPositioningInfoTransfer ::= SEQUENCE
{
    sUPI                        [1] SUPI OPTIONAL,
    sUCI                        [2] SUCI OPTIONAL,
    pEI                         [3] PEI OPTIONAL,
    gPSI                        [4] GPSI OPTIONAL,
    gUTI                        [5] FiveGGUTI OPTIONAL,
    nRPPaMessage                [6] OCTET STRING
}

-- =================
-- 5G AMF parameters
-- =================
@@ -1245,20 +1263,6 @@ 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
-- ==================