Commit 12555b80 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0480' into 'meeting/SA99'

TS 33.128 CR 0480 - Addition of Ignore NCGI, Ignore ECGI and Ignore TAI parameter to Location structures

See merge request !131
parents 4e75db59 6066ddf0
Loading
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