summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
* add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte2017-08-121-0/+4
* Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCHHarald Welte2017-07-291-1/+3
* add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr2017-07-181-1/+2
* socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte2017-07-131-0/+2
* socket: Allow disabling multicast loop on socket creationHarald Welte2017-07-131-0/+2
* socket.c: Add multicast related convenience functionsHarald Welte2017-07-131-0/+6
* select: Add new osmo_fd_close() functionHarald Welte2017-07-131-0/+1
* gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNELHarald Welte2017-07-131-0/+3
* gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()Harald Welte2017-07-131-0/+1
* Add pseudo-random bit sequence generator to libosmcooreHarald Welte2017-07-101-0/+25
* Deprecate wrappers around loglevel_strsMax2017-07-081-2/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-2338-163/+115
* doxygen: various fixes in core/timer.hNeels Hofmeyr2017-06-231-19/+16
* api doc typo fix in core/logging.hNeels Hofmeyr2017-06-231-1/+1
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-2329-400/+400
* Move NUM_BYTES macro to core libraryMax2017-06-191-0/+2
* 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