Files
Robert Schmidt 438de535fa doc: make clone instructions/issues/mailing lists/tags point to Github
- make internal links relative where applicable
- delete link to the wiki, as the documentation is in the main repo, not
  the wiki
- remove some "example in oai code" as the examples either don't exist,
  or are not in that place, and we can reasonably expect people to grep

Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
2026-06-05 17:16:40 +02:00

453 B

loader source files

The oai shared library loader is implemented in two source files, located in common/utils/:

  1. load_module_shlib.c contains the loader implementation
  2. load_module_shlib.h is the loader include file containing both private and public data type definitions. It also contain API prototypes.

loader home page