summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WIP] prometheus module fake_stats testprometheustv2019-12-292-0/+120
* [WIP] prometheus module (with prometheus_vty)tv2019-12-293-1/+816
* Introduce helper functions for safe fork+exec of processesHarald Welte2019-12-1710-4/+487
* debian/control: Add missing libusb-1.0-0-dev dependencyHarald Welte2019-12-171-0/+1
* usb: Import a variety of libusb utility functions from simtraceHarald Welte2019-12-162-1/+452
* libosmocore libusb integrationHarald Welte2019-12-1610-2/+218
* gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow"Harald Welte2019-12-152-0/+3
* debian, utils: switch to python 3Oliver Smith2019-12-126-6/+6
* core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDEVadim Yanitskiy2019-12-113-3/+7
* sim: allow opening reader# > 0Eric Wild2019-12-092-4/+53
* gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte2019-12-095-4/+33
* utils: exit(2) on unsupported positional arguments on command lineHarald Welte2019-12-032-0/+10
* osmo-arfcn: Fix '-h' optionHarald Welte2019-12-031-1/+1
* osmo-release.sh: Use set -e before applying changes to prepare releasePau Espin Pedrol2019-12-031-0/+1
* gprs_ns_instantiate(): propagate errors from gprs_sns_init() to callerHarald Welte2019-12-011-2/+7
* Check for osmo_fsm_register() error return valueHarald Welte2019-12-014-4/+4
* libosmovty: simplify condition checking vty->fd in vty_close()Vadim Yanitskiy2019-11-301-2/+2
* libosmovty: properly initialize vty->fd in vty_new()Vadim Yanitskiy2019-11-301-0/+1
* 04.80: Deprecate gsm0480_create_ussd_resp()Harald Welte2019-11-301-0/+1
* Add code coverage supportVasil Velichkov2019-11-306-0/+330
* add all missing OSMO_GSUP_TO_MSGT_*() macrosNeels Hofmeyr2019-11-281-0/+3
* Introduce fields related to DTAP DLCIPau Espin Pedrol2019-11-273-1/+36
* add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr2019-11-244-21/+301
* vty_app_info.is_config_node: add OSMO_DEPRECATEDNeels Hofmeyr2019-11-241-1/+4
* vty: track parent nodes also for telnet sessionsNeels Hofmeyr2019-11-243-48/+31
* osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr2019-11-245-36/+60
* utils: add osmo_strnchr()Neels Hofmeyr2019-11-244-0/+65
* utils_test: add osmo_print_n_test()Neels Hofmeyr2019-11-243-0/+82
* msgb_put: more elaborate logging of head/tailroom failureNeels Hofmeyr2019-11-241-3/+12
* fsm.h: add missing include of logging.hNeels Hofmeyr2019-11-241-0/+1
* GSUP: rename E_ROUTING_ERROR to ROUTING_ERRORNeels Hofmeyr2019-11-242-2/+4
* fix osmo_escape_str_c() and osmo_quote_str_c()Neels Hofmeyr2019-11-231-30/+48
* utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr2019-11-233-0/+154
* osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte orderNeels Hofmeyr2019-11-233-54/+58
* cosmetic: logging.h: fix comment s/levels/subsystemsNeels Hofmeyr2019-11-231-1/+1
* fix DLSMS logging category color: '[1:38m' isn't actually definedNeels Hofmeyr2019-11-231-1/+1
* logging.h: define ansi color constantsNeels Hofmeyr2019-11-234-14/+33
* libosmogsm: add support for XOR authenticationDaniel Willmann2019-11-222-1/+188
* utils.c: fix various inaccurate API doc about return valuesNeels Hofmeyr2019-11-211-4/+3
* add osmo_sockaddr_str_cmp()Neels Hofmeyr2019-11-215-0/+678
* logging/vty: fix: do not close stderr in vty_close()Vadim Yanitskiy2019-11-211-1/+1
* logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy2019-11-212-5/+6
* logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy2019-11-216-2/+15
* logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()Vadim Yanitskiy2019-11-211-2/+1
* logging/vty: do not print deprecated logging commands to stdoutVadim Yanitskiy2019-11-201-1/+0
* fix OSMO_SOCKADDR_STR_FMT for IPv6Neels Hofmeyr2019-11-112-13/+17
* test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.cNeels Hofmeyr2019-11-112-0/+24
* GPRS/BSSGP: introduce bssgp_bvc_ctx_free()Vadim Yanitskiy2019-11-094-0/+13
* select: Make file descriptor lists per-threadHarald Welte2019-11-072-3/+18
* gsm: gsm_04_08.h: Allow accessing classmark2 as struct instead of uint32_tPau Espin Pedrol2019-11-041-5/+28