aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-28Implement ITU-T I.460 multiplex / demultiplexHarald Welte3-1/+371
2020-05-26fix osmo_mi_name_c() to always return talloced strings, via osmo_mi_name_buf()Neels Hofmeyr1-3/+5
2020-05-26api doc: clarify 'returns' of gsm48_mi_to_string()Neels Hofmeyr1-2/+4
2020-05-20gsmtap_makemsg_ex: NULL for unknown chan_typeOliver Smith1-1/+5
2020-05-18enable vty xml dumping to stdoutNeels Hofmeyr1-25/+60
2020-05-17gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris2-0/+40
2020-05-15libosmogsm: add Doxygen docs for gsm0502_hop_seq_gen()Harald Welte1-1/+10
2020-05-15libosmogsm: import hopping sequence generation codeSylvain Munaut2-0/+54
2020-05-14codec: Add functions for AMR s->d bits and d->s bitsHarald Welte2-1/+111
2020-05-14libosmogsm: cosmetic: add spaces before and after PRIu32Vadim Yanitskiy1-1/+1
2020-05-14gsm0808_utils: Add gsm0808_get_cipher_reject_cause() back with a deprecation ...Alexander Chemeris1-0/+5
2020-05-13gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris3-16/+17
2020-05-12gsm0505_amr_dtx: add missing value stringsPhilipp Maier1-3/+5
2020-05-12logging: do not allow multiple calls of log_init()Philipp Maier1-0/+3
2020-05-12logging: use LOGL_NOTICE when no loglevel is setPhilipp Maier1-9/+17
2020-05-12exec: osmo_system_nowait2: initalize *pw pointer with NULLPhilipp Maier1-1/+2
2020-05-12usb: Add osmo_libusb_find_open_claim() all-in-one APIHarald Welte1-0/+96
2020-05-12gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris1-2/+2
2020-05-11Drop old BSC references in fd check configure optionPau Espin Pedrol1-1/+1
2020-05-10statsd: fix rendering for groups with idx==0Kirill Zakharenko1-14/+6
2020-05-09stats: Change timer to timerfd to make it a true interval timer.Alexander Chemeris1-7/+37
2020-05-09stats: Support regular stats flushAlexander Chemeris2-0/+55
2020-05-09stats: Fix documentation for osmo_stats_set_interval()Alexander Chemeris1-2/+1
2020-05-09stats: Move cfg_stats_interval_cmd() function.Alexander Chemeris1-18/+17
2020-05-09select: Fix typo in a comment Osmcoom->OsmocomAlexander Chemeris1-1/+1
2020-05-05sim: When decoding SW, take application specific SW into accountHarald Welte1-11/+36
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