Commit efc699b7 authored by courbon's avatar courbon
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 329e5bc8
Loading
Loading
Loading
Loading
Loading
+95 −23
Original line number Diff line number Diff line
@@ -1324,7 +1324,25 @@ SMFPDUSessionModification ::= SEQUENCE
    accessType                    [9] AccessType OPTIONAL,
    rATType                       [10] RATType OPTIONAL,
    pDUSessionID                  [11] PDUSessionID OPTIONAL,
    ePS5GSComboInfo             [12] EPS5GSComboInfo OPTIONAL
    ePS5GSComboInfo               [12] EPS5GSComboInfo OPTIONAL,
    pCCRuleID                     [13] UTF8String OPTIONAL,
    appId                         [14] UTF8String OPTIONAL,
    flowInfos                     [15] SET OF FlowInformation OPTIONAL,
    appReloc                      [16] BOOLEAN OPTIONAL,
    simConnInd                    [17] BOOLEAN OPTIONAL,
    simConnTerm                   [18] INTEGER OPTIONAL,
    maxAllowedUpLat               [19] INTEGER OPTIONAL,
    trafficRoutes                 [20] SET OF RouteToLocation,
    trafficSteeringPolicyDownlink [21] UTF8String OPTIONAL,
    trafficSteeringPolicyUplink   [22] UTF8String OPTIONAL,
    sourceDNAI                    [23] DNAI OPTIONAL,
    targetDNAI                    [24] DNAI OPTIONAL,
    dNAIChangeType                [25] DNAIChangeType OPTIONAL,
    sourceUEIPAddr                [26] IPAddress OPTIONAL,
    targetUEIPAddr                [27] IPAddress OPTIONAL,
    sourceTrafficRouting          [28] RouteToLocation OPTIONAL,
    targetTrafficRouting          [29] RouteToLocation OPTIONAL,
    eASIPReplaceInfos             [30] EASIPReplaceInfos OPTIONAL
}

-- See clause 6.2.3.2.4 for details of this structure
@@ -1584,6 +1602,60 @@ RequestIndication ::= ENUMERATED
    eBIASSIGNMENTREQ(6),
    rELDUETO5GANREQUEST(7)
}
FlowInformation ::= SEQUENCE
{
    flowDescription  [1] FlowDescription OPTIONAL,
    tosTrafficClass  [2] OCTET STRING (SIZE(2)) OPTIONAL,
    spi              [3] OCTET STRING (SIZE(4)) OPTIONAL,
    flowLabel        [4] OCTET STRING (SIZE(3)) OPTIONAL,
    flowDirection    [5] FlowDirection OPTIONAL
}

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

FlowDirection ::= ENUMERATED
{
    downlinkOnly(1),
    uplinkOnly(2),
    dowlinkAndUplink(3)
}

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

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

DNAI ::= UTF8String

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

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

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

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