aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Gb: add a second NS implementationAlexander Couzens1-2/+3
2020-09-14bitXXgen: add osmo_loadXXbe_ext_2() to get right-adjusted valuesNeels Hofmeyr2-2/+79
2020-09-14bitXXgen: add bitgen_test.cNeels Hofmeyr4-0/+279
2020-09-02socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens3-0/+141
2020-09-02tests/socket: add testcase test_get_ip_and_portAlexander Couzens2-0/+35
2020-08-31socket: Fix bug in osmo_sock_init2(AF_UNSPEC) matching IP versionsPau Espin Pedrol2-2/+1
2020-08-31tests: Add test to showcase osmo_sock_init2 bug with AF_UNSPECPau Espin Pedrol3-0/+8
2020-08-31socket: Add support for AF_INET6 in osmo_sockaddr_to_str_and_uint()Pau Espin Pedrol2-16/+110
2020-08-27lapdm: fix SAPI-0/SAPI-3 frame prioritization on DCCHVadim Yanitskiy1-5/+5
2020-08-27lapd_test: add a test checking SAPI0/SAPI3 prioritizationVadim Yanitskiy2-0/+87
2020-08-27lapd_test: fix: print all messages to stdout, not stderrVadim Yanitskiy2-10/+38
2020-08-27lapd_test: rename func=UA (RR) CM Service Request: s/ua/ua_cm/Vadim Yanitskiy1-4/+4
2020-08-27lapd_test: fix wrong comment in lapdm_establish()Vadim Yanitskiy1-1/+1
2020-08-26gsm0808: add gsm0808_create_sapi_reject_cause()Vadim Yanitskiy1-1/+1
2020-08-25tests: Split SCTP tests to its own file and run them conditionallyPau Espin Pedrol8-207/+282
2020-08-24socket: Log proper getaddrinfo() errorPau Espin Pedrol1-2/+2
2020-08-24socket: multiaddr: Support IPv4 + IPv6 addresses in SCTP associationsPau Espin Pedrol3-0/+208
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