Commit 854d2dfb authored by Cedric Roux's avatar Cedric Roux

bugfix: forgot this for timing advance

parent 0404f5f3
...@@ -597,7 +597,7 @@ int schedule_MBMS(module_id_t module_idP, uint8_t CC_id, frame_t frameP, sub_fra ...@@ -597,7 +597,7 @@ int schedule_MBMS(module_id_t module_idP, uint8_t CC_id, frame_t frameP, sub_fra
sdu_lengths, sdu_lengths,
sdu_lcids, sdu_lcids,
255, // no drx 255, // no drx
0, // no timing advance 31, // no timing advance
NULL, // no contention res id NULL, // no contention res id
padding, padding,
post_padding); post_padding);
......
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