Commit 38de999c authored by canterburym's avatar canterburym
Browse files

From s3i210632 pre-meeting draft

parent e1dfe288
Loading
Loading
Loading
Loading
Loading
+30 −2
Original line number Diff line number Diff line
@@ -153,7 +153,9 @@ XIRIEvent ::= CHOICE
    mMEDetach                                           [88] MMEDetach,
    mMELocationUpdate                                   [89] MMELocationUpdate,
    mMEStartOfInterceptionWithEPSAttachedUE             [90] MMEStartOfInterceptionWithEPSAttachedUE,
    mMEUnsuccessfulProcedure                            [91] MMEUnsuccessfulProcedure
    mMEUnsuccessfulProcedure                            [91] MMEUnsuccessfulProcedure,
    n9HRPDUSessionInfo                                  [2491] N9HRPDUSessionInfo,
    s8HRBearerInfo                                      [2492] S8HRBearerInfo
}

-- ==============
@@ -341,6 +343,32 @@ LINotificationMessage ::= CHOICE
{
    lINotification      [1] LINotification
}

-- ==================
-- HR LI definitions
-- ==================

N9HRPDUSessionInfo ::= SEQUENCE
{
    sUPI                            [1] SUPI,
    pEI                             [2] PEI OPTIONAL,
    pDUSessionID                    [3] PDUSessionID,
    sNSSAI                          [4] SNSSAI OPTIONAL,
    location                        [5] Location OPTIONAL,
    dNN                             [6] DNN	OPTIONAL
   }

S8HRBearerInfo ::= SEQUENCE
{
    iMSI                            [1] IMSI,
    iMEI                            [2] IMEI OPTIONAL,
    bearerID                        [3] EPSBearerID,
    linkedBearerID                  [4] EPSBearerID OPTIONAL,
    location                        [5] Location OPTIONAL,
    aPN                             [6] APN OPTIONAL,
    sGWIPAddress                    [7] IPAddress
}

-- ==================
-- 5G NEF definitions
-- ==================