aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-16release 1.3.0-fw.7fairwaves/1.3.0-fw.7fairwaves/productionKirill Zakharenko1-0/+6
2020-05-16Merge fairwaves/ip-gb, fairwaves/gsm0808-confusion into masterKirill Zakharenko8-20/+158
2020-05-15libosmogsm: add Doxygen docs for gsm0502_hop_seq_gen()Harald Welte1-1/+10
2020-05-15libosmogsm: import hopping sequence generation codeSylvain Munaut3-0/+58
2020-05-15cosmetic: apply changes to match struct_endianess.py outputNeels Hofmeyr3-14/+8
2020-05-15struct_endianess.py: also recognise unnamed substructsNeels Hofmeyr1-1/+3
2020-05-15add missing endian.h in gsm_23_041.hNeels Hofmeyr1-0/+2
2020-05-14gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris6-0/+113
2020-05-14codec: Add functions for AMR s->d bits and d->s bitsHarald Welte5-1/+165
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 Chemeris2-0/+8
2020-05-13WIP: gb: disable failing gprs-ns tests temporarilyfairwaves/ip-gbKirill Zakharenko1-5/+5
2020-05-13WIP: gb: Standard-compliant Static Gb over IPAlexander Chemeris1-15/+40
2020-05-13gsm0808_utils: Fix gsm0808_cause_class() functionAlexander Chemeris1-1/+1
2020-05-13gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris6-19/+22
2020-05-12gsm0505_amr_dtx: add missing value stringsPhilipp Maier2-5/+7
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-12gsm_04_08.h: fix big endian structsNeels Hofmeyr1-238/+0
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 Welte2-0/+126
2020-05-12README.md: We don't build libosmotrau. The latter is in libosmo-abis.gitHarald Welte1-1/+0
2020-05-12README.md: fix typo (coore -> core)Harald Welte1-1/+1
2020-05-12gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris2-3/+3
2020-05-11Drop old BSC references in fd check configure optionPau Espin Pedrol2-3/+3
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 Chemeris3-1/+59
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 Welte4-21/+46
2020-05-05rest_octets: fix encoding of 3G Early Classmark Sending RestrictionVadim Yanitskiy1-2/+2
2020-05-02gsm_29_118.h: Fix compilation with gcc-10Harald Welte1-1/+1
2020-05-01configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrtPau Espin Pedrol1-2/+4
2020-04-28gsm_04_06.h: Remove repeated egprs header struct definitionsPau Espin Pedrol1-153/+0
2020-04-20gsm0503_parity: Fix compilation with gcc-10Harald Welte1-10/+10
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 Welte3-1/+78
2020-04-18exec: Introduce osmo_system_nowait2() to allow specify a userHarald Welte2-2/+49
2020-04-17tests/coding_test: Fix test_pdtch() resultsPau Espin Pedrol2-29/+30
2020-04-17tests/coding: Test decoding of DL EGPRS data packetPau Espin Pedrol2-28/+106
2020-04-17ports.h: Add 4268 for UECUPS VTYHarald Welte1-0/+1
2020-04-14dtx: add decoding for AMR-DTX framesPhilipp Maier11-1/+702
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
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 Yanitskiy2-8/+9