Skip to content
Snippets Groups Projects
Commit 22e9d9b6 authored by Sakthivel Velumani's avatar Sakthivel Velumani
Browse files

Fix bug in PDCP ue_id

parent 4c65339b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment