• Cedric Roux's avatar
    nr pdcp: introduce a thread to do pdcp_data_ind · d67b46a1
    Cedric Roux authored
    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.
    d67b46a1
nr_pdcp_oai_api.c 43.8 KB