aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
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