libosmocore/include/osmocom/gprs
Harald Welte 179f35702e Add _c versions of functions that otherwise return static buffers
We have a habit of returning static buffers from some functions,
particularly when generating some kind of string values.  This is
convenient in terms of memory management, but it comes at the expense
of not being thread-safe, and not allowing for two calls of the
related function within one printf() statement.

Let's introduce _c suffix versions of those functions where the
caller passes in a talloc context from which the output buffer shall
be allocated.

Change-Id: I8481c19b68ff67cfa22abb93c405ebcfcb0ab19b
2019-04-10 22:42:32 +00:00
..
protocol NS: Add support for GPRS NS IP Sub-Network-Service (SNS) 2019-02-26 12:18:30 +01:00
gprs_bssgp.h bssgp: introduce flush queue functions 2018-08-10 06:55:43 +00:00
gprs_bssgp_bss.h Add function to properly encode RAI 2018-01-08 13:02:07 +00:00
gprs_msgb.h GPRS: Doxygen documentation for 'struct libgb_msgb_cb' 2019-02-23 14:38:23 +01:00
gprs_ns.h Add _c versions of functions that otherwise return static buffers 2019-04-10 22:42:32 +00:00
gprs_ns_frgre.h doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
gprs_rlc.h Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functions 2017-08-09 19:02:12 +02:00