Commit 2eed699f authored by grahamj's avatar grahamj
Browse files

Update file TS33128Payloads.asn

parent 5e824335
Loading
Loading
Loading
Loading
Loading
+65 −1
Original line number Diff line number Diff line
@@ -5059,6 +5059,7 @@ EPSRANHandoverRequest ::= SEQUENCE
    sourceToTargetContainer [7] RANSourceToTargetContainer
}

EPSUENetworkCapability ::= OCTET STRING (SIZE(2..13))

MMEAttach ::= SEQUENCE
{
@@ -5177,6 +5178,21 @@ MMEPositioningInfoTransfer ::= SEQUENCE
-- EPS MME parameters
-- ==================

BBFTunnelInformation ::= SEQUENCE
{
    hENBTransportLayerAddress [1] IPAddr,
    uDPPortNumber             [2] PortNumber OPTIONAL
}

ConnectedENGNB ::= SEQUENCE
{
    eNGNBID         [1] GNbID,
    supportedTAList [2] TACList,
    broadcastPLMN   [3] PLMNList
}

ConnectedENGNBList ::= SEQUENCE SIZE(1..MAX) OF ConnectedENGNB

EMMCause ::= INTEGER (0..255)

ESMCause ::= INTEGER (0..255)
@@ -5196,7 +5212,6 @@ EPSAttachResult ::= ENUMERATED
    combinedEPSIMSI(2)
}


EPSDetachType ::= ENUMERATED
{
    ePSDetach(1),
@@ -5207,6 +5222,33 @@ EPSDetachType ::= ENUMERATED
    reserved(6)
}

EPSInitialRANUEContextSetup ::= SEQUENCE
{
    mMEUES1APID                                  [1] MMEUES1APID,
    rANUES1APID                                  [2] RANUES1APID,
    eRABSetupRequest                             [3] SEQUENCE (SIZE(1..MAX)) OF ERABSetupRequestItem,
    handoverRestrictionList                      [4] EPSHandoverRestrictionList OPTIONAL,
    uERadioCapability                            [5] UERadioCapability OPTIONAL,
    rATFrequencySelectionPriority                [6] RATFrequencySelectionPriority OPTIONAL,
    cSFallbackIndicator                          [7] EPSCSFallbackIndicator OPTIONAL,
    proSeAuthorized                              [8] ProSeAuthorization OPTIONAL,
    lTEV2XServicesAuthorized                     [9] LTEV2XUEAuthorizationIndicator OPTIONAL,
    aerialUESubscription                         [10] AerialUESubscriptionIndicator OPTIONAL,
    subscriptionBasedUEDifferentiationIndication [11] SubscriptionBasedUEDifferentiationIndication OPTIONAL,
    iABAuthorizedIndicator                       [12] IABAuthorizedIndicator OPTIONAL,
    nRV2XServicesAuthorization                   [13] NRV2XServicesAuthorization OPTIONAL
}

EPSNASTransportInitialInformation ::= SEQUENCE
{
    rANUES1APID             [1] RANUES1APID,
    relayNodeIndicator      [2] BOOLEAN OPTIONAL,
    bBFTunnelInformation    [3] BBFTunnelInformation OPTIONAL,
    eDTSession              [4] BOOLEAN OPTIONAL,
    iABNodeIndication       [5] BOOLEAN OPTIONAL,
    lTENTNTAIInformation    [6] LTENTNTAIInformation OPTIONAL
}

EPSSMSServiceStatus ::= ENUMERATED
{
    sMSServicesNotAvailable(1),
@@ -5215,6 +5257,13 @@ EPSSMSServiceStatus ::= ENUMERATED
    congestion(4)
}

LTENTNTAIInformation ::= SEQUENCE
{
    pLMN            [1] PLMNID,
    tACListInLTENTN [2] TACList,
    uETAC           [3] TAC OPTIONAL
}

MMEDirection ::= ENUMERATED
{
    networkInitiated(1),
@@ -5243,6 +5292,19 @@ MMEFailureCause ::= CHOICE
    eSMCause [2] ESMCause
}

MMEUES1APID ::= INTEGER (0..4294967295)

S1Information ::= SEQUENCE
{
    globalRANNodeID        [1] GlobalRANNodeID,
    rANNodeName            [2] RANNodeName OPTIONAL,
    supportedTAList        [3] SupportedTAList OPTIONAL,
    cSGIDList              [4] CSGIDList OPTIONAL,
    connectedENGNBList     [5] ConnectedENGNBList OPTIONAL,
    mMEPLMNSupportList     [6] PLMNSupportList,
    iABSupported           [7] BOOLEAN OPTIONAL
}

-- ===========================
-- LI Notification definitions
-- ===========================
@@ -6240,6 +6302,8 @@ ECGI ::= SEQUENCE
    nID                         [3] NID OPTIONAL
}

TACList ::= SEQUENCE OF TAC

TAIList ::= SEQUENCE OF TAI

-- TS 29.571 [17], clause 5.4.4.6