Commit 47df8a79 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0701' into 'meeting/SA106'

TS 33.128 CR 0701 - Addition of Cell Radio Information to location structures

See merge request !293
parents e0a90a9e f4d4b4fa
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -6873,7 +6873,8 @@ EUTRALocation ::= SEQUENCE
    cellSiteInformation         [8] CellSiteInformation OPTIONAL,
    globalENbID                 [9] GlobalRANNodeID OPTIONAL,
    ignoreTAI                   [10] BOOLEAN OPTIONAL,
    ignoreECGI                  [11] BOOLEAN OPTIONAL
    ignoreECGI                  [11] BOOLEAN OPTIONAL,
    cellRadioRelatedInformation [12] SEQUENCE OF CellRadioRelatedInformation OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.9
@@ -6889,7 +6890,8 @@ NRLocation ::= SEQUENCE
    cellSiteInformation         [8] CellSiteInformation OPTIONAL,
    ignoreNCGI                  [9] BOOLEAN OPTIONAL,
    nRNTNTAIInfo                [10] NRNTNTAIInfo OPTIONAL,
    iABMTUserLocation           [11] IABMTUserLocation OPTIONAL
    iABMTUserLocation           [11] IABMTUserLocation OPTIONAL,
    cellRadioRelatedInformation [12] SEQUENCE OF CellRadioRelatedInformation OPTIONAL
}

-- TS 29.571 [17], clause 5.4.4.10
@@ -7057,7 +7059,8 @@ CellInformation ::= SEQUENCE
CellRadioRelatedInformation ::= CHOICE
{
    nGInformation [1] NGInformation,
    f1Information [2] F1Information
    f1Information [2] F1Information,
    s1Information [3] S1Information
}

RFBand ::= UTF8String