Commit 44a88c50 authored by winckel's avatar winckel

Marked some unused parameters from S1AP req.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4535 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 01f8ff65
......@@ -1038,6 +1038,13 @@ static void rrc_eNB_generate_defaultRRCConnectionReconfiguration (u8 Mod_id, u32
ASN_SEQUENCE_ADD (&dedicatedInfoNASList->list, dedicatedInfoNas);
}
/* TODO parameters yet to process ... */
{
UE_info->e_rab[i].param.qos;
UE_info->e_rab[i].param.sgw_addr;
UE_info->e_rab[i].param.gtp_teid;
}
/* TODO should test if e RAB are Ok before! */
eNB_rrc_inst[Mod_id].Info.UE[UE_index].e_rab[i].status = E_RAB_STATUS_DONE;
}
......
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