Skip to content

nr ue: fix rlc and pdcp tick generation

Cédric Roux requested to merge bugfix-nr-ue-tick into develop

Ticks have to come every millisecond. The code was calling tick only for DL slots.

(This whole logic will change at some point, this tick mechanism is not good. But in the meantime, let's fix anyway.)

Merge request reports