Commit 6066ddf0 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

TS 33.128 CR 0480 - Addition of Ignore NCGI, Ignore ECGI and Ignore TAI...

TS 33.128 CR 0480 - Addition of Ignore NCGI, Ignore ECGI and Ignore TAI parameter to Location structures
parent 4e75db59
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -2390,7 +2390,9 @@ EUTRALocation ::= SEQUENCE
    geodeticInformation         [6] UTF8String OPTIONAL,
    globalNGENbID               [7] GlobalRANNodeID OPTIONAL,
    cellSiteInformation         [8] CellSiteInformation OPTIONAL,
    globalENbID                 [9] GlobalRANNodeID OPTIONAL
    globalENbID                 [9] GlobalRANNodeID OPTIONAL,
    ignoreTAI                   [10] BOOLEAN OPTIONAL,
    ignoreECGI                  [11] BOOLEAN OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.9
@@ -2403,7 +2405,8 @@ NRLocation ::= SEQUENCE
    geographicalInformation     [5] UTF8String OPTIONAL,
    geodeticInformation         [6] UTF8String OPTIONAL,
    globalGNbID                 [7] GlobalRANNodeID OPTIONAL,
    cellSiteInformation         [8] CellSiteInformation OPTIONAL
    cellSiteInformation         [8] CellSiteInformation OPTIONAL,
    ignoreNCGI                  [9] BOOLEAN OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.10