5G NR UE: fix PDCP issue
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.
Maintenance operation of our GitLab server is scheduled for Thursday, November 28 at noon. The server will be unavailable for about two hours.
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.