Commit fb8d4c96 authored by znaty's avatar znaty Committed by canterburym
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 982d55df
Loading
Loading
Loading
Loading
+15 −36
Original line number Diff line number Diff line
@@ -1354,7 +1354,8 @@ AMFRegistration ::= SEQUENCE
    initialRANUEContextSetup        [25] InitialRANUEContextSetup OPTIONAL,
    mUSIMUERequestType              [26] MUSIMUERequestType OPTIONAL,
    unavailabilityPeriodDuration    [27] OCTET STRING (SIZE(1)) OPTIONAL,
    fiveGSUpdateType                [28] OCTET STRING (SIZE(1)) OPTIONAL
    fiveGSUpdateType                [28] OCTET STRING (SIZE(1)) OPTIONAL,
    uEAreaIndication                [29] UEAreaIndication OPTIONAL

}

@@ -1385,7 +1386,8 @@ AMFLocationUpdate ::= SEQUENCE
    gUTI                        [5] FiveGGUTI OPTIONAL,
    location                    [6] Location,
    sMSOverNASIndicator         [7] SMSOverNASIndicator OPTIONAL,
    oldGUTI                     [8] EPS5GGUTI OPTIONAL
    oldGUTI                     [8] EPS5GGUTI OPTIONAL,
    uEAreaIndication            [9] UEAreaIndication OPTIONAL
}

-- See clause 6.2.2.2.5 for details of this structure
@@ -1409,7 +1411,8 @@ AMFStartOfInterceptionWithRegisteredUE ::= SEQUENCE
    sORTransparentContainer       [16] SORTransparentContainer OPTIONAL,
    uEPolicy                      [17] UEPolicy OPTIONAL,
    unavailabilityPeriodDuration  [18] OCTET STRING (SIZE(1)) OPTIONAL,
    fiveGSUpdateType              [19] OCTET STRING (SIZE(1)) OPTIONAL
    fiveGSUpdateType              [19] OCTET STRING (SIZE(1)) OPTIONAL,
    uEAreaIndication              [20] UEAreaIndication OPTIONAL
}

-- See clause 6.2.2.2.6 for details of this structure
@@ -1830,6 +1833,13 @@ RATFrequencySelectionPriority ::= INTEGER (1..256)

FiveGMMCapability ::= OCTET STRING (SIZE(1..13))

-- TS 29.171 [54], clause 7.4.48 and TS 29.572 [24], clause 6.1.6.2.42
UEAreaIndication ::= SEQUENCE
{
    country                      [1] UTF8String (SIZE(2)) OPTIONAL,
    internationalAreaIndication  [2] BOOLEAN OPTIONAL
}

-- ==================
-- 5G SMF definitions
-- ==================
@@ -6061,10 +6071,7 @@ EUTRALocation ::= SEQUENCE
    cellSiteInformation         [8] CellSiteInformation OPTIONAL,
    globalENbID                 [9] GlobalRANNodeID OPTIONAL,
    ignoreTAI                   [10] BOOLEAN OPTIONAL,
    ignoreECGI                  [11] BOOLEAN OPTIONAL,
    lTENTNTAIInformation        [12] LTENTNTAIInformation OPTIONAL,
    uEAreaIndication            [13] UEAreaIndication OPTIONAL

    ignoreECGI                  [11] BOOLEAN OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.9
@@ -6078,10 +6085,7 @@ NRLocation ::= SEQUENCE
    geodeticInformation         [6] UTF8String OPTIONAL,
    globalGNbID                 [7] GlobalRANNodeID OPTIONAL,
    cellSiteInformation         [8] CellSiteInformation OPTIONAL,
    ignoreNCGI                  [9] BOOLEAN OPTIONAL,
    nRNTNTAIInformation         [10] NRNTNTAIInformation OPTIONAL,
    uEAreaIndication            [11] UEAreaIndication OPTIONAL

    ignoreNCGI                  [9] BOOLEAN OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.10
@@ -6927,31 +6931,6 @@ SIPCellularNetworkInformation ::= SEQUENCE
    servingPLMN          [2] PLMNID OPTIONAL
}

-- TS 36.413 [38], clause 9.2.3.56
LTENTNTAIInformation ::= SEQUENCE
{
    servingPLMN                  [1] PLMNID,
    tACListInLTENTN              [2] SEQUENCE (SIZE(1..maxNoOfTACsInNTN)) OF TAC,
    uELocationDerivedTACInLTENTN [3] TAC OPTIONAL
}

-- TS 38.413 [23], clause 9.3.3.53
NRNTNTAIInformation ::= SEQUENCE
{
    servingPLMN                 [1] PLMNID,
    tACListInNRNTN              [2] SEQUENCE (SIZE(1..maxNoOfTACsInNTN)) OF TAC,
    uELocationDerivedTACInNRNTN [3] TAC OPTIONAL
}

maxNoOfTACsInNTN INTEGER ::= 12

-- TS 29.171 [54], clause 7.4.48 and TS 29.572 [24], clause 6.1.6.2.42
UEAreaIndication ::= SEQUENCE
{
    country                      [1] UTF8String (SIZE(2)) OPTIONAL,
    internationalAreaIndication  [2] BOOLEAN OPTIONAL
}

-- ==================================================
-- Structures to allow reuse of encapsulated payloads
-- ==================================================