| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mark deprecated function as such | Max | 2017-01-16 | 1 | -0/+1 |
* | stats_test: fix mismatching osmo_stats_reporter->send_item signature | Neels Hofmeyr | 2017-01-15 | 1 | -2/+3 |
* | doc: clarify osmo_strlcpy() doc | Neels Hofmeyr | 2017-01-15 | 1 | -5/+5 |
* | bitvec: Ensure bitvec.h and bitvec.c agree on function argument type | Harald Welte | 2017-01-15 | 1 | -1/+1 |
* | Always include <osmocom/core/talloc.h> and not <talloc.h> | Harald Welte | 2017-01-15 | 2 | -2/+2 |
* | configure.ac: Disable PCSC related code on EMBEDDED | Harald Welte | 2017-01-15 | 1 | -0/+1 |
* | configure.ac: Introduce --disable-ctrl | Harald Welte | 2017-01-15 | 2 | -0/+12 |
* | Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap... | Max | 2017-01-13 | 3 | -0/+3 |
* | gprs_ns_vty: guard against duplicate VTY elements | Neels Hofmeyr | 2017-01-12 | 1 | -0/+8 |
* | Add abis_nm_fail_evt_vrep() function | Max | 2017-01-11 | 2 | -4/+22 |
* | Remove obsolete .deb patch | Max | 2017-01-10 | 2 | -47/+0 |
* | LAPD: improve logging | Max | 2017-01-10 | 1 | -4/+6 |
* | DTX: fix AMR SID-FIRST detection | Jean-Francois Dionne | 2017-01-10 | 2 | -4/+4 |
* | Add value strings for Probable Cause Type | Max | 2017-01-10 | 3 | -0/+10 |
* | gsmtap: Add GSMTAP_TYPE_QC_DIAG | Harald Welte | 2017-01-09 | 1 | -0/+1 |
* | gitignore: ignore *.pyc files | Vadim Yanitskiy | 2017-01-08 | 1 | -0/+1 |
* | fsm: Add VTY introspection of osmo_fsm and their instances | Harald Welte | 2017-01-07 | 4 | -4/+189 |
* | Add osmo_fsm_find_by_name() and avoid registering FSM with same name | Harald Welte | 2017-01-07 | 2 | -1/+14 |
* | vty: OSMO_ASSERT() if two identical commands are installed | Harald Welte | 2017-01-07 | 1 | -0/+19 |
* | Add OML Failure Event Report support | Max | 2017-01-06 | 3 | -0/+46 |
* | Add event cause string descriptions | Max | 2017-01-06 | 3 | -0/+18 |
* | Add function to get uninterrupted bit run | Pravin Kumarvel | 2017-01-06 | 4 | -1/+89 |
* | Add cause enum for OML fail reports | Minh-Quang Nguyen | 2017-01-06 | 1 | -0/+18 |
* | Add parsed TLV helpers from OsmoBTS | Max | 2017-01-06 | 3 | -0/+64 |
* | Add OML definitions from OsmoBTS | Max | 2017-01-06 | 4 | -0/+76 |
* | Remove direct logging | Max | 2017-01-06 | 1 | -3/+0 |
* | gitignore: ignore tests/oap/oap_test | Vadim Yanitskiy | 2017-01-06 | 1 | -0/+1 |
* | lapd_test: avoid calling memcpy with NULL source | Harald Welte | 2017-01-06 | 1 | -1/+2 |
* | gprs_cipher_core: Use typecase to avoid sanitizer error | Harald Welte | 2017-01-06 | 1 | -1/+1 |
* | fsm: term: get parent pointer as late as possible | Neels Hofmeyr | 2016-12-24 | 1 | -1/+4 |
* | utils/conv_gen.py: separate code definitions | Vadim Yanitskiy | 2016-12-24 | 2 | -714/+728 |
* | utils/conv_gen.py: use shared tables if possible | Vadim Yanitskiy | 2016-12-24 | 1 | -37/+61 |
* | fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term() | Neels Hofmeyr | 2016-12-24 | 2 | -20/+55 |
* | fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h | Neels Hofmeyr | 2016-12-24 | 2 | -13/+13 |
* | fsm: log calling file+line for error "event for NULL fi" | Neels Hofmeyr | 2016-12-24 | 1 | -2/+3 |
* | fsm: doc: add missing file, line args; fix ws + tweak on one line | Neels Hofmeyr | 2016-12-24 | 1 | -1/+7 |
* | fsm_test.c: fix compiler warning: timer cb return type | Neels Hofmeyr | 2016-12-24 | 1 | -1/+1 |
* | serial.c: file descriptor '0' is a valid value | Harald Welte | 2016-12-24 | 1 | -2/+2 |
* | serial.c: Fix fd leak in case of fcntl() error paths | Harald Welte | 2016-12-24 | 1 | -2/+4 |
* | serial.c: Some ports don't support TIOCMBIS for RTS/CTS control | Harald Welte | 2016-12-23 | 1 | -2/+2 |
* | serial: Open devie in non-blocking mode and then switch to blocking | Harald Welte | 2016-12-23 | 1 | -3/+17 |
* | add CRC16-CCITT to libosmocore | Harald Welte | 2016-12-23 | 2 | -0/+54 |
* | Fix erroneously AGPL licensed file in libosmocore. | Harald Welte | 2016-12-22 | 1 | -4/+4 |
* | Integrate Debian packaging changes | Max | 2016-12-22 | 14 | -77/+462 |
* | fsm: log tweak: upon free, say 'Freeing instance' | Neels Hofmeyr | 2016-12-21 | 1 | -1/+1 |
* | doc: fix typo for osmo_hexparse | Neels Hofmeyr | 2016-12-21 | 1 | -1/+1 |
* | utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros | Neels Hofmeyr | 2016-12-21 | 2 | -7/+9 |
* | Catch-up with git version tags | Max | 2016-12-21 | 11 | -17/+51 |
* | fsm: term: safer iteration to remove all child FSMs | Neels Hofmeyr | 2016-12-20 | 1 | -4/+20 |
* | fsm api doc: fix typo in doxygen marker '\breif' | Neels Hofmeyr | 2016-12-20 | 1 | -1/+1 |