Commit e5b99fed authored by znaty's avatar znaty
Browse files

Update file TS33128Payloads.asn

parent 6d5aef18
Loading
Loading
Loading
Loading
Loading
+16 −33
Original line number Diff line number Diff line
@@ -307,10 +307,8 @@ XIRIEvent ::= CHOICE
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate,

    -- SMF events, see clause 6.2.3.2 continued from tag 61
    sMFRemoteUEReport                                   [176] SMFRemoteUEReport,
    sMFStartOfInterceptionWithAlreadyConnectedRemoteUE  [177] SMFStartOfInterceptionWithAlreadyConnectedRemoteUE,
    sMFUEToNetworkRelayWithRemoteUEsReport              [178] SMFUEToNetworkRelayWithRemoteUEsReport,
    sMFStartOfInterceptionForUEToNetworkRelay           [179] SMFStartOfInterceptionForUEToNetworkRelay
    sMFProSeRemoteUEReport                              [176] SMFProSeRemoteUEReport,
    sMFStartOfInterceptionWithConnectedProSeRemoteUE    [177] SMFStartOfInterceptionWithConnectedProSeRemoteUE
}

-- ==============
@@ -601,10 +599,8 @@ IRIEvent ::= CHOICE
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate,

    -- SMF events, see clause 6.2.3.7 continued from tag 61
    sMFRemoteUEReport                                   [176] SMFRemoteUEReport,
    sMFStartOfInterceptionWithAlreadyConnectedRemoteUE  [177] SMFStartOfInterceptionWithAlreadyConnectedRemoteUE,
    sMFUEToNetworkRelayWithRemoteUEsReport              [178] SMFUEToNetworkRelayWithRemoteUEsReport,
    sMFStartOfInterceptionForUEToNetworkRelay           [179] SMFStartOfInterceptionForUEToNetworkRelay
    sMFProSeRemoteUEReport                              [176] SMFProSeRemoteUEReport,
    sMFStartOfInterceptionWithConnectedProSeRemoteUE    [177] SMFStartOfInterceptionWithConnectedProSeRemoteUE
}

IRITargetIdentifier ::= SEQUENCE
@@ -2387,7 +2383,8 @@ SMFPDUSessionModification ::= SEQUENCE
    uPPathChange                [19] UPPathChange OPTIONAL,
    pFDDataForApp               [20] PFDDataForApp OPTIONAL,
    satelliteBackhaulCategory   [21] SBIType OPTIONAL,
    gEOSatelliteID              [22] GEOSatelliteID OPTIONAL
    gEOSatelliteID              [22] GEOSatelliteID OPTIONAL,
    proSeRemoteUEsReport        [23] ProSeRemoteUEsReport OPTIONAL
}

-- See clause 6.2.3.2.4 for details of this structure
@@ -2440,7 +2437,8 @@ SMFStartOfInterceptionWithEstablishedPDUSession ::= SEQUENCE
    ePSStartOfInterceptionWithEstablishedPDNConnection [25] EPSStartOfInterceptionWithEstablishedPDNConnection OPTIONAL,
    pFDDataForApps                                     [26] PFDDataForApps OPTIONAL,
    satelliteBackhaulCategory                          [27] SBIType OPTIONAL,
    gEOSatelliteID                                     [28] GEOSatelliteID OPTIONAL
    gEOSatelliteID                                     [28] GEOSatelliteID OPTIONAL,
    remoteUEsContextConnected                          [29] RemoteUEContexteList OPTIONAL
}

-- See clause 6.2.3.2.6 for details of this structure
@@ -2621,7 +2619,7 @@ SMFMAUnsuccessfulProcedure ::= SEQUENCE
    sMPDUDNRequest              [17] SMPDUDNRequest OPTIONAL
}

SMFRemoteUEReport ::= SEQUENCE
SMFProSeRemoteUEReport ::= SEQUENCE
{
    sUPI                        [1] SUPI,
    gPSI                        [2] GPSI OPTIONAL,
@@ -2632,7 +2630,7 @@ SMFRemoteUEReport ::= SEQUENCE
    location                    [7] Location OPTIONAL
}

SMFStartOfInterceptionWithAlreadyConnectedRemoteUE ::= SEQUENCE
SMFStartOfInterceptionWithConnectedProSeRemoteUE ::= SEQUENCE
{
    sUPI                     [1] SUPI,
    gPSI                     [2] GPSI OPTIONAL,
@@ -2642,27 +2640,6 @@ SMFStartOfInterceptionWithAlreadyConnectedRemoteUE ::= SEQUENCE
    location                 [6] Location OPTIONAL
}

SMFUEToNetworkRelayWithRemoteUEsReport ::= SEQUENCE
{
    uEToNetworkRelaySUPI         [1] SUPI,
    uEToNetworkRelayGPSI         [2] GPSI OPTIONAL,
    uEToNetworkRelayPEI          [3] PEI OPTIONAL,
    pDUSessionID                 [4] PDUSessionID,
    remoteUEsContextConnected    [5] RemoteUEContextList OPTIONAL,
    remoteUEsContextDisconnected [6] RemoteUEContextList OPTIONAL,
    location                     [7] Location OPTIONAL
}

SMFStartOfInterceptionForUEToNetworkRelay ::= SEQUENCE
{
    uEToNetworkRelaySUPI      [1] SUPI,
    uEToNetworkRelayGPSI      [2] GPSI OPTIONAL,
    uEToNetworkRelayPEI       [3] PEI OPTIONAL,
    pDUSessionID              [4] PDUSessionID,
    remoteUEsContextConnected [5] RemoteUEContextList OPTIONAL,
    location                  [6] Location OPTIONAL
}

-- =================
-- 5G SMF parameters
-- =================
@@ -2971,6 +2948,12 @@ EASServerAddress ::= SEQUENCE
-- See table 5.4.2.1 of TS 29.571 [17]
GEOSatelliteID ::= UTF8String

ProseRemoteUEsReport ::= SEQUENCE
{
    remoteUEsContextConnected    [1] RemoteUEContextList,
    remoteUEsContextDisconnected [2] RemoteUEContextList
}

RemoteUEContextList ::= SEQUENCE
{
    numberOfRemoteUEContexts [1] INTEGER,