summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
* fsm: convenience: add inline osmo_fsm_inst_state_name()Neels Hofmeyr2017-03-011-0/+4
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-231-16/+18
* logging.h: fixup: add API doc for logging enums recently addedNeels Hofmeyr2017-02-231-0/+5
* logging.h: fix backwards compat broken by recent commitNeels Hofmeyr2017-02-231-0/+7
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-221-2/+17
* select: add functionality to check socket statePhilipp Maier2017-02-071-0/+2
* socket: Introduce function to obtain socket nameHarald Welte2017-01-271-0/+2
* utils.h: #include <stdio.h> as we use fprintf()Harald Welte2017-01-231-0/+1
* linuxlist.h: add llist_count()Neels Hofmeyr2017-01-211-0/+16
* logging: remove code duplicationMax2017-01-161-13/+4
* bitvec: Ensure bitvec.h and bitvec.c agree on function argument typeHarald Welte2017-01-151-1/+1
* Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte2017-01-151-1/+1
* gsmtap: Add GSMTAP_TYPE_QC_DIAGHarald Welte2017-01-091-0/+1
* Add osmo_fsm_find_by_name() and avoid registering FSM with same nameHarald Welte2017-01-071-0/+1
* Add function to get uninterrupted bit runPravin Kumarvel2017-01-061-0/+1
* fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()Neels Hofmeyr2016-12-241-0/+13
* fsm: move LOGPFSMSRC and LOGPFSMLSRC to .hNeels Hofmeyr2016-12-241-0/+13
* add CRC16-CCITT to libosmocoreHarald Welte2016-12-231-0/+12
* utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macrosNeels Hofmeyr2016-12-211-0/+4
* fsm api doc: fix typo in doxygen marker '\breif'Neels Hofmeyr2016-12-201-1/+1
* add value strings for enum osmo_fsm_term_cause and use for loggingNeels Hofmeyr2016-12-151-0/+7
* fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr2016-12-142-10/+58
* fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr2016-12-141-2/+5
* import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte2016-12-111-1/+2
* fix: DLGSUP logging category "unusable"Neels Hofmeyr2016-12-111-1/+1
* Implement GSMTAP log targetHarald Welte2016-12-091-0/+14
* gsmtap: Add defintions for GSMTAP based remote loggingHarald Welte2016-12-091-0/+19
* doc: fsm timer_cb: explain return valueNeels Hofmeyr2016-12-091-1/+2
* logging: Extend log_target with call-back for un-formatted log lineHarald Welte2016-12-021-1/+17
* Introduce osmo_strlcpy() function so we can stop using strncpy()Harald Welte2016-11-261-0/+2
* msgb: add msgb_push_u{8,16,32}() functionsHarald Welte2016-11-111-0/+30
* statsd: Fix compiler warning (int32_t vs. int64_t)Harald Welte2016-11-111-1/+1
* bitcomp: Remove the t4 decoding from libosmocoreHolger Hans Peter Freyther2016-11-101-1/+0
* Add osmo_fsm_unregister() to headerMax2016-11-021-1/+1
* msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr2016-09-271-1/+4
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-0/+11
* fix error msg: msgb_put(): say "msgb_put", not "msgb_push"Neels Hofmeyr2016-09-091-1/+1
* core/counter: add osmo_counter_dec()Alexander Couzens2016-08-301-0/+6
* Mark input string to osmo_talloc_replace_string() as constHarald Welte2016-07-281-1/+1
* Mark input parameter to bitvec_set_bits() as 'const'Harald Welte2016-06-271-1/+1
* fsm: Introduce default time-out handlingHarald Welte2016-06-271-1/+3
* Add octet-aligned/unaligned shift functionsMax2016-06-201-0/+5
* Add Finite State Machine abstraction codeHarald Welte2016-06-161-0/+135
* add get_value_string_or_null() to handle unknown itemsNeels Hofmeyr2016-06-131-0/+2
* Fixing build on Mac OSXBeshr Al Nahas2016-05-281-1/+1
* Fix build for OSXArran Cudbard-Bell2016-05-201-0/+11
* logging: Use __BASE_FILE__ instead of __FILE__Harald Welte2016-05-122-5/+5
* import gprs_gsup_message.[ch] from openbsc as gsup.[ch]Harald Welte2016-05-061-1/+2
* Import osmo_{encode,decode}_big_endian() from openbscHarald Welte2016-05-051-0/+4
* Update doxygen annotations in libosmocoreHarald Welte2016-05-059-139/+162