aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-14fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr1-17/+45
2016-12-14fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr1-9/+6
2016-12-12fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr1-1/+2
2016-12-12fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr1-0/+5
2016-12-12fix logging: also catch first out-of-bounds logging catNeels Hofmeyr1-1/+3
2016-12-12fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr1-1/+8
2016-12-11gsm/oap: more robust: decode presence as clearly either 1 or 0Neels Hofmeyr1-4/+4
2016-12-11import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte4-1/+193
2016-12-11fix: DLGSUP logging category "unusable"0.9.5Neels Hofmeyr1-0/+5
2016-12-11Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr1-1/+2
2016-12-09Implement GSMTAP log targetHarald Welte4-3/+169