aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-16HACK: Disable the use of thread-local storagelaforge/notls-hackHarald Welte18-39/+39
2020-03-16usb: Add osmo_libusb_find_open_claim() all-in-one APIHarald Welte2-0/+126
2020-03-16libosmosim: Build irrespective of PC/SC supportHarald Welte3-8/+14
2020-03-13gsm690: Fix amr speech bit length tablePhilipp Maier2-3/+4
2020-03-10socket: Add osmo_sock_mcast_iface_set() to bind multicast to deviceHarald Welte2-0/+23
2020-03-09conv: add convolutional coder for AMR SID UPDATE framesPhilipp Maier3-0/+28
2020-03-09parity: add amr crc14 definitionPhilipp Maier3-0/+13
2020-03-08fixup depreciation warningHarald Welte1-2/+2
2020-03-08gsmtap: Solve TCH / FACCH confusion once and for allHarald Welte3-13/+40
2020-03-08Add CTRL port number for osmo-mgwHarald Welte1-0/+2
2020-03-08Add GSMTAP_CHANNEL_VOICE to gsmtap_gsm_channel_names[] value_stringHarald Welte1-0/+1
2020-03-05gsmtap.h: Add definitions for voice inside GSMTAPHarald Welte1-2/+26
2020-03-04osmo-sim-test: check tlv_parsed struct tp before accessPhilipp Maier1-4/+8
2020-03-04gb: Print signalling and data weights on NS-VC creation.Alexander Chemeris1-1/+2
2020-03-04gb: Fix typos in gprs_ns.c commentsAlexander Chemeris1-2/+2
2020-02-28chantype_rsl2gsmtap(): Add entries for CBCHHarald Welte1-0/+6
2020-02-19bitvec: avoid redundant zero-initialization in bitvec_alloc()Vadim Yanitskiy1-1/+1
2020-02-19bitvec: cosmetic: init i only once in bitvec_[un]pack()Vadim Yanitskiy1-2/+2
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