Commit 7199ca42 authored by Jerediah Fevold's avatar Jerediah Fevold
Browse files

[RIL]: W014

[Delegate]: NEC (Zonghui XIE)
[Class]: 1
[Status]: ToDo
[TDoc]:

[Description]: Capture the time deviation as "time difference"

[Comment]: During the example creation, a line was duplicated. It has been removed here.
parent d256c74d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -18464,8 +18464,7 @@ Editor\'s Note: FFS whether UE should start a timer, e.g., Timer T348.
2\> 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
2\> if *flightPathUpdateTimeThr* is configured and for at least one waypoint, the timestamp was not previously provided but is now available, or the time between the previously provided timestamp and the new timestamp, if available, is more than or equal to the time threshold configured by *flightPathUpdateTimeThr*:
2\> if *flightPathUpdateTimeThr* is configured and for at least one waypoint, the timestamp was not previously provided but is now available, or the time between the previously provided timestamp and the new timestamp, if available, is more than or equal to the time threshold configured by *flightPathUpdateTimeThr*:
2\> if *flightPathUpdateTimeThr* is configured and for at least one waypoint, the timestamp was not previously provided but is now available, or the time difference between the previously provided timestamp and the new timestamp, if available, is more than or equal to the time threshold configured by *flightPathUpdateTimeThr*:
3\> initiate transmission of the *UEAssistanceInformation* message in accordance with 5.7.4.3 to indicate the availability of flight path information;