Attention is currently required from: laforge, dexter.
falconia has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/32685 )
Change subject: codec: replace GSM-FR ECU with new implementation ......................................................................
Patch Set 3:
(1 comment)
File include/osmocom/codec/ecu.h:
https://gerrit.osmocom.org/c/libosmocore/+/32685/comment/248ff8b3_6259a5db PS3, Line 9: /* ECU state for GSM-FR - deprecated version only! */
It is not so clear why we keep this. […]
The old implementation _with its state structure_ is a public API of its own, predating the abstracted ECU API, and at least gapk still uses that old, officially deprecated API - and "uses" not only in the sense of calling the old functions, but gapk code actually digs inside that struct osmo_ecu_fr_state!