summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: Introduce --disable-ctrlHarald Welte2017-01-151-0/+3
* Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max2017-01-132-0/+2
* gprs_ns_vty: guard against duplicate VTY elementsNeels Hofmeyr2017-01-121-0/+8
* Add abis_nm_fail_evt_vrep() functionMax2017-01-111-4/+17
* LAPD: improve loggingMax2017-01-101-4/+6
* DTX: fix AMR SID-FIRST detectionJean-Francois Dionne2017-01-101-2/+2
* Add value strings for Probable Cause TypeMax2017-01-102-0/+8
* fsm: Add VTY introspection of osmo_fsm and their instancesHarald Welte2017-01-073-4/+181
* Add osmo_fsm_find_by_name() and avoid registering FSM with same nameHarald Welte2017-01-071-1/+13
* vty: OSMO_ASSERT() if two identical commands are installedHarald Welte2017-01-071-0/+19
* Add OML Failure Event Report supportMax2017-01-062-0/+39
* Add event cause string descriptionsMax2017-01-062-0/+16
* Add function to get uninterrupted bit runPravin Kumarvel2017-01-061-0/+45
* Add parsed TLV helpers from OsmoBTSMax2017-01-062-0/+62
* Add OML definitions from OsmoBTSMax2017-01-062-0/+62
* Remove direct loggingMax2017-01-061-3/+0
* gprs_cipher_core: Use typecase to avoid sanitizer errorHarald Welte2017-01-061-1/+1
* fsm: term: get parent pointer as late as possibleNeels Hofmeyr2016-12-241-1/+4
* fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()Neels Hofmeyr2016-12-241-20/+42
* fsm: move LOGPFSMSRC and LOGPFSMLSRC to .hNeels Hofmeyr2016-12-241-13/+0
* fsm: log calling file+line for error "event for NULL fi"Neels Hofmeyr2016-12-241-2/+3
* fsm: doc: add missing file, line args; fix ws + tweak on one lineNeels Hofmeyr2016-12-241-1/+7
* serial.c: file descriptor '0' is a valid valueHarald Welte2016-12-241-2/+2
* serial.c: Fix fd leak in case of fcntl() error pathsHarald Welte2016-12-241-2/+4
* serial.c: Some ports don't support TIOCMBIS for RTS/CTS controlHarald Welte2016-12-231-2/+2
* serial: Open devie in non-blocking mode and then switch to blockingHarald Welte2016-12-231-3/+17
* add CRC16-CCITT to libosmocoreHarald Welte2016-12-231-0/+42
* Fix erroneously AGPL licensed file in libosmocore.Harald Welte2016-12-221-4/+4
* fsm: log tweak: upon free, say 'Freeing instance'Neels Hofmeyr2016-12-211-1/+1
* doc: fix typo for osmo_hexparseNeels Hofmeyr2016-12-211-1/+1
* utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macrosNeels Hofmeyr2016-12-211-7/+5
* Catch-up with git version tagsMax2016-12-216-8/+14
* fsm: term: safer iteration to remove all child FSMsNeels Hofmeyr2016-12-201-4/+20
* fsm: explicitly log removal from parent fsmNeels Hofmeyr2016-12-161-0/+3
* add value strings for enum osmo_fsm_term_cause and use for loggingNeels Hofmeyr2016-12-151-1/+13
* typo in comment for osmo_fsm_log_addr()Neels Hofmeyr2016-12-141-1/+1
* fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr2016-12-141-17/+45
* fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr2016-12-141-9/+6
* fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr2016-12-121-1/+2
* fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-121-0/+5
* fix logging: also catch first out-of-bounds logging catNeels Hofmeyr2016-12-121-1/+3
* fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-121-1/+8
* gsm/oap: more robust: decode presence as clearly either 1 or 0Neels Hofmeyr2016-12-111-4/+4
* import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte2016-12-114-1/+193
* fix: DLGSUP logging category "unusable"Neels Hofmeyr2016-12-111-0/+5
* Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr2016-12-111-1/+2
* Implement GSMTAP log targetHarald Welte2016-12-094-3/+169
* 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-5/+5
* wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther2016-12-091-3/+8