aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-23release 1.3.0-fw.2fairwaves/1.3.0-fw.2Kirill Zakharenko1-0/+6
2020-04-23statsd: do not omit index==0 when sending stat item groupsKirill Zakharenko1-14/+6
2020-04-23release 1.3.0-fw.1fairwaves/1.3.0-fw.1Kirill Zakharenko1-0/+6
2020-04-23WIP: gb: disable failing gprs-ns tests temporarilyKirill Zakharenko1-5/+5
2020-03-06WIP: gb: Standard-compliant Static Gb over IPAlexander Chemeris1-15/+40
2020-01-02Bump version: 1.2.0.108-c6a8-dirty → 1.3.01.3.0Pau Espin Pedrol8-14/+140
2020-01-02Drop empty file debian/patches/seriesPau Espin Pedrol1-0/+0
2020-01-02osmo-release.sh: Improve of PKG_CHECK_MODULES from configure.acPau Espin Pedrol1-1/+1
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte10-4/+487
2019-12-17debian/control: Add missing libusb-1.0-0-dev dependencyHarald Welte1-0/+1
2019-12-16usb: Import a variety of libusb utility functions from simtraceHarald Welte2-1/+452
2019-12-16libosmocore libusb integrationHarald Welte10-2/+218
2019-12-15gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow"Harald Welte2-0/+3
2019-12-12debian, utils: switch to python 3Oliver Smith6-6/+6
2019-12-11core/defs.h: introduce and use OSMO_DEPRECATED_OUTSIDEVadim Yanitskiy3-3/+7
2019-12-09sim: allow opening reader# > 0Eric Wild2-4/+53
2019-12-09gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte5-4/+33
2019-12-03utils: exit(2) on unsupported positional arguments on command lineHarald Welte2-0/+10
2019-12-03osmo-arfcn: Fix '-h' optionHarald Welte1-1/+1
2019-12-03osmo-release.sh: Use set -e before applying changes to prepare releasePau Espin Pedrol1-0/+1
2019-12-01gprs_ns_instantiate(): propagate errors from gprs_sns_init() to callerHarald Welte1-2/+7
2019-12-01Check for osmo_fsm_register() error return valueHarald Welte4-4/+4
2019-11-30libosmovty: simplify condition checking vty->fd in vty_close()Vadim Yanitskiy1-2/+2
2019-11-30libosmovty: properly initialize vty->fd in vty_new()Vadim Yanitskiy1-0/+1
2019-11-3004.80: Deprecate gsm0480_create_ussd_resp()Harald Welte1-0/+1
2019-11-30Add code coverage supportVasil Velichkov6-0/+330
2019-11-28add all missing OSMO_GSUP_TO_MSGT_*() macrosNeels Hofmeyr1-0/+3
2019-11-27Introduce fields related to DTAP DLCIPau Espin Pedrol3-1/+36
2019-11-24add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr4-21/+301
2019-11-24vty_app_info.is_config_node: add OSMO_DEPRECATEDNeels Hofmeyr1-1/+4
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr3-48/+31
2019-11-24osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr5-36/+60
2019-11-24utils: add osmo_strnchr()Neels Hofmeyr4-0/+65
2019-11-24utils_test: add osmo_print_n_test()Neels Hofmeyr3-0/+82
2019-11-24msgb_put: more elaborate logging of head/tailroom failureNeels Hofmeyr1-3/+12
2019-11-24fsm.h: add missing include of logging.hNeels Hofmeyr1-0/+1
2019-11-24GSUP: rename E_ROUTING_ERROR to ROUTING_ERRORNeels Hofmeyr2-2/+4
2019-11-23fix osmo_escape_str_c() and osmo_quote_str_c()Neels Hofmeyr1-30/+48
2019-11-23utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr3-0/+154
2019-11-23osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte orderNeels Hofmeyr3-54/+58
2019-11-23cosmetic: logging.h: fix comment s/levels/subsystemsNeels Hofmeyr1-1/+1
2019-11-23fix DLSMS logging category color: '[1:38m' isn't actually definedNeels Hofmeyr1-1/+1
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr4-14/+33
2019-11-22libosmogsm: add support for XOR authenticationDaniel Willmann2-1/+188
2019-11-21utils.c: fix various inaccurate API doc about return valuesNeels Hofmeyr1-4/+3
2019-11-21add osmo_sockaddr_str_cmp()Neels Hofmeyr5-0/+678
2019-11-21logging/vty: fix: do not close stderr in vty_close()Vadim Yanitskiy1-1/+1
2019-11-21logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy2-5/+6
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy6-2/+15
2019-11-21logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()Vadim Yanitskiy1-2/+1