aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-31tests/coding: add 11-bit Access Burst samples from a real phoneVadim Yanitskiy2-0/+60
2020-03-31coding: fix documentation of PDTCH encoding functionsVadim Yanitskiy1-2/+2
2020-03-31tests/coding: cosmetic: use ARRAY_SIZE() macro from utils.hVadim Yanitskiy1-2/+2
2020-03-31tests/coding: reduce verbosity of 8-bit / 11-bit RACH coding testsVadim Yanitskiy2-34570/+16
2020-03-31tests/coding: check return value of encoding / decoding functionsVadim Yanitskiy1-14/+39
2020-03-22osmo-sim-test: Avoid double-closeHarald Welte1-4/+1
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 Welte3-12/+12
2020-03-21sim: re-structure how we support cards + applicationsHarald Welte8-122/+326
2020-03-21sim: add osim_file_desc_find_aid()Harald Welte3-1/+21
2020-03-21osmo-sim-test: Optionally dump card files to host filesystemHarald Welte1-11/+97
2020-03-21osmo-sim-test: don't print SW in successful case of dump_file()Harald Welte1-1/+0
2020-03-21osmo-sim-test: Use stderr for error messagesHarald Welte1-7/+7
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-17debian: Change python3 dependency to native archMaksim Aristov1-1/+1
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