aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-06osmo_auth*: fix ordering of function argsNeels Hofmeyr1-3/+3
2017-02-03lapd_core: Improve debug outputPhilipp Maier1-144/+190
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr1-1/+1
2017-01-27socket: Introduce function to obtain socket nameHarald Welte1-1/+43
2017-01-25OML: add external alertsMax1-0/+1
2017-01-24sim: Link to libtalloc as symbols of it are used hereHolger Hans Peter Freyther1-0/+1
2017-01-23ipa: Remove unneeded #include statementHarald Welte1-1/+0
2017-01-23disable various code if building for bare-iron embeddedHarald Welte2-0/+12
2017-01-19Add abis_nm_fail_evt_vrep to libosmogsm.mapMax1-0/+1
2017-01-18doc: fix doxygen 'utils' group closing braceNeels Hofmeyr1-1/+2
2017-01-17libosmogsm.map: fix typoMax1-1/+1
2017-01-16Mark deprecated function as suchMax1-0/+1
2017-01-15doc: clarify osmo_strlcpy() docNeels Hofmeyr1-5/+5
2017-01-15Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte1-1/+1
2017-01-15configure.ac: Introduce --disable-ctrlHarald Welte1-0/+3
2017-01-13Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max2-0/+2
2017-01-12gprs_ns_vty: guard against duplicate VTY elementsNeels Hofmeyr1-0/+8
2017-01-11Add abis_nm_fail_evt_vrep() functionMax1-4/+17
2017-01-10LAPD: improve loggingMax1-4/+6
2017-01-10DTX: fix AMR SID-FIRST detectionJean-Francois Dionne1-2/+2
2017-01-10Add value strings for Probable Cause TypeMax2-0/+8
2017-01-07fsm: Add VTY introspection of osmo_fsm and their instancesHarald Welte3-4/+181
2017-01-07Add osmo_fsm_find_by_name() and avoid registering FSM with same nameHarald Welte1-1/+13
2017-01-07vty: OSMO_ASSERT() if two identical commands are installedHarald Welte1-0/+19
2017-01-06Add OML Failure Event Report supportMax2-0/+39
2017-01-06Add event cause string descriptionsMax2-0/+16
2017-01-06Add function to get uninterrupted bit runPravin Kumarvel1-0/+45
2017-01-06Add parsed TLV helpers from OsmoBTSMax2-0/+62
2017-01-06Add OML definitions from OsmoBTSMax2-0/+62
2017-01-06Remove direct loggingMax1-3/+0
2017-01-06gprs_cipher_core: Use typecase to avoid sanitizer errorHarald Welte1-1/+1
2016-12-24fsm: term: get parent pointer as late as possibleNeels Hofmeyr1-1/+4
2016-12-24fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()Neels Hofmeyr1-20/+42
2016-12-24fsm: move LOGPFSMSRC and LOGPFSMLSRC to .hNeels Hofmeyr1-13/+0
2016-12-24fsm: log calling file+line for error "event for NULL fi"Neels Hofmeyr1-2/+3
2016-12-24fsm: doc: add missing file, line args; fix ws + tweak on one lineNeels Hofmeyr1-1/+7
2016-12-24serial.c: file descriptor '0' is a valid valueHarald Welte1-2/+2
2016-12-24serial.c: Fix fd leak in case of fcntl() error pathsHarald Welte1-2/+4
2016-12-23serial.c: Some ports don't support TIOCMBIS for RTS/CTS controlHarald Welte1-2/+2
2016-12-23serial: Open devie in non-blocking mode and then switch to blockingHarald Welte1-3/+17
2016-12-23add CRC16-CCITT to libosmocoreHarald Welte1-0/+42
2016-12-22Fix erroneously AGPL licensed file in libosmocore.Harald Welte1-4/+4
2016-12-21fsm: log tweak: upon free, say 'Freeing instance'Neels Hofmeyr1-1/+1
2016-12-21doc: fix typo for osmo_hexparseNeels Hofmeyr1-1/+1
2016-12-21utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macrosNeels Hofmeyr1-7/+5
2016-12-21Catch-up with git version tagsMax6-8/+14
2016-12-20fsm: term: safer iteration to remove all child FSMsNeels Hofmeyr1-4/+20
2016-12-16fsm: explicitly log removal from parent fsmNeels Hofmeyr1-0/+3
2016-12-15add value strings for enum osmo_fsm_term_cause and use for loggingNeels Hofmeyr1-1/+13
2016-12-14typo in comment for osmo_fsm_log_addr()Neels Hofmeyr1-1/+1