libosmocore/include/osmocom
Pau Espin af40b0b6b9 msgb_alloc_headroom: Change size args to be uint16_t
Underlaying APIs (msgb_alloc) use a uint16_t as a type, which means
until now passing a value > 2^16 would succeed providing a msgb with
less space than requested.

Since those are static inline, there's no symbols used by apps, so we
should be safe enough changing the type to be uint16_t, since change
would only be applied at re-compile time.

Change-Id: I83c8222484e4856c68134a1a9d8cf96eb91af1b8
2021-06-13 18:20:09 +00:00
..
codec codec: Add functions for AMR s->d bits and d->s bits 2020-05-14 14:51:22 +02:00
coding gsm0503_parity: Fix compilation with gcc-10 2020-04-20 18:18:50 +02:00
core msgb_alloc_headroom: Change size args to be uint16_t 2021-06-13 18:20:09 +00:00
crypt kdf: add key derivation functions 2021-06-08 02:38:15 +02:00
ctrl ctrl: ports.h: Add OSMO_CTRL_PORT_BSC_NEIGH 2021-01-13 14:48:53 +01:00
gprs Revert "gb: Fix naming and export symbol bssgp_enc_rim_pdu" 2021-05-06 18:28:12 +00:00
gsm bts_feature: Introduce feature to speak to PCU 2021-06-11 16:36:29 +00:00
sim sim: Add osim_card_{reset,close}() API 2021-06-01 20:29:17 +02:00
usb usb: Add osmo_libusb_find_open_claim() all-in-one API 2020-05-12 05:43:21 +00:00
vty vty: Introduce API vty_read_config_filep 2021-05-18 14:56:52 +02:00