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