aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Add inter-thread queueHarald Welte1-0/+62
2021-01-04gsmtap_util: SNR can be negative, use a signed integerVadim Yanitskiy1-4/+4
2020-12-28Declare osmo_ctx_init() in talloc.hDaniel Willmann1-0/+2
2020-12-21fsm: Add osmo_fsm_inst_broadcast_children()Harald Welte1-0/+11
2020-12-09logging: Introduce DLBSSGP logging constantHarald Welte1-1/+2
2020-12-06log2.h: Avoid redefining __always_inlineHarald Welte1-3/+2
2020-12-06log2.h: Use uintXX_t instead of kernel specific typesHarald Welte1-2/+3
2020-12-06hash/log2: Add generic implementations of fls() and fls64()Harald Welte1-0/+59
2020-12-05Use explicit type-casting in hlist_del() for C++ compatibilityHarald Welte1-2/+2
2020-12-05core/linuxlist: do not use 'new' as a parameter nameVadim Yanitskiy1-4/+4
2020-12-05Add hlist and hashtable from Linux kernelHarald Welte4-0/+614
2020-12-03ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann1-0/+2
2020-12-02Integrate libmnl (minimal netlink) library with libosmocore select loopHarald Welte1-0/+22
2020-12-02logging: Calculate LOG_MAX_{CTX,FILTERS} from the enumDaniel Willmann1-10/+10
2020-11-13serial: Introduce API osmo_serial_speed_tPau Espin Pedrol1-0/+1
2020-11-11tdef: Introduce OSMO_TDEF_US unitPau Espin Pedrol1-0/+1
2020-10-24application: do not document unrelated forward-declarationsVadim Yanitskiy1-6/+3
2020-10-23select: Migrate over to poll()Harald Welte1-0/+1
2020-10-19logging: introduce 'systemd-journal' targetVadim Yanitskiy1-0/+7
2020-10-19select: Introduce osmo_fd_{read,write}_{enable,disable}()Harald Welte1-0/+20
2020-10-12add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_strAlexander Couzens1-0/+4
2020-10-09socket: make the arguments of osmo_sockaddr_cmp() constVadim Yanitskiy1-1/+2
2020-10-07add osmo_float_str_to_int() and osmo_int_to_float_str_*()Neels Hofmeyr1-0/+4
2020-09-29write_queue: Add osmo_wqueue_enqueue_quiet()Harald Welte1-0/+1
2020-09-20add osmo_use_count_to_str_c()Neels Hofmeyr1-0/+2
2020-09-15Gb: add a second NS implementationAlexander Couzens1-1/+2
2020-09-14bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted valuesNeels Hofmeyr1-2/+19
2020-09-14bitXXgen: ensure not reading/storing past valid sizeNeels Hofmeyr1-0/+6
2020-09-07add osmo_sockaddr_local_ip() to determine the local address for a remote.Alexander Couzens1-0/+2
2020-09-02socket: add osmo_sockaddr_cmp()Alexander Couzens1-0/+2
2020-09-02socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens1-0/+10
2020-09-02sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the portAlexander Couzens1-0/+1
2020-08-31socket: Add some osmo_sockaddr print helpersPau Espin Pedrol1-0/+3
2020-08-20gsmtap: Add definitions for E1/T1 payload (LAPD, TRAU, FR) in GSMTAPHarald Welte1-0/+9
2020-08-10socket.h: introduce osmo_sockaddr to hold v4 and v6 endpointsAlexander Couzens1-2/+11
2020-07-17stat_item: Add function to reset stat items and groupsDaniel Willmann1-0/+4
2020-07-17rate_ctr: Add functions to reset rate counter (groups)Daniel Willmann1-0/+3
2020-07-15use_count.h: Fix API doc examplePau Espin Pedrol1-1/+2
2020-06-16add osmo_mobile_identity APINeels Hofmeyr1-0/+1
2020-06-16Revert "add osmo_mobile_identity API"Harald Welte1-1/+0
2020-06-12add osmo_mobile_identity APINeels Hofmeyr1-0/+1
2020-05-26api doc: clarify OSMO_NAME_C_IMPL() required FUNC_BUF signatureNeels Hofmeyr1-1/+3
2020-05-09stats: Support regular stats flushAlexander Chemeris1-1/+4
2020-04-18select.c: Introduce support for signalfdHarald Welte1-0/+18
2020-04-18exec: Introduce osmo_system_nowait2() to allow specify a userHarald Welte1-0/+1
2020-03-10socket: Add osmo_sock_mcast_iface_set() to bind multicast to deviceHarald Welte1-0/+1
2020-03-08fixup depreciation warningHarald Welte1-2/+2
2020-03-08gsmtap: Solve TCH / FACCH confusion once and for allHarald Welte2-3/+10
2020-03-05gsmtap.h: Add definitions for voice inside GSMTAPHarald Welte1-2/+26
2020-02-04value_string: Switch val from unsigned to intPau Espin Pedrol1-1/+1