Skip to content
Commits on Source (9)
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
<xs:element name="NetworkInstance" type="xs:hexBinary"></xs:element> <xs:element name="NetworkInstance" type="xs:hexBinary"></xs:element>
<xs:element name="GTPTunnelDirection" type="GTPTunnelDirection"></xs:element> <xs:element name="GTPTunnelDirection" type="GTPTunnelDirection"></xs:element>
<xs:element name="FTEID" type="FTEID"></xs:element> <xs:element name="FTEID" type="FTEID"></xs:element>
<xs:element name="PDR" type="xs:hexBinary"/>
</xs:choice> </xs:choice>
</xs:complexType> </xs:complexType>
......
...@@ -7818,7 +7818,11 @@ PositioningMethod ::= ENUMERATED ...@@ -7818,7 +7818,11 @@ PositioningMethod ::= ENUMERATED
nRECID(12), nRECID(12),
uLTDOA(13), uLTDOA(13),
uLAOA(14), uLAOA(14),
networkSpecific(15) networkSpecific(15),
sLTDOA(16),
sLTOA(17),
sLAOA(18),
sLRT(19)
} }
-- TS 29.572 [24], clause 6.1.6.3.7 -- TS 29.572 [24], clause 6.1.6.3.7
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<xs:element name="NetworkInstance" type="xs:hexBinary"/> <xs:element name="NetworkInstance" type="xs:hexBinary"/>
<xs:element name="GTPTunnelDirection" type="GTPTunnelDirection"/> <xs:element name="GTPTunnelDirection" type="GTPTunnelDirection"/>
<xs:element name="FTEID" type="FTEID"/> <xs:element name="FTEID" type="FTEID"/>
<xs:element name="PDR" type="xs:hexBinary"/>
</xs:choice> </xs:choice>
</xs:complexType> </xs:complexType>
......
...@@ -8397,7 +8397,11 @@ PositioningMethod ::= ENUMERATED ...@@ -8397,7 +8397,11 @@ PositioningMethod ::= ENUMERATED
nRECID(12), nRECID(12),
uLTDOA(13), uLTDOA(13),
uLAOA(14), uLAOA(14),
networkSpecific(15) networkSpecific(15),
sLTDOA(16),
sLTOA(17),
sLAOA(18),
sLRT(19)
} }
-- TS 29.572 [24], clause 6.1.6.3.7 -- TS 29.572 [24], clause 6.1.6.3.7
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<xs:element name="NetworkInstance" type="xs:hexBinary"/> <xs:element name="NetworkInstance" type="xs:hexBinary"/>
<xs:element name="GTPTunnelDirection" type="GTPTunnelDirection"/> <xs:element name="GTPTunnelDirection" type="GTPTunnelDirection"/>
<xs:element name="FTEID" type="FTEID"/> <xs:element name="FTEID" type="FTEID"/>
<xs:element name="PDR" type="xs:hexBinary"/>
</xs:choice> </xs:choice>
</xs:complexType> </xs:complexType>
......