Commit bdfec26d authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/hack-bye-message-aw2s' into integration_2023_w14

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