Commit ddd53f0d authored by Jerediah Fevold's avatar Jerediah Fevold
Browse files

[RIL]: Z074

[Delegate]: ZTE (ZhangMengjie)
[Class]: 1
[Status]:ToDo
[TDoc]:

[Description]: Following two conditions are redundant and can be combined.

3> if the UE had not previously provided a flight path information since last entering RRC_CONNECTED state; or

3> if at least one waypoint was not previously provided; or

[Proposed Change]:

3> if at least one waypoint was not previously provided since last entering RRC_CONNECTED;
parent d256c74d
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -6734,11 +6734,11 @@ NOTE 0b: The UE does not expect that the *reportUplinkTxDirectCurrentTwoCarrier*
2\> if the UE has flight path information available:
2\> if the UE has flight path information available:
3\> if the UE had not previously provided a flight path information since last entering RRC_CONNECTED state; or
3\> if the UE had not provided a flight path information since last entering RRC_CONNECTED state; or
3\> if at least one waypoint was not previously provided since last entering RRC_CONNECTED state is available; or
3\> if at least one waypoint or a timestamp corresponding to a waypoint location that was not previously provided since last entering RRC_CONNECTED state is available; or
3\> if at least one upcoming waypoint that was previously provided is being removed; or
3\> if at least one upcoming waypoint or a timestamp corresponding to a waypoint location  that was previously provided since last entering RRC_CONNECTED state is to be removed; or
3\> if *flightPathUpdateDistanceThr* is configured and for at least one waypoint, the 3D distance between the previously provided location and the new location is more than or equal to the distance threshold configured by *flightPathUpdateDistanceThr*; or
3\> if *flightPathUpdateDistanceThr* is configured and for at least one waypoint, the 3D distance between the previously provided location and the new location is more than or equal to the distance threshold configured by *flightPathUpdateDistanceThr*; or