aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-08-06osmo_sock_init2: improve support for AF_UNSPECAlexander Couzens3-0/+27
2020-08-02i460: Fix bit- and subslots ordering of I.460 mux + demuxHarald Welte2-67/+67
2020-08-02i460: pass more context to call-back functionsHarald Welte1-1/+2
2020-07-30vty: Don't match negative values on purely positive rangesPau Espin Pedrol2-3/+2
2020-07-30vty: Allow 64 bit values in numeric ranges if system supports itPau Espin Pedrol2-6/+9
2020-07-30tests: vty: Extend test to do some numeric range validationsPau Espin Pedrol2-0/+40
2020-07-30tests/fsm_test.c: Disable use color in logging outputPau Espin Pedrol2-44/+45
2020-06-16gsm0408_test: allow deprecated APINeels Hofmeyr1-0/+2
2020-06-16add osmo_mobile_identity APINeels Hofmeyr4-0/+435
2020-06-16Revert "add osmo_mobile_identity API"Harald Welte4-457/+14
2020-06-12add osmo_mobile_identity APINeels Hofmeyr4-14/+457
2020-06-10add gsm23236: MSC pooling: TMSI and NRI utility functionsNeels Hofmeyr4-0/+1145
2020-06-09gsm0808: fix endieness of call identifierPhilipp Maier1-3/+3
2020-05-28Implement ITU-T I.460 multiplex / demultiplexHarald Welte4-0/+523
2020-05-17gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris2-0/+57
2020-05-14codec: Add functions for AMR s->d bits and d->s bitsHarald Welte2-0/+48
2020-05-13gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris1-1/+1
2020-05-12gsm0505_amr_dtx: add missing value stringsPhilipp Maier1-2/+2
2020-05-12gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris1-1/+1
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-14dtx: add decoding for AMR-DTX framesPhilipp Maier4-0/+153
2020-04-01coding: fix bit ordering in 11-bit RACH coding functionsVadim Yanitskiy1-6/+6
2020-03-31tests/coding: add 11-bit Access Burst samples from a real phoneVadim Yanitskiy2-0/+60
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-13gsm690: Fix amr speech bit length tablePhilipp Maier1-2/+2
2020-03-09conv: add convolutional coder for AMR SID UPDATE framesPhilipp Maier1-0/+8
2020-02-19bitvec: fix bitvec_unhex(): do not return 1 on successVadim Yanitskiy1-5/+5
2020-02-19tests/bitvec: add a unit test for bitvec_read_field()Vadim Yanitskiy2-0/+60
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte5-2/+217
2019-12-12debian, utils: switch to python 3Oliver Smith1-1/+1
2019-12-09gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte3-0/+17
2019-12-01Check for osmo_fsm_register() error return valueHarald Welte4-4/+4
2019-11-24add osmo_escape_cstr and osmo_quote_cstrNeels Hofmeyr2-4/+204
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-16/+0
2019-11-24osmo_sockaddr_str: deprecate osmo_sockaddr_str_*_32n()Neels Hofmeyr2-32/+32
2019-11-24utils: add osmo_strnchr()Neels Hofmeyr2-0/+42
2019-11-24utils_test: add osmo_print_n_test()Neels Hofmeyr2-0/+80
2019-11-23utils.h: add OSMO_NAME_C_IMPL() macroNeels Hofmeyr2-0/+98
2019-11-23osmo_sockaddr_str: API doc: fix 32bit addr mixup of host/network byte orderNeels Hofmeyr2-48/+50
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr2-6/+6
2019-11-21add osmo_sockaddr_str_cmp()Neels Hofmeyr2-0/+601
2019-11-21logging/vty: fix vty_read_file(): do not write warnings to stdinVadim Yanitskiy1-4/+1
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy5-1/+14
2019-11-11fix OSMO_SOCKADDR_STR_FMT for IPv6Neels Hofmeyr1-11/+11
2019-11-11test: add OSMO_SOCKADDR_STR_FMT to sockaddr_str_test.cNeels Hofmeyr2-0/+24
2019-11-04gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol1-0/+20
2019-11-03gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol1-0/+24