aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* WIP: Tracingdaniel/tracingDaniel Willmann2021-02-103-25/+79
* Add inter-thread queueHarald Welte2021-01-061-0/+62
* gsmtap_util: SNR can be negative, use a signed integerVadim Yanitskiy2021-01-041-4/+4
* Declare osmo_ctx_init() in talloc.hDaniel Willmann2020-12-281-0/+2
* fsm: Add osmo_fsm_inst_broadcast_children()Harald Welte2020-12-211-0/+11
* logging: Introduce DLBSSGP logging constantHarald Welte2020-12-091-1/+2
* log2.h: Avoid redefining __always_inlineHarald Welte2020-12-061-3/+2
* log2.h: Use uintXX_t instead of kernel specific typesHarald Welte2020-12-061-2/+3
* hash/log2: Add generic implementations of fls() and fls64()Harald Welte2020-12-061-0/+59
* Use explicit type-casting in hlist_del() for C++ compatibilityHarald Welte2020-12-051-2/+2
* core/linuxlist: do not use 'new' as a parameter nameVadim Yanitskiy2020-12-051-4/+4
* Add hlist and hashtable from Linux kernelHarald Welte2020-12-054-0/+614
* ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann2020-12-031-0/+2
* Integrate libmnl (minimal netlink) library with libosmocore select loopHarald Welte2020-12-021-0/+22
* logging: Calculate LOG_MAX_{CTX,FILTERS} from the enumDaniel Willmann2020-12-021-10/+10
* serial: Introduce API osmo_serial_speed_tPau Espin Pedrol2020-11-131-0/+1
* tdef: Introduce OSMO_TDEF_US unitPau Espin Pedrol2020-11-111-0/+1
* application: do not document unrelated forward-declarationsVadim Yanitskiy2020-10-241-6/+3
* select: Migrate over to poll()Harald Welte2020-10-231-0/+1
* logging: introduce 'systemd-journal' targetVadim Yanitskiy2020-10-191-0/+7
* select: Introduce osmo_fd_{read,write}_{enable,disable}()Harald Welte2020-10-191-0/+20
* add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_strAlexander Couzens2020-10-121-0/+4
* socket: make the arguments of osmo_sockaddr_cmp() constVadim Yanitskiy2020-10-091-1/+2
* add osmo_float_str_to_int() and osmo_int_to_float_str_*()Neels Hofmeyr2020-10-071-0/+4
* write_queue: Add osmo_wqueue_enqueue_quiet()Harald Welte2020-09-291-0/+1
* add osmo_use_count_to_str_c()Neels Hofmeyr2020-09-201-0/+2
* Gb: add a second NS implementationAlexander Couzens2020-09-151-1/+2
* bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted valuesNeels Hofmeyr2020-09-141-2/+19
* bitXXgen: ensure not reading/storing past valid sizeNeels Hofmeyr2020-09-141-0/+6
* add osmo_sockaddr_local_ip() to determine the local address for a remote.Alexander Couzens2020-09-071-0/+2
* socket: add osmo_sockaddr_cmp()Alexander Couzens2020-09-021-0/+2
* socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens2020-09-021-0/+10
* sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the portAlexander Couzens2020-09-021-0/+1
* socket: Add some osmo_sockaddr print helpersPau Espin Pedrol2020-08-311-0/+3
* gsmtap: Add definitions for E1/T1 payload (LAPD, TRAU, FR) in GSMTAPHarald Welte2020-08-201-0/+9
* socket.h: introduce osmo_sockaddr to hold v4 and v6 endpointsAlexander Couzens2020-08-101-2/+11
* stat_item: Add function to reset stat items and groupsDaniel Willmann2020-07-171-0/+4
* rate_ctr: Add functions to reset rate counter (groups)Daniel Willmann2020-07-171-0/+3
* use_count.h: Fix API doc examplePau Espin Pedrol2020-07-151-1/+2
* add osmo_mobile_identity APINeels Hofmeyr2020-06-161-0/+1
* Revert "add osmo_mobile_identity API"Harald Welte2020-06-161-1/+0
* add osmo_mobile_identity APINeels Hofmeyr2020-06-121-0/+1
* api doc: clarify OSMO_NAME_C_IMPL() required FUNC_BUF signatureNeels Hofmeyr2020-05-261-1/+3
* stats: Support regular stats flushAlexander Chemeris2020-05-091-1/+4
* select.c: Introduce support for signalfdHarald Welte2020-04-181-0/+18
* exec: Introduce osmo_system_nowait2() to allow specify a userHarald Welte2020-04-181-0/+1
* socket: Add osmo_sock_mcast_iface_set() to bind multicast to deviceHarald Welte2020-03-101-0/+1
* fixup depreciation warningHarald Welte2020-03-081-2/+2
* gsmtap: Solve TCH / FACCH confusion once and for allHarald Welte2020-03-082-3/+10
* gsmtap.h: Add definitions for voice inside GSMTAPHarald Welte2020-03-051-2/+26