summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warning on deprecated macroPau Espin Pedrol2017-06-182-2/+8
* update/extend doxygen documentationHarald Welte2017-06-121-7/+1
* socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol2017-05-261-0/+4
* sercomm: More API documentationHarald Welte2017-05-171-1/+27
* sercomm: Better integration of driver interfaceHarald Welte2017-05-171-6/+7
* sercomm: Include in libosmocore MakefileHarald Welte2017-05-171-1/+1
* sercomm: remove unrequired helper functionsHarald Welte2017-05-171-2/+0
* sercomm: Move HDLC related defines into C fileHarald Welte2017-05-171-7/+0
* sercomm: Add doxygen-style documentation to public APIHarald Welte2017-05-171-10/+19
* sercomm: make rx msg size configurable per instanceHarald Welte2017-05-171-0/+1
* sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte2017-05-171-14/+14
* sercomm: Enable multiple instances of 'sercomm'Harald Welte2017-05-171-11/+36
* Import sercomm.c from osmocom-bbHarald Welte2017-05-171-0/+61
* stats: Disable stats*.c on embedded targetsHarald Welte2017-05-151-0/+10
* introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte2017-05-151-0/+43
* endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte2017-05-151-1/+13
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-0/+2
* vty: cleanup logging functionsMax2017-05-091-2/+2
* osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2017-04-161-0/+4
* msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3()Harald Welte2017-04-151-0/+15
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-091-0/+4
* Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte2017-04-091-0/+14
* logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtranHarald Welte2017-04-031-1/+5
* fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()Neels Hofmeyr2017-03-151-1/+1
* linuxlist.h: add llist_first/last_entry macrosNeels Hofmeyr2017-03-151-0/+30
* 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