summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
...
* core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpersVadim Yanitskiy2019-03-271-5/+5
* core/linuxlist.h: fix white-space and inconsistent alignmentVadim Yanitskiy2019-03-271-19/+19
* core/linuxlist.h: fix and unify Doxygen documentationVadim Yanitskiy2019-03-271-99/+96
* select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte2019-03-211-5/+10
* socket: osmo_sock_get_name() Use "const void *" as talloc contextHarald Welte2019-03-191-1/+1
* fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()Neels Hofmeyr2019-03-071-0/+15
* represent negative T-timers as Osmocom-specific X-timersNeels Hofmeyr2019-03-062-3/+11
* log: fsm: allow logging the timeout on state changeNeels Hofmeyr2019-02-261-0/+1
* add OSMO_STRBUF_PRINTF()Neels Hofmeyr2019-02-171-0/+85
* bitvec: Add bitvec_tailroom_bits() functionHarald Welte2019-02-051-0/+6
* bitvec: Add bitvec_bytes_used() functionHarald Welte2019-02-051-0/+9
* add osmo_tdef API, originally adopted from osmo-bsc T_defNeels Hofmeyr2019-02-041-0/+172
* socket.h: add missing includeMax2019-02-041-2/+7
* osmo_fsm_state_name: make robust against NULL fiNeels Hofmeyr2019-01-291-1/+1
* add osmo_hexdump_buf() and testNeels Hofmeyr2019-01-281-0/+3
* Rename msgb_wrap_with_TL()Max2019-01-211-1/+1
* socket: add define for socket name lengthPhilipp Maier2019-01-171-0/+2
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-141-0/+2
* add LOGPFSMSL(), LOGPFSMSLSRC()Neels Hofmeyr2019-01-031-6/+30
* LOGPFSM*: guard against fi == NULLNeels Hofmeyr2019-01-031-4/+4
* add API doc for LOGPFSM* macrosNeels Hofmeyr2019-01-031-0/+31
* define LOGPFSM fmt only once, in LOGPFSMLSRCNeels Hofmeyr2018-12-231-7/+4
* add to osmo_sock_get_name*() APINeels Hofmeyr2018-12-191-0/+3
* stats.h: Fix build on MacOSPau Espin Pedrol2018-12-131-2/+2
* msgb: add test helpersMax2018-12-121-0/+139
* add osmo_bcd2str()Neels Hofmeyr2018-12-101-0/+2
* Constify llist_count() parameterMax2018-12-101-1/+1
* timer: Fix clockid_t undefined on MacOS < 10.12Pau Espin Pedrol2018-12-102-0/+5
* Add osmo_sockaddr_in_to_str_and_uint()Max2018-12-071-0/+3
* Update msgb Lx helpersMax2018-12-031-1/+17
* Move msgb_push helpers to public headerMax2018-11-191-0/+9
* core/msgb.h: introduce msgb_l4len() helperVadim Yanitskiy2018-11-071-0/+12
* add osmo_sock_get_{local,remote}_ip{,_port}()Oliver Smith2018-10-261-0/+6
* GSMTAP: fix typos in commentsShinjo Park2018-10-071-2/+2
* GSMTAP: add definitions for LTE NAS subtypesShinjo Park2018-10-071-0/+8
* GSMTAP: add definitions for new LTE RRC channelsShinjo Park2018-10-071-10/+25
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-131-0/+1
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-132-4/+14
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-071-2/+13
* core/utils.h: move includes to the topVadim Yanitskiy2018-09-051-3/+2
* core/utils.h: drop duplicate '<stdbool.h>' includeVadim Yanitskiy2018-09-051-1/+0
* Add RSPRO support to IPA and logging definitionsHarald Welte2018-09-031-1/+2
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-271-0/+9
* socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2018-08-231-0/+2
* use __FILE__, not __BASE_FILE__Neels Hofmeyr2018-08-203-12/+12
* msgb: Introduce msgb_{de,en}queue_count APIsPau Espin Pedrol2018-08-171-0/+34
* signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol2018-08-161-0/+1
* GSMTAP: add SIM sub_typesKévin Redon2018-07-271-1/+13
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-201-0/+3
* osmo_panic(): Annotate as __attribute__ ((noreturn))Harald Welte2018-06-291-1/+1