aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2017-05-17sercomm: Include in libosmocore MakefileHarald Welte1-1/+1
2017-05-17sercomm: remove unrequired helper functionsHarald Welte1-2/+0
2017-05-17sercomm: Move HDLC related defines into C fileHarald Welte1-7/+0
2017-05-17sercomm: Add doxygen-style documentation to public APIHarald Welte1-10/+19
2017-05-17sercomm: make rx msg size configurable per instanceHarald Welte1-0/+1
2017-05-17sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte1-14/+14
2017-05-17sercomm: Enable multiple instances of 'sercomm'Harald Welte1-11/+36
2017-05-17Import sercomm.c from osmocom-bbHarald Welte1-0/+61
2017-05-15stats: Disable stats*.c on embedded targetsHarald Welte1-0/+10
2017-05-15introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte1-0/+43
2017-05-15endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte1-1/+13
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso1-0/+2
2017-05-09vty: cleanup logging functionsMax1-2/+2
2017-04-16osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte1-0/+4
2017-04-15msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3()Harald Welte1-0/+15
2017-04-09Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte1-0/+4
2017-04-09Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte1-0/+14
2017-04-03logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtranHarald Welte1-1/+5
2017-03-15fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()Neels Hofmeyr1-1/+1
2017-03-15linuxlist.h: add llist_first/last_entry macrosNeels Hofmeyr1-0/+30
2017-03-01fsm: convenience: add inline osmo_fsm_inst_state_name()Neels Hofmeyr1-0/+4
2017-02-23logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-16/+18
2017-02-23logging.h: fixup: add API doc for logging enums recently addedNeels Hofmeyr1-0/+5
2017-02-23logging.h: fix backwards compat broken by recent commitNeels Hofmeyr1-0/+7
2017-02-22logging: centrally define ctx and filter indexesNeels Hofmeyr1-2/+17
2017-02-07select: add functionality to check socket statePhilipp Maier1-0/+2
2017-01-27socket: Introduce function to obtain socket nameHarald Welte1-0/+2
2017-01-23utils.h: #include <stdio.h> as we use fprintf()Harald Welte1-0/+1
2017-01-21linuxlist.h: add llist_count()Neels Hofmeyr1-0/+16
2017-01-16logging: remove code duplicationMax1-13/+4
2017-01-15bitvec: Ensure bitvec.h and bitvec.c agree on function argument typeHarald Welte1-1/+1
2017-01-15Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte1-1/+1
2017-01-09gsmtap: Add GSMTAP_TYPE_QC_DIAGHarald Welte1-0/+1
2017-01-07Add osmo_fsm_find_by_name() and avoid registering FSM with same nameHarald Welte1-0/+1
2017-01-06Add function to get uninterrupted bit runPravin Kumarvel1-0/+1
2016-12-24fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()Neels Hofmeyr1-0/+13
2016-12-24fsm: move LOGPFSMSRC and LOGPFSMLSRC to .hNeels Hofmeyr1-0/+13
2016-12-23add CRC16-CCITT to libosmocoreHarald Welte1-0/+12
2016-12-21utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macrosNeels Hofmeyr1-0/+4
2016-12-20fsm api doc: fix typo in doxygen marker '\breif'Neels Hofmeyr1-1/+1
2016-12-15add value strings for enum osmo_fsm_term_cause and use for loggingNeels Hofmeyr1-0/+7
2016-12-14fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr2-10/+58
2016-12-14fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr1-2/+5
2016-12-11import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte1-1/+2
2016-12-11fix: DLGSUP logging category "unusable"0.9.5Neels Hofmeyr1-1/+1
2016-12-09Implement GSMTAP log targetHarald Welte1-0/+14
2016-12-09gsmtap: Add defintions for GSMTAP based remote loggingHarald Welte1-0/+19
2016-12-09doc: fsm timer_cb: explain return valueNeels Hofmeyr1-1/+2
2016-12-02logging: Extend log_target with call-back for un-formatted log lineHarald Welte1-1/+17
2016-11-26Introduce osmo_strlcpy() function so we can stop using strncpy()Harald Welte1-0/+2