aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-16HACK: Disable the use of thread-local storagelaforge/notls-hackHarald Welte16-37/+37
2020-03-16usb: Add osmo_libusb_find_open_claim() all-in-one APIHarald Welte1-0/+96
2020-03-16libosmosim: Build irrespective of PC/SC supportHarald Welte2-8/+13
2020-03-13gsm690: Fix amr speech bit length tablePhilipp Maier1-1/+2
2020-03-10socket: Add osmo_sock_mcast_iface_set() to bind multicast to deviceHarald Welte1-0/+22
2020-03-09conv: add convolutional coder for AMR SID UPDATE framesPhilipp Maier1-0/+1
2020-03-09parity: add amr crc14 definitionPhilipp Maier2-0/+12
2020-03-08gsmtap: Solve TCH / FACCH confusion once and for allHarald Welte1-10/+30
2020-03-08Add GSMTAP_CHANNEL_VOICE to gsmtap_gsm_channel_names[] value_stringHarald Welte1-0/+1
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 Yanitskiy1-10/+7
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 Yanitskiy1-3/+3
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 Welte1-0/+146
2020-01-07add crcXXgen.c.tpl to EXTRA_DISTNeels Hofmeyr1-1/+1
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 Pedrol6-6/+6
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte2-0/+239
2019-12-16usb: Import a variety of libusb utility functions from simtraceHarald Welte1-1/+377
2019-12-16libosmocore libusb integrationHarald Welte2-0/+158
2019-12-15gprs_bssgp: Work around gcc-9 claiming "error=stringop-overflow"Harald Welte2-0/+3
2019-12-12debian, utils: switch to python 3Oliver Smith1-1/+1
2019-12-09sim: allow opening reader# > 0Eric Wild1-3/+4
2019-12-09gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte1-4/+15
2019-12-01gprs_ns_instantiate(): propagate errors from gprs_sns_init() to callerHarald Welte1-2/+7
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-27Introduce fields related to DTAP DLCIPau Espin Pedrol2-0/+8
2019-11-24add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr1-17/+92
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-30/+24
2019-11-24osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr1-2/+16
2019-11-24utils: add osmo_strnchr()Neels Hofmeyr1-0/+22
2019-11-24utils_test: add osmo_print_n_test()Neels Hofmeyr1-0/+2