Commit f12907c4 authored by canterburym's avatar canterburym
Browse files

TS 33.128 CR0826 - RANOnly flag

parent 460af7bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -92,6 +92,10 @@
                <Value>ECIDMeasurements</Value>
                <Meaning>Indicates whether E-CID measurements of the UE are requested.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>RANOnly</Value>
                <Meaning>Indicates whether only measurements that do not require active UE involvement are requested in case E-CID measurements of the UE are requested (see clause 7.3.5.4.2 and clause 7.3.5.4.3).</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>                                               <!--ManifestSpecification: see Clause 5.7.2 Table 5.7.2-6 -->
+4 −3
Original line number Diff line number Diff line
@@ -9,9 +9,10 @@
    <xs:complexContent>
      <xs:extension base="liqr:LIQueryRequest">
        <xs:sequence>
          <xs:element name="LocationInformation" type="xs:boolean" default="false"/>
          <xs:element name="ReqCurrentLoc" type="xs:boolean" default="false"/>
          <xs:element name="ECIDMeasurements" type="xs:boolean" default="false"/>
          <xs:element name="LocationInformation" type="xs:boolean" minOccurs="0"/>
          <xs:element name="ReqCurrentLoc" type="xs:boolean" minOccurs="0"/>
          <xs:element name="ECIDMeasurements" type="xs:boolean" minOccurs="0"/>
          <xs:element name="RANOnly" type="xs:boolean" minOccurs="0"/>
          <xs:element name="HILADelivery" type="xs:boolean" minOccurs="0"/>
          <xs:element name="HI2Delivery" type="MDF2DeliveryStructure" minOccurs="0"/>
        </xs:sequence>