Commit 22e9d9b6 authored by Sakthivel Velumani's avatar Sakthivel Velumani

Fix bug in PDCP ue_id

parent 4c65339b
......@@ -434,7 +434,7 @@ static void *enb_tun_read_thread(void *_)
ctxt.subframe = 0;
ctxt.eNB_index = 0;
ctxt.brOption = 0;
ctxt.rnti = 0;
ctxt.rnti = (rnti_t) ue_id;
uint8_t qfi = 7;
bool rqi = 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