osmo-msc/openbsc/tests/gprs
Neels Hofmeyr d48f057328 libcommon: soak up three static functions.
Add new kitchen sink openbsc/utils.h and libcommon/utils.c to make three so far
static functions public (so I can use them in the upcoming OAP code).

A place to put them could have been the gprs_utils.h, but all general functions
in there have a gprs_ prefix, and todo markings to move them away. All other
libcommon headers are too specific, so I opened up this kitchen sink header.

Replace the implementation of encode_big_endian() with a call to
osmo_store64be_ext(). See comments.

Apply the change in Makefiles and C files.
2015-11-02 12:56:40 +01:00
..
Makefile.am libcommon: soak up three static functions. 2015-11-02 12:56:40 +01:00
gprs_test.c gsup: Decode/Encode the hlr-Number in the GSUP message 2015-05-24 12:32:23 +08:00
gprs_test.ok gprs: Add GPRS timer conversion functions 2015-01-26 08:41:52 +01:00