Commit f40b4ab2 authored by Robert Schmidt's avatar Robert Schmidt

hack: see Bye. message when quitting gnb running with aw2s

Same commit justification as 50bf5713
parent 5b943f59
......@@ -338,7 +338,9 @@ void fh_if5_south_in(RU_t *ru,
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);
exit_fun("Exiting");
if (!oai_exit)
exit_fun("Exiting");
return;
}
} else {
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