aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-19bitvec: fix misleading description of bitvec_spare_padding()Vadim Yanitskiy1-1/+1
2020-02-19bitvec: fix bitvec_unhex(): do not return 1 on successVadim Yanitskiy2-15/+12
2020-02-19tests/bitvec: add a unit test for bitvec_read_field()Vadim Yanitskiy2-0/+60
2020-02-15osmo-sim-test: Fall-back to classic SIMHarald Welte2-20/+104
2020-02-15osmo-sim-test: Recurse through subdirectoriesHarald Welte1-13/+39
2020-02-10bitvec: make bitvec_free() safe against NULLVadim Yanitskiy1-0/+2
2020-02-09exec: propogate errors from osmo_environment_[filter|append]Vadim Yanitskiy1-4/+10
2020-02-09exec: prevent uninitialized memory access in osmo_system_nowait()Vadim Yanitskiy1-0/+3
2020-02-09osmo_libusb: check return value of osmo_fd_register()Vadim Yanitskiy1-1/+4
2020-02-09conv: prevent theoretical NULL pointer dereference in osmo_conv_encode()Vadim Yanitskiy1-0/+2
2020-02-06tdef_vty: do not enforce enum 'node_type' in osmo_tdef_vty_groups_init()Vadim Yanitskiy2-4/+4
2020-02-04value_string: Switch val from unsigned to intPau Espin Pedrol1-1/+1
2020-01-29pcsc: don't leak memoryEric Wild1-1/+4
2020-01-21gsm/gsm48049.c: fix use of GNU 'missing =' extension in designatorVadim Yanitskiy1-1/+1
2020-01-21usb/Makefile.am: fix copy-pasted library name: s/libosmosim/libosmousb/Vadim Yanitskiy1-2/+2
2020-01-18osmo_libusb: Check return of libusb_get_string_descriptor_ascii()Harald Welte1-0/+6
2020-01-12usb: Add osmo_libusb_find_matching_dev_{path,serial}Harald Welte2-0/+154
2020-01-07l1sap: add measurement related struct membersPhilipp Maier2-0/+4
2020-01-07jenkins.sh: simpler invocation of verify_value_string_...Neels Hofmeyr1-1/+1
2020-01-07add crcXXgen.c.tpl to EXTRA_DISTNeels Hofmeyr2-1/+2
2020-01-06usb: Use OSMO_STRLCPY where appropriateHarald Welte1-1/+1
2020-01-03logging_vty.c: Avoid acquiring log tgt lock in logging level cmd when not neededPau Espin Pedrol1-4/+4
2020-01-03gb: Fix typo in bssgp_cause_strings descriptionPau Espin Pedrol1-1/+1
2020-01-03bitvec: Fix return value in doc for bitvec_write_field()Pau Espin Pedrol1-1/+1
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