osmo-msc/openbsc/src/libcommon
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
bsc_version.c update year in copyright string 2012-06-03 16:58:09 +02:00
common_vty.c vty: Change the return type from enum to int 2015-09-24 15:39:30 +02:00
debug.c filter: Move from DNAT to DFILTER category 2015-05-03 22:03:39 +02:00
gsm_data.c Add option to set RADIO LINK TIMEOUT value via VTY 2015-08-17 16:31:35 +02:00
gsm_data_shared.c ctrl/bsc: Fix copy and paste error and update text 2015-01-31 19:42:42 +01:00
gsm_subscriber_base.c nitb: Fix IMSI/IMEI buffer handling (Coverity) 2015-04-10 08:47:00 +02:00
socket.c make sure we still build on systems that don't have IPPROTO_GRE 2012-04-08 15:56:00 +02:00
talloc_ctx.c src: use new library libosmogsm and new path to headers in libosmocore 2011-03-23 18:17:56 +01:00
utils.c libcommon: soak up three static functions. 2015-11-02 12:56:40 +01:00