Commit 5fde4446 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

test according to Vencore

parent 75af7fc3
......@@ -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_uh = 0;
}
/*
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_ux = l_rlc_p->vr_ux %2;
l_rlc_p->vr_uh = l_rlc_p->vr_uh %2;
l_rlc_p->vr_ur = l_rlc_p->vr_ur % 3;
l_rlc_p->vr_ux = l_rlc_p->vr_ux % 3;
l_rlc_p->vr_uh = l_rlc_p->vr_uh % 3;
}
*/
#endif
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