summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr2017-02-021-1/+1
* comment: ports.h: more visibly remind to keep docs+wiki syncedNeels Hofmeyr2017-01-302-0/+2
* vty/ports.h: reserve port 4258 for OsmoHLR VTYNeels Hofmeyr2017-01-281-0/+1
* socket: Introduce function to obtain socket nameHarald Welte2017-01-271-0/+2
* OML: add external alertsMax2017-01-251-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
* CTRL: add write-only helpersMax2017-01-161-0/+24
* 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
* Add abis_nm_fail_evt_vrep() functionMax2017-01-111-0/+5
* Add value strings for Probable Cause TypeMax2017-01-101-0/+2
* gsmtap: Add GSMTAP_TYPE_QC_DIAGHarald Welte2017-01-091-0/+1
* fsm: Add VTY introspection of osmo_fsm and their instancesHarald Welte2017-01-071-0/+8
* Add osmo_fsm_find_by_name() and avoid registering FSM with same nameHarald Welte2017-01-071-0/+1
* Add OML Failure Event Report supportMax2017-01-061-0/+7
* Add event cause string descriptionsMax2017-01-061-0/+2
* Add function to get uninterrupted bit runPravin Kumarvel2017-01-061-0/+1
* Add cause enum for OML fail reportsMinh-Quang Nguyen2017-01-061-0/+18
* Add parsed TLV helpers from OsmoBTSMax2017-01-061-0/+2
* Add OML definitions from OsmoBTSMax2017-01-062-0/+14
* 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-113-1/+75
* 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
* cosmetic: gsup comments: write 'Generic' for the G in GSUPNeels Hofmeyr2016-12-091-1/+1
* license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'Neels Hofmeyr2016-12-091-1/+1
* 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
* Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_T...Neels Hofmeyr2016-12-021-2/+0
* gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()Neels Hofmeyr2016-12-011-0/+2
* gsm0480: code dup: introduce and use gsm0480_l3hdr_push()Neels Hofmeyr2016-12-011-0/+3
* gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASEAlexander Couzens2016-12-011-0/+2
* Introduce osmo_strlcpy() function so we can stop using strncpy()Harald Welte2016-11-261-0/+2
* gsm_08_58.h: Add more Ericsson specific RSL IE IdentifiersHarald Welte2016-11-161-3/+22
* RSL: Add defines for ericsson systinfo SI13Philipp2016-11-161-0/+4
* 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
* gsm0408: Completing GSM 04.08 RR message typesPhilipp2016-10-272-2/+14