Commit bdc81a4b authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

check on new ASN.1 for CR0273

parent ef7a51d2
Loading
Loading
Loading
Loading
+26 −2
Original line number Diff line number Diff line
@@ -167,7 +167,10 @@ XIRIEvent ::= CHOICE

    -- HR LI Events, see clause 7.10.3.3
    n9HRPDUSessionInfo                                  [100] N9HRPDUSessionInfo,
    s8HRBearerInfo                                      [101] S8HRBearerInfo
    s8HRBearerInfo                                      [101] S8HRBearerInfo,

    -- Separated Location Reporting, see clause 7.3.X
    separatedLocationReporting                          [2731] SeparatedLocationReporting
}

-- ==============
@@ -324,10 +327,13 @@ IRIEvent ::= CHOICE
    aFAKMAApplicationKeyRefresh                         [96] AFAKMAApplicationKeyRefresh,
    aFStartOfInterceptWithEstablishedAKMAApplicationKey [97] AFStartOfInterceptWithEstablishedAKMAApplicationKey,
    aFAuxiliarySecurityParameterEstablishment           [98] AFAuxiliarySecurityParameterEstablishment,
    aFApplicationKeyRemoval                             [99] AFApplicationKeyRemoval
    aFApplicationKeyRemoval                             [99] AFApplicationKeyRemoval,

    -- tag 100 is reserved because there is no equivalent n9HRPDUSessionInfo in IRIEvent.
    -- tag 101 is reserved because there is no equivalent S8HRBearerInfo in IRIEvent.

    -- Separated Location Reporting, see clause 7.3.X
    separatedLocationReporting                          [2731] SeparatedLocationReporting
}

IRITargetIdentifier ::= SEQUENCE
@@ -3081,6 +3087,24 @@ FiveGMMStatus ::= ENUMERATED
    uENot5GMMRegistered(2)
}

-- ==================
-- Separated Location Reporting definitions
-- ==================

SeparatedLocationReporting ::= SEQUENCE
{
    sUPI                        [1] SUPI,
    sUCI                        [2] SUCI OPTIONAL,
    pEI                         [3] PEI OPTIONAL,
    gPSI                        [4] GPSI OPTIONAL,
    gUTI                        [5] FiveGGUTI OPTIONAL,
    location                    [6] Location,
    locationTime                [7] Timestamp OPTIONAL,
    non3GPPAccessEndpoint       [8] UEEndpointAddress OPTIONAL,
    fiveGSTAIList               [9] TAIList OPTIONAL,
    rATType                     [10] RATType OPTIONAL
}

-- =================
-- Common Parameters
-- =================