Something went wrong on our end
Forked from
oai / openairinterface5G
20757 commits behind the upstream repository.
devusage.md 1.00 KiB
The loader objectives are
- provides a common mechanism to prevent an executable to include code that is only used under specific configurations, without rebuilding the code
- Provide a common mechanism to allow to choose between different implementations of a given set of functions, without rebuilding the code
As a developer you may need to look at these sections:
Loader usage examples can be found in oai sources:
- device and transport initialization code: function
load_lib
in targets/ARCH/COMMON/common_lib.c - turbo encoder and decoder initialization: function
load_codinglib
in openair1/PHY/CODING/coding_load.c