Commit 8df3f84f authored by Raymond Knopp's avatar Raymond Knopp

small change in if4p5_asynch_DL

parent f02c1f20
......@@ -760,7 +760,6 @@ 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");
}
if (subframe_tx != *subframe) {
......@@ -778,6 +777,8 @@ void fh_if4p5_asynch_DL(PHY_VARS_eNB *eNB,int *frame,int *subframe) {
}
} while (proc->symbol_mask[*subframe] != symbol_mask_full);
*frame = frame_tx;
// intialize this to zero after we're done with the subframe
proc->symbol_mask[*subframe] = 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