aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
2017-10-16[doc] Expand Doxuygen documentation for osmo_primHarald Welte1-4/+23
2017-10-16[doc] Put CRC-16 and generic CRC code in one Doxygen moduleHarald Welte3-8/+14
2017-10-16[doc] bits.c: Better / more Doxygen documentationHarald Welte1-10/+12
2017-10-16[doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte1-21/+33
2017-10-16[doc] counter.[ch] Add Doxygen API documentationHarald Welte1-16/+5
2017-10-16[doc] stat_item: Complete doxygen documentation for APIHarald Welte1-33/+13
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte2-60/+62
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr1-0/+5
2017-09-25Add time conversion helpersMax1-0/+5
2017-09-18Expand bit pretty-printerMax1-9/+11
2017-08-12add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte1-0/+4
2017-07-29Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCHHarald Welte1-1/+3
2017-07-18add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr1-1/+2
2017-07-13socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte1-0/+2
2017-07-13socket: Allow disabling multicast loop on socket creationHarald Welte1-0/+2
2017-07-13socket.c: Add multicast related convenience functionsHarald Welte1-0/+6
2017-07-13select: Add new osmo_fd_close() functionHarald Welte1-0/+1
2017-07-13gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNELHarald Welte1-0/+3
2017-07-13gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()Harald Welte1-0/+1
2017-07-10Add pseudo-random bit sequence generator to libosmcooreHarald Welte1-0/+25
2017-07-08Deprecate wrappers around loglevel_strsMax1-2/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr38-163/+115
2017-06-23doxygen: various fixes in core/timer.hNeels Hofmeyr1-19/+16
2017-06-23api doc typo fix in core/logging.hNeels Hofmeyr1-1/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr29-400/+400
2017-06-19Move NUM_BYTES macro to core libraryMax1-0/+2
2017-06-18Fix compilation warning on deprecated macroPau Espin Pedrol2-2/+8
2017-06-12update/extend doxygen documentationHarald Welte1-7/+1
2017-05-26socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol1-0/+4
2017-05-17sercomm: More API documentationHarald Welte1-1/+27
2017-05-17sercomm: Better integration of driver interfaceHarald Welte1-6/+7
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