minor fix, there was:
*subframe = (current_subframe+8) % 10; in get_Msg3_alloc_ret. Now there is: *subframe = (current_subframe+8); because, well, because. (Hey it's time for lunch!) git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7649 818b1a75-f10b-46b9-bf7c-635c3b92a50f
Showing
Please register or sign in to comment