Skip to content

5G NR UE: fix PDCP issue

Thomas Schlichter requested to merge nr_ue_pdcp_fix into develop

Commit 9edc8cce added the need to call nr_pdcp_tick(), but didn't add it to the UE.

This lead to non-functional downlink IP traffic in OAI UE.

Fix this by calling nr_pdcp_tick() once every millisecond.

Merge request reports