Commit 82fb5c67 authored by grahamj's avatar grahamj
Browse files

Update file TS33128Payloads.asn

parent e17a81c2
Loading
Loading
Loading
Loading
Loading
+32 −26
Original line number Diff line number Diff line
@@ -5057,8 +5057,20 @@ EPSRANHandoverRequest ::= SEQUENCE
    eNBUES1APID                                  [3] RANUES1APID,
    handoverType                                 [4] EPSHandoverType,
    handoverCause                                [5] EPSRANCause,
    targetToSourceContainer [6] RANTargetToSourceContainer,
    sourceToTargetContainer [7] RANSourceToTargetContainer
    eRABsRequested                               [6] ERABContextList,
    sourceToTargetContainer                      [7] RANSourceToTargetContainer,
    handoverRestrictionList                      [8] EPSHandoverRestrictionList OPTIONAL,
    cSGInfo                                      [9] EPSCSGInfo OPTIONAL,
    proSeAuthorized                              [10] EPSProSeAuthorization OPTIONAL,
    lTEV2XServicesAuthorized                     [11] LTEV2XServiceAuthorization OPTIONAL,
    aerialUESubscription                         [12] AerialUESubscriptionIndicator OPTIONAL,
    subscriptionBasedUEDifferentiationIndication [13] EPSSubscriptionBasedUEDifferentiationIndication OPTIONAL,
    iABAuthorizedIndicator                       [14] IABAuthorizedIndicator OPTIONAL,
    nRV2XServicesAuthorization                   [15] NRV2XServicesAuthorization OPTIONAL
    eRABsAdmitted                                [16] ERABContextList,
    eRABsFailed                                  [17] ERABReleaseList OPTIONAL,
    targetToSourceContainer                      [18] RANTargetToSourceContainer,
    admittedCSGID                                [19] CSGID OPTIONAL
}

MMEAttach ::= SEQUENCE
@@ -5218,7 +5230,7 @@ CoreNetworkRestriction ::= ENUMERATED
CoreNetworkTypeRestriction ::= SEQUENCE
{
    pLMN [1] PLMNID,
    coreNetworkType [2] CoreNetworkRestriction
    coreNetworkType [2] SEQUENCE SIZE (1..MAX) OF CoreNetworkRestriction
}

CoreNetworkTypeRestrictions ::= SEQUENCE SIZE (1..MAX) OF CoreNetworkTypeRestriction
@@ -5333,6 +5345,12 @@ EPSCSFallbackIndicator ::= ENUMERATED
    cSFallbackHighPriority(2)
}

EPSCSGInfo ::= SEQUENCE
{
    cSGID               [1] CSGID OPTIONAL,
    cSGMembershipStatus [2] CSGMembershipIndication OPTIONAL
}

EPSDetachType ::= ENUMERATED
{
    ePSDetach(1),
@@ -5414,24 +5432,12 @@ EPSPeriodicCommunicationIndicator ::= ENUMERATED

EPSProSeAuthorization ::= SEQUENCE
{
    proSeDirectDiscovery     [1] EPSProSeDirectDiscoveryAuthorized OPTIONAL,
    proSeDirectCommunication [2] EPSProSeDirectCommunicationAuthorized OPTIONAL,
    proSeUEtoNetworkRelaying [3] EPSProSeUEtoNetworkRelayingAuthorized OPTIONAL
}

EPSProSeDirectCommunicationAuthorized ::= ENUMERATED
{
    authorized(1),
    notAuthorized(2)
}

EPSProSeDirectDiscoveryAuthorized ::= ENUMERATED
{
    authorized(1),
    notAuthorized(2)
    proSeDirectDiscovery     [1] EPSProSeAuthorized OPTIONAL,
    proSeDirectCommunication [2] EPSProSeAuthorized OPTIONAL,
    proSeUEtoNetworkRelaying [3] EPSProSeAuthorized OPTIONAL
}

EPSProSeUEtoNetworkRelayingAuthorized ::= ENUMERATED
EPSProSeAuthorized ::= ENUMERATED
{
    authorized(1),
    notAuthorized(2)
@@ -5488,8 +5494,8 @@ ERABQoSParameters ::= SEQUENCE
ERABContext ::= SEQUENCE
{
    eRABID                [1] EPSBearerID,
    eRABQoSParameters     [2] ERABQoSParameters,
    transportLayerAddress [3] IPAddr,
    eRABQoSParameters     [2] ERABQoSParameters OPTIONAL,
    transportLayerAddress [3] IPAddr OPTIONAL,
    uLGTPTEID             [4] FTEID OPTIONAL,
    dLGTPTEID             [5] FTEID OPTIONAL
}