Commit 98a5be6b authored by Tien-Thinh NGUYEN's avatar Tien-Thinh NGUYEN

revert to the previous commit

parent 36a22841
...@@ -384,13 +384,13 @@ rlc_um_rx (const protocol_ctxt_t* const ctxt_pP, void *argP, struct mac_data_ind ...@@ -384,13 +384,13 @@ rlc_um_rx (const protocol_ctxt_t* const ctxt_pP, void *argP, struct mac_data_ind
l_rlc_p->vr_ux = 0; l_rlc_p->vr_ux = 0;
l_rlc_p->vr_uh = 0; l_rlc_p->vr_uh = 0;
} }
/*
if (l_rlc_p->channel_id == MAX_NUM_LCID_DATA) { if (l_rlc_p->channel_id == MAX_NUM_LCID_DATA) {
l_rlc_p->vr_ur = l_rlc_p->vr_ur %2; l_rlc_p->vr_ur = l_rlc_p->vr_ur %2;
l_rlc_p->vr_ux = l_rlc_p->vr_ux %2; l_rlc_p->vr_ux = l_rlc_p->vr_ux %2;
l_rlc_p->vr_uh = l_rlc_p->vr_uh %2; l_rlc_p->vr_uh = l_rlc_p->vr_uh %2;
} }
*/
#endif #endif
rlc_um_receive (ctxt_pP, l_rlc_p, data_indP); rlc_um_receive (ctxt_pP, l_rlc_p, data_indP);
......
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