• Robert Schmidt's avatar
    4G RLC/PDCP interface: remove function pointers · e50978e7
    Robert Schmidt authored
    Remove function pointers that were used in the past to implement the
    F1(-U) interface in 4G, i.e., to have different functions to handle
    split/monolithic operations. As we don't have F1 in 4G anymore (see
    commit 9dc22822), we don't need the
    function pointers anymore.
    
    On that occasion, rename the 5G functions by prepending nr_ to them;
    this allows to refactor the interface in 5G further (which is not the
    focus of this changeset).
    e50978e7
rlc_oai_api.c 30.4 KB