Commit f8f7c408 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/fix-bye-aw2s' into integration_2023_w33

parents d0895b5e f40b4ab2
...@@ -338,7 +338,9 @@ void fh_if5_south_in(RU_t *ru, ...@@ -338,7 +338,9 @@ void fh_if5_south_in(RU_t *ru,
if (proc->frame_rx != *frame) { if (proc->frame_rx != *frame) {
LOG_E(PHY,"Received Timestamp doesn't correspond to the time we think it is (proc->frame_rx %d frame %d proc->tti_rx %d tti %d)\n",proc->frame_rx,*frame,proc->tti_rx,*tti); LOG_E(PHY,"Received Timestamp doesn't correspond to the time we think it is (proc->frame_rx %d frame %d proc->tti_rx %d tti %d)\n",proc->frame_rx,*frame,proc->tti_rx,*tti);
exit_fun("Exiting"); if (!oai_exit)
exit_fun("Exiting");
return;
} }
} else { } else {
proc->first_rx = 0; proc->first_rx = 0;
......
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