osmo-pcu/tests/app_info
Pau Espin 2182e627cd Unify BTS into a C usable structure
Previous work on BTS class started to get stuff out of the C++ struct
 into a C struct (BTS -> struct gprs_glcmac_bts) so that some parts of
it were accessible from C code. Doing so, however, ended up being messy
too, since all code needs to be switching from one object to another,
which actually refer to the same logical component.

Let's instead rejoin the structures and make sure the struct is
accessible and usable from both C and C++ code by rewriting all methods
to be C compatible and converting 3 allocated suboject as pointers.
This way BTS can internally still use those C++ objects while providing
a clean APi to both C and C++ code.

Change-Id: I7d12c896c5ded659ca9d3bff4cf3a3fc857db9dd
2021-01-19 16:28:10 +01:00
..
AppInfoTest.cpp Unify BTS into a C usable structure 2021-01-19 16:28:10 +01:00
AppInfoTest.err Convert GprsMS and helpers classes to C 2021-01-05 10:34:25 +00:00
AppInfoTest.ok Forward ETWS Primary Notification to MS 2019-09-14 15:28:43 +00:00