Skip to content

nr pdcp: introduce a thread to do pdcp_data_ind

Cédric Roux requested to merge nr-pdcp-data-ind-thread into develop

Before this commit, pdcp_data_ind is done in the realtime PHY/MAC thread, and this may have an impact on realtime performances.

Let's introduce a new thread to do the job, freeing the realtime PHY/MAC logic.

This is not a minor change. It may have positive and/or negative effects. To be tested carefully.

Merge request reports