Skip to content

fix encoding error in mbms by regrouping the missing barrier at a single level

Thomas Laurent requested to merge fix-lte-mbms into develop

The mbms author copied the encoding function to make a new flavor for mbms but he missed to copy the barrier after the asynchronous launch of turbo encode so, data is following process take input regardless it is already ready or not

the fix moves the barrier at a common position between this new mbms feature and the regular DL coding

Edited by Robert Schmidt

Merge request reports