Commit af5a36e2 authored by Raymond Knopp's avatar Raymond Knopp

For rakeh.varudu@fokus.fraunhofer.de


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7442 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2eb59036
......@@ -224,8 +224,12 @@ int s1ap_eNB_handle_nas_first_req(
mme_desc_p->nextstream += 1;
}
#if defined(S1AP_LIMIT_STREAM_ID_TO_1)
#if defined(S1AP_LIMIT_STREAM_ID_TO_0)
mme_desc_p->nextstream = 0;
#else
# if defined(S1AP_LIMIT_STREAM_ID_TO_1)
mme_desc_p->nextstream = 1;
# endif
#endif
ue_desc_p->stream = mme_desc_p->nextstream;
......
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