Commit 9bf7fbce authored by winckel's avatar winckel

Fixed a build issue for lte-softmodem.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4816 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 78b75ace
......@@ -2801,7 +2801,7 @@ void *rrc_ue_task(void *args_p) {
{
if (rrc_get_sub_state(Mod_id) == RRC_SUB_STATE_IDLE_SIB_COMPLETE)
{
rrc_ue_generate_RRCConnectionRequest(Mod_id, frame, 0);
rrc_ue_generate_RRCConnectionRequest(Mod_id, 0 /* TODO put frame number ! */, 0);
LOG_I(RRC, "not sending connection request\n");
rrc_set_sub_state (Mod_id, RRC_SUB_STATE_IDLE_CONNECTING);
......
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