Commit 10fdf57d authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

TS 33.128 - CR0645 - Modification of Location Reporting

parent 925c13fa
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -6544,7 +6544,9 @@ NRLocation ::= SEQUENCE
    geodeticInformation         [6] UTF8String OPTIONAL,
    globalGNbID                 [7] GlobalRANNodeID OPTIONAL,
    cellSiteInformation         [8] CellSiteInformation OPTIONAL,
    ignoreNCGI                  [9] BOOLEAN OPTIONAL
    ignoreNCGI                  [9] BOOLEAN OPTIONAL,
    nRNTNTAIInfo                [10] NRNTNTAIInfo OPTIONAL,
    iABMTUserLocation           [11] IABMTUserLocation OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.10
@@ -7395,6 +7397,21 @@ SIPCellularNetworkInformation ::= SEQUENCE
    servingPLMN          [2] PLMNID OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.9 and TS 38.413 [23] clause 9.3.3.53
NRNTNTAIInfo ::= SEQUENCE
{
    servingPLMN                   [1] PLMNID,
    tACListNRNTN                  [2] SEQUENCE (SIZE(1..MAX)) OF TAC,
    uELocationDerivedNTNTAC       [3] TAC OPTIONAL
}

-- TS 38.413 [23], clause 9.3.1.260
IABMTUserLocation ::= SEQUENCE
{
    nRCGI             [1] NCGI,
    tAI               [2] TAI OPTIONAL
}

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