Commit dc33c5f6 authored by courbon's avatar courbon
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 329e5bc8
Loading
Loading
Loading
Loading
Loading
+121 −13
Original line number Diff line number Diff line
@@ -190,7 +190,13 @@ XIRIEvent ::= CHOICE
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer,

    -- MME Events, see clause 6.3.2.2.8
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer,

    -- Traffic Influence Events, see clause 6.2.3.2
    sMFTrafficInfluenceCreateUpdate                     [3521] SMFTrafficInfluenceCreateUpdate,
    sMFTrafficInfluenceDelete                           [3522] SMFTrafficInfluenceDelete,
    sMFUPPathChange                                     [3522] SMFUPPathChange,
    sMFTranfficInfluenceApplicationRelocation           [3523] SMFTrafficInfluenceApplicationRelocation
}

-- ==============
@@ -373,7 +379,13 @@ IRIEvent ::= CHOICE
    positioningInfoTransfer                             [111] AMFPositioningInfoTransfer,

    -- MME Events, see clause 6.3.2.2.8
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer
    mMEPositioningInfoTransfer                          [112] MMEPositioningInfoTransfer,

    -- Traffic Influence Events, see clause 6.2.3.2
    sMFTrafficInfluenceCreateUpdate                     [3520] SMFTrafficInfluenceCreateUpdate,
    sMFTrafficInfluenceDelete                           [3521] SMFTrafficInfluenceDelete,
    sMFUPPathChange                                     [3522] SMFUPPathChange,
    sMFTranfficInfluenceApplicationRelocation           [3523] SMFTrafficInfluenceApplicationRelocation
}

IRITargetIdentifier ::= SEQUENCE
@@ -1519,6 +1531,62 @@ SMFMAUnsuccessfulProcedure ::= SEQUENCE
    requestType                 [16] FiveGSMRequestType OPTIONAL,
    sMPDUDNRequest              [17] SMPDUDNRequest OPTIONAL
}
-- See clause 6.2.3.2.XA for details of this structure
SMFTrafficInfluenceCreateUpdate ::= SEQUENCE
{
    pCCRuleID                      [1] UTF8String,
    sUPI                           [2] SUPI,
    gPSI                           [3] GPSI OPTIONAL,
    pEI                            [4] PEI OPTIONAL,
    appId                          [5] UTF8String OPTIONAL,
    dNN                            [6] DNN,
    sNSSAI                         [7] SNSSAI,
    pDUSessionID                   [8] PDUSessionID,
    trafficFilter                  [9] FlowDescriptor OPTIONAL,
    appReloc                       [10] BOOLEAN OPTIONAL,
    simConnInd                     [11] BOOLEAN OPTIONAL,
    simConnTerm                    [12] INTEGER OPTIONAL,
    maxAllowedUpLat                [13] INTEGER OPTIONAL,
    trafficRoutes                  [14] SET OF RouteToLocation,
    trafficSteeringPolicyDownlink  [15] UTF8String OPTIONAL,
    trafficSteeringPolicyUplink    [16] UTF8String OPTIONAL
}

-- See clause 6.2.3.2.XB for details of this structure
SMFTrafficInfluenceDelete ::= SEQUENCE
{
    pCCRuleID                      [1] UTF8String,
    sUPI                           [2] SUPI,
    gPSI                           [3] GPSI OPTIONAL,
    pEI                            [4] PEI OPTIONAL
}

-- See clause 6.2.3.2.XC for details of this structure
SMFUPPathChange ::= SEQUENCE
{
    sUPI                 [1] SUPI,
    gPSI                 [2] GPSI OPTIONAL,
    pEI                  [3] PEI OPTIONAL,
    pDUSessionId         [4] PDUSessionID OPTIONAL,
    sourceDNAI           [5] DNAI OPTIONAL,
    targetDNAI           [6] DNAI OPTIONAL,
    dNAIChgType          [7] DNAIChangeType OPTIONAL,
    sourceUEIPAddr       [8] IPAddress OPTIONAL,
    targetUEIPAddr       [9] IPAddress OPTIONAL,
    sourceTrafficRouting [10] RouteToLocation OPTIONAL,
    targetTrafficRouting [11] RouteToLocation OPTIONAL
}

-- See clause 6.2.3.2.XD for details of this structure
SMFTrafficInfluenceApplicationRelocation ::= SEQUENCE
{
    pCCRuleID          [1] UTF8String,
    sUPI               [2] SUPI,
    gPSI               [3] GPSI OPTIONAL,
    pEI                [4] PEI OPTIONAL,
    eASIPReplaceInfos  [5] EASIPReplaceInfos

}


-- =================
@@ -1585,6 +1653,46 @@ RequestIndication ::= ENUMERATED
    rELDUETO5GANREQUEST(7)
}


FlowDescriptor ::= CHOICE
{
    ipFlowDescr     [1] UTF8String,
    ethFlowDescr    [2] UTF8String
}

DNAIChangeType ::= ENUMERATED
{
    early(1),
    early_late(2),
    late(3)
}

RouteToLocation ::= SEQUENCE
{
    dNAI            [1] DNAI,
    routeInfo       [2] RouteInfo
}

DNAI ::= UTF8String

RouteInfo ::= SEQUENCE
{
    iPAddressTunnelEndpoint       [1] IPAddress,
    uDPPortNumberTunnelEndpoint   [2] RouteInfo
}

EASIPReplaceInfos ::= SEQUENCE
{
    sourceEASAddress [1] EASServerAddress,
    targetEASAddress [2] EASServerAddress
}

EASServerAddress ::= SEQUENCE
{
    iPAddress        [1]  IPAddress,
    port             [2]  PortNumber
}

-- ======================
-- PGW-C + SMF Parameters
-- ======================