Commit f27ab2d8 authored by francescomani's avatar francescomani

Merge remote-tracking branch 'origin/Reset_timing_advance' into integration_2025_w10

parents e9338e56 f765352b
...@@ -970,6 +970,8 @@ void *UE_thread(void *arg) ...@@ -970,6 +970,8 @@ void *UE_thread(void *arg)
syncMsg->UE = UE; syncMsg->UE = UE;
memset(&syncMsg->proc, 0, sizeof(syncMsg->proc)); memset(&syncMsg->proc, 0, sizeof(syncMsg->proc));
pushNotifiedFIFO(&UE->sync_actor.fifo, Msg); pushNotifiedFIFO(&UE->sync_actor.fifo, Msg);
timing_advance = 0;
UE->timing_advance = 0;
trashed_frames = 0; trashed_frames = 0;
syncRunning = true; syncRunning = true;
continue; continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment