aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-05rest_octets: fix encoding of 3G Early Classmark Sending RestrictionVadim Yanitskiy1-2/+2
2020-04-19timerfd: call osmo_fd_unregister() when closing on read errorHarald Welte1-0/+1
2020-04-19timer.c: make timers thread safeEric1-3/+3
2020-04-18select.c: Introduce support for signalfdHarald Welte1-0/+59
2020-04-18exec: Introduce osmo_system_nowait2() to allow specify a userHarald Welte1-2/+48
2020-04-14dtx: add decoding for AMR-DTX framesPhilipp Maier4-1/+502
2020-04-07gsm0503_tables: Document USF encoding tablesPau Espin Pedrol1-0/+6
2020-04-07gsm0503_coding: Fix USF encoding in MCS1-4Pau Espin Pedrol1-1/+1
2020-04-07gsm0503_coding: Fix misleading comment UL vs DLPau Espin Pedrol1-1/+1
2020-04-01coding: fix bit ordering in 11-bit RACH coding functionsVadim Yanitskiy1-2/+3
2020-03-31coding: fix documentation of PDTCH encoding functionsVadim Yanitskiy1-2/+2
2020-03-21sim: Add HPSIM application supportHarald Welte4-1/+79
2020-03-21card_fs_{usim,isim}: Update to 15.7.0 / Release 15Harald Welte2-6/+56
2020-03-21osmo-sim-test: Also [attempt to] dump DF.GSM on USIM cardsHarald Welte2-10/+10
2020-03-21sim: re-structure how we support cards + applicationsHarald Welte6-71/+181
2020-03-21sim: add osim_file_desc_find_aid()Harald Welte1-0/+16
2020-03-21card_fs_sim: Avoid '/' in file namesHarald Welte1-1/+1
2020-03-21sim: card_fs_usim.c: Fix FID of EF.EXT4Harald Welte1-1/+1
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