Commit a4bdadda authored by Raymond Knopp's avatar Raymond Knopp

commit from other machine prior to merge

parent 09a2fa65
......@@ -761,13 +761,11 @@ void fh_if4p5_asynch_DL(PHY_VARS_eNB *eNB,int *frame,int *subframe) {
else {
if (frame_tx != *frame) {
LOG_E(PHY,"fh_if4p5_asynch_DL: frame_tx %d is not what we expect %d\n",frame_tx,*frame);
*frame = frame_tx;
// exit_fun("Exiting");
exit_fun("Exiting");
}
if (subframe_tx != *subframe) {
LOG_E(PHY,"fh_if4p5_asynch_DL: subframe_tx %d is not what we expect %d\n",subframe_tx,*subframe);
*subframe = subframe_tx;
// exit_fun("Exiting");
exit_fun("Exiting");
}
}
if (packet_type == IF4p5_PDLFFT) {
......
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