aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-10-17gsm48_ie.c: change bearer cap structure in outgoing CSD callsManawyrm1-1/+1
2023-09-26gsm: rename s/gsm0502_fn_compare/gsm0502_fncmp/Vadim Yanitskiy1-13/+13
2023-09-25gsm: add gsm0502_fn_compare() for comparing TDMA FNsVadim Yanitskiy1-0/+20
2023-09-19write_queue: Enable updating max_length fieldarehbein1-0/+52
2023-09-04tests/{v110,gsm44021}: change naming: 'test_' -> '_test'Vadim Yanitskiy8-30/+30
2023-08-24osmo_io: Add io_uring backendDaniel Willmann1-0/+6
2023-08-23Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards uppe...Pau Espin Pedrol2-12/+12
2023-08-21lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layersPau Espin Pedrol2-12/+12
2023-08-11gsm: Introduce functions to convert between FN and RFN (Reduced FN)Pau Espin Pedrol1-0/+26
2023-08-11lapdm: Track fn of primitives in struct lapdm_msg_ctxPau Espin Pedrol1-0/+2
2023-07-08coding: implement encoding/decoding API for TCH/F2.4Vadim Yanitskiy2-1/+29
2023-07-07gsm: Improve the TCH/H2.4 coding routinesSylvain Munaut1-0/+8
2023-06-30osmo_io: Add osmo_iofd_notify_connected()Daniel Willmann2-4/+2
2023-06-30osmo_io: Make the test more deterministic between backendsDaniel Willmann2-14/+18
2023-06-08improve API for osmo_routing_area_idNeels Hofmeyr2-0/+200
2023-06-07osmo_io: Remove osmo_iofd_read/write_enable/disableDaniel Willmann1-9/+0
2023-06-07osmo_io: Don't make msg in write_cb constDaniel Willmann1-2/+2
2023-06-02libosmogsm: Add support for TUAK authentication algorithmHarald Welte3-1/+366
2023-06-02libosmogsm: Allow auth API caller to specify RES lengthHarald Welte1-19/+19
2023-05-26coding: fix _tch_csd_burst_map(): do not overwrite FACCHVadim Yanitskiy2-17/+14
2023-05-26coding: test FACCH/[FH] bitstealing in test_csd()Vadim Yanitskiy2-6/+127
2023-05-26coding: implement dedicated codec API for FACCH/[FH]Vadim Yanitskiy2-0/+87
2023-05-25coding: implement TCH/F9.6, TCH/[FH]4.8, TCH/H2.4, TCH/F14.4Vadim Yanitskiy2-0/+166
2023-05-25gsm: fix convolutional code definition for TCH/F4.8Vadim Yanitskiy1-2/+2
2023-05-25coding: use gsm0503_tch_hr_decode2() in coding_testVadim Yanitskiy2-13/+12
2023-05-19osmo_io: Support detecting non-blocking connect()arehbein/osmo_io_ipaDaniel Willmann1-0/+1
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy3-3/+3
2023-05-17codec: replace GSM-FR ECU with new implementationMychaela N. Falconia2-43/+43
2023-05-10tests: Add initial osmo_io testsDaniel Willmann5-0/+203
2023-05-10Add osmo_io with initial poll backendHarald Welte1-2/+3
2023-05-06vty: fix vty->index for implicit go_parent_nodeNeels Hofmeyr1-8/+4
2023-05-06vty: show bug in implicit go_parent_nodeNeels Hofmeyr2-0/+104
2023-05-02Fix 'Fix parsing of TLV_TYPE_SINGLE_TV'Pau Espin Pedrol1-4/+2
2023-05-02tlv: Show bug in decoded tlv_parsed for type TLV_TYPE_SINGLE_TVPau Espin Pedrol1-0/+27
2023-04-14logging vty: probe 'print' and 'logging timestamp' cmdsNeels Hofmeyr1-0/+96
2023-04-05logging: print talloc report on exit from vty testMax1-3/+3
2023-03-30tests: make VTY tests depend on the respective binariesVadim Yanitskiy1-5/+7
2023-03-17tests/v110: assert(user_data_chunk_bits) in test_ra1()Vadim Yanitskiy1-1/+4
2023-03-14error log: osmo_sock_init2_multiaddr() v4/v6 mixNeels Hofmeyr1-4/+4
2023-03-14fix 'make vty-test' for --disable-gbNeels Hofmeyr1-0/+5
2023-03-14tests/Makefile.am: Move LDADD to right positionPau Espin Pedrol1-67/+77
2023-03-14tests/Makefile.am: Drop duplicated libosmogb.la in LDADDPau Espin Pedrol1-2/+2
2023-03-14tests/Makefile.am: Move system libs at the end of listPau Espin Pedrol1-10/+15
2023-03-08gsm: TS 44.021 modified V.110 frame encoding/decoding supportHarald Welte4-0/+139
2023-03-08isdn: Add V.110 encoder/decoderHarald Welte6-0/+387
2023-03-03gsm0808: make CSD enum values consistent with RSLOliver Smith1-5/+5
2023-02-28improve test output for gsm0808_sc_cfg_from_gsm48_mr_cfg()Neels Hofmeyr2-424/+468
2023-02-27gsm0808_enc/dec_channel_type: fix transparent flagOliver Smith1-5/+5
2023-02-25convolutional coding for CSDHarald Welte1-0/+32
2023-02-22New unit test for XOR-2G authenticationHarald Welte4-0/+94