summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/conv: whitespece fixVadim Yanitskiy2017-01-161-1/+1
* tests/conv: add LTE PBCH test vectorVadim Yanitskiy2017-01-162-0/+68
* CTRL: add write-only helpersMax2017-01-161-0/+24
* Mark deprecated function as suchMax2017-01-161-0/+1
* stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr2017-01-151-2/+3
* doc: clarify osmo_strlcpy() docNeels Hofmeyr2017-01-151-5/+5
* 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-152-2/+2
* configure.ac: Disable PCSC related code on EMBEDDEDHarald Welte2017-01-151-0/+1
* configure.ac: Introduce --disable-ctrlHarald Welte2017-01-152-0/+12
* Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max2017-01-133-0/+3
* gprs_ns_vty: guard against duplicate VTY elementsNeels Hofmeyr2017-01-121-0/+8
* Add abis_nm_fail_evt_vrep() functionMax2017-01-112-4/+22
* Remove obsolete .deb patchMax2017-01-102-47/+0
* LAPD: improve loggingMax2017-01-101-4/+6
* DTX: fix AMR SID-FIRST detectionJean-Francois Dionne2017-01-102-4/+4
* Add value strings for Probable Cause TypeMax2017-01-103-0/+10
* gsmtap: Add GSMTAP_TYPE_QC_DIAGHarald Welte2017-01-091-0/+1
* gitignore: ignore *.pyc filesVadim Yanitskiy2017-01-081-0/+1
* fsm: Add VTY introspection of osmo_fsm and their instancesHarald Welte2017-01-074-4/+189
* Add osmo_fsm_find_by_name() and avoid registering FSM with same nameHarald Welte2017-01-072-1/+14
* vty: OSMO_ASSERT() if two identical commands are installedHarald Welte2017-01-071-0/+19
* Add OML Failure Event Report supportMax2017-01-063-0/+46
* Add event cause string descriptionsMax2017-01-063-0/+18
* Add function to get uninterrupted bit runPravin Kumarvel2017-01-064-1/+89
* Add cause enum for OML fail reportsMinh-Quang Nguyen2017-01-061-0/+18
* Add parsed TLV helpers from OsmoBTSMax2017-01-063-0/+64
* Add OML definitions from OsmoBTSMax2017-01-064-0/+76
* Remove direct loggingMax2017-01-061-3/+0
* gitignore: ignore tests/oap/oap_testVadim Yanitskiy2017-01-061-0/+1
* lapd_test: avoid calling memcpy with NULL sourceHarald Welte2017-01-061-1/+2
* 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
* utils/conv_gen.py: separate code definitionsVadim Yanitskiy2016-12-242-714/+728
* utils/conv_gen.py: use shared tables if possibleVadim Yanitskiy2016-12-241-37/+61
* fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()Neels Hofmeyr2016-12-242-20/+55
* fsm: move LOGPFSMSRC and LOGPFSMLSRC to .hNeels Hofmeyr2016-12-242-13/+13
* 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
* fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr2016-12-241-1/+1
* 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-232-0/+54
* Fix erroneously AGPL licensed file in libosmocore.Harald Welte2016-12-221-4/+4
* Integrate Debian packaging changesMax2016-12-2214-77/+462
* 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-212-7/+9