Skip to content
Snippets Groups Projects
Commit e882526b authored by roux's avatar roux
Browse files

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
parent a7c0adc4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment