libosmocore/include/osmocom
Philipp Maier bf86d71f58 features: define osmo_bts_*_feature() as static inline
The functions osmo_bts_set_feature() and osmo_bts_has_feature() are
currently defined as inline. Since inline is a hinting, the compiler
might choose not to inline the function. This eventually leads to
linker problems because the function is then defined multiple times.

- use "static inline" instead of "inline" only.

This patch is a follow up patch to
Change Id 680acae725

Change-Id: Iddd97415a17b06b69f69ddca2e2e296eb2f23a89
2018-03-05 17:37:46 +00:00
..
codec libosmocodec: implement ECU (Error Concealment Unit) for FR 2018-01-15 20:12:03 +00:00
coding coding: Add BER-reporting RACH decode functions 2018-02-26 12:26:38 +01:00
core timer: Introduce osmo_clock_gettime to override clock_gettime 2018-03-01 12:33:02 +00:00
crypt add osmo_auth_c3() (separate from gsm_milenage()) 2017-12-18 23:05:24 +00:00
ctrl ports.h: Add VTY and CTRL ports for osmo-trx 2018-02-22 08:03:06 +00:00
gprs Add function to properly encode RAI 2018-01-08 13:02:07 +00:00
gsm features: define osmo_bts_*_feature() as static inline 2018-03-05 17:37:46 +00:00
sim doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
vty ports.h: Add VTY and CTRL ports for osmo-trx 2018-02-22 08:03:06 +00:00