aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* release 1.3.0-fw.7fairwaves/1.3.0-fw.7fairwaves/productionKirill Zakharenko2020-05-161-0/+6
*-. Merge fairwaves/ip-gb, fairwaves/gsm0808-confusion into masterKirill Zakharenko2020-05-168-20/+158
|\ \
| | * gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris2020-05-146-0/+113
| * | WIP: gb: disable failing gprs-ns tests temporarilyfairwaves/ip-gbKirill Zakharenko2020-05-131-5/+5
| * | WIP: gb: Standard-compliant Static Gb over IPAlexander Chemeris2020-05-131-15/+40
* | | libosmogsm: add Doxygen docs for gsm0502_hop_seq_gen()Harald Welte2020-05-151-1/+10
* | | libosmogsm: import hopping sequence generation codeSylvain Munaut2020-05-153-0/+58
* | | cosmetic: apply changes to match struct_endianess.py outputNeels Hofmeyr2020-05-153-14/+8
* | | struct_endianess.py: also recognise unnamed substructsNeels Hofmeyr2020-05-151-1/+3
* | | add missing endian.h in gsm_23_041.hNeels Hofmeyr2020-05-151-0/+2
| |/ |/|
* | codec: Add functions for AMR s->d bits and d->s bitsHarald Welte2020-05-145-1/+165
* | libosmogsm: cosmetic: add spaces before and after PRIu32Vadim Yanitskiy2020-05-141-1/+1
* | gsm0808_utils: Add gsm0808_get_cipher_reject_cause() back with a deprecation notice.Alexander Chemeris2020-05-142-0/+8
* | gsm0808_utils: Fix gsm0808_cause_class() functionAlexander Chemeris2020-05-131-1/+1
* | gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris2020-05-136-19/+22
* | gsm0505_amr_dtx: add missing value stringsPhilipp Maier2020-05-122-5/+7
* | logging: do not allow multiple calls of log_init()Philipp Maier2020-05-121-0/+3
* | logging: use LOGL_NOTICE when no loglevel is setPhilipp Maier2020-05-121-9/+17
* | gsm_04_08.h: fix big endian structsNeels Hofmeyr2020-05-121-238/+0
* | exec: osmo_system_nowait2: initalize *pw pointer with NULLPhilipp Maier2020-05-121-1/+2
* | usb: Add osmo_libusb_find_open_claim() all-in-one APIHarald Welte2020-05-122-0/+126
* | README.md: We don't build libosmotrau. The latter is in libosmo-abis.gitHarald Welte2020-05-121-1/+0
* | README.md: fix typo (coore -> core)Harald Welte2020-05-121-1/+1
|/
* gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris2020-05-122-3/+3
* Drop old BSC references in fd check configure optionPau Espin Pedrol2020-05-112-3/+3
* statsd: fix rendering for groups with idx==0Kirill Zakharenko2020-05-101-14/+6
* stats: Change timer to timerfd to make it a true interval timer.Alexander Chemeris2020-05-091-7/+37
* stats: Support regular stats flushAlexander Chemeris2020-05-093-1/+59
* stats: Fix documentation for osmo_stats_set_interval()Alexander Chemeris2020-05-091-2/+1
* stats: Move cfg_stats_interval_cmd() function.Alexander Chemeris2020-05-091-18/+17
* select: Fix typo in a comment Osmcoom->OsmocomAlexander Chemeris2020-05-091-1/+1
* sim: When decoding SW, take application specific SW into accountHarald Welte2020-05-054-21/+46
* rest_octets: fix encoding of 3G Early Classmark Sending RestrictionVadim Yanitskiy2020-05-051-2/+2
* gsm_29_118.h: Fix compilation with gcc-10Harald Welte2020-05-021-1/+1
* configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrtPau Espin Pedrol2020-05-011-2/+4
* gsm_04_06.h: Remove repeated egprs header struct definitionsPau Espin Pedrol2020-04-281-153/+0
* gsm0503_parity: Fix compilation with gcc-10Harald Welte2020-04-201-10/+10
* timerfd: call osmo_fd_unregister() when closing on read errorHarald Welte2020-04-191-0/+1
* timer.c: make timers thread safeEric2020-04-191-3/+3
* select.c: Introduce support for signalfdHarald Welte2020-04-183-1/+78
* exec: Introduce osmo_system_nowait2() to allow specify a userHarald Welte2020-04-182-2/+49
* tests/coding_test: Fix test_pdtch() resultsPau Espin Pedrol2020-04-172-29/+30
* tests/coding: Test decoding of DL EGPRS data packetPau Espin Pedrol2020-04-172-28/+106
* ports.h: Add 4268 for UECUPS VTYHarald Welte2020-04-171-0/+1
* dtx: add decoding for AMR-DTX framesPhilipp Maier2020-04-1411-1/+702
* configure.ac: fix libtool issue with clang and sanitizerEric2020-04-111-0/+5
* gsm0503_tables: Document USF encoding tablesPau Espin Pedrol2020-04-071-0/+6
* gsm0503_coding: Fix USF encoding in MCS1-4Pau Espin Pedrol2020-04-071-1/+1
* gsm0503_coding: Fix misleading comment UL vs DLPau Espin Pedrol2020-04-071-1/+1
* coding: fix bit ordering in 11-bit RACH coding functionsVadim Yanitskiy2020-04-012-8/+9