Commit 5f7f2cab authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0035-fixed-wrong-indexing.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7337 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 7dd10506
......@@ -618,7 +618,7 @@ rlc_module_init (void)
}
for (k=0; k < NB_RB_MBMS_MAX; k++) {
rlc_mbms_rbid2lcid_eNB[module_id1][k] = RLC_LC_UNALLOCATED;
rlc_mbms_rbid2lcid_ue[module_id1][k] = RLC_LC_UNALLOCATED;
}
#endif
......@@ -633,7 +633,7 @@ rlc_module_init (void)
}
for (k=0; k < NB_RB_MBMS_MAX; k++) {
rlc_mbms_rbid2lcid_ue[module_id1][k] = RLC_LC_UNALLOCATED;
rlc_mbms_rbid2lcid_eNB[module_id1][k] = RLC_LC_UNALLOCATED;
}
#endif
......
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