Attention is currently required from: dexter.
falconia has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/32711 )
Change subject: codec cosmetic: move old FR ECU code to ecu_fr_old.c ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
We probably might consider replacing the old implementation rather than having two.
The problem is that the two functions and their associated state structure that form the old implementation are all public API, and it was my understanding that per libosmocore policy, old public APIs are never removed, only marked as deprecated. Even if we decide to make an exception to that policy in the present case, gapk would need to be changed first to not use the old API, as it still does to the present day.