aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-2/+3
2022-07-20tests/tdef: assert pointer returned by osmo_tdef_get_entry()Vadim Yanitskiy1-0/+1
2022-07-19fsm: fix state_chg(): pass microseconds to osmo_timer_schedule()Vadim Yanitskiy2-6/+4
2022-07-19fsm: add unit tests verifying state timeout s/ms accuracyVadim Yanitskiy2-0/+100
2022-07-03gsm48_ie: fix parsing of Bearer capability IE without octet 3aMychaela Falconia1-3/+3
2022-07-03gsm0408_test: add a testcase for gsm48_decode_bearer_cap()Vadim Yanitskiy5-3/+23
2022-07-03gsm0408_test: do not return early in test_bearer_cap()Vadim Yanitskiy1-5/+10
2022-06-29fix uninitialized err pointer passed to osmo_bssap_le_dec()Vadim Yanitskiy1-1/+1
2022-06-13iuup: Fix Handling of subsequent Initialization msgsPau Espin Pedrol2-13/+9
2022-06-13tests/iuup: Showcase IuUP stack not answering subsequent Init msgsPau Espin Pedrol2-0/+115
2022-05-27iuup: Fix IPTIs_present not set to 0 if no IPTIs receivedPau Espin Pedrol2-0/+117
2022-05-27coding: add gsm0503_detect_a[fh]s_dtx_frame2()Vadim Yanitskiy2-21/+25
2022-05-25iuup: Rework API to support RFCI IDs != RFCI indexPau Espin Pedrol1-5/+5
2022-05-25coding: fix decoding of AHS_SID_UPDATE frames (BER ~50%)Vadim Yanitskiy1-3/+3
2022-05-19tests/dtx: test tagging of FACCH/[FH] framesVadim Yanitskiy2-0/+31
2022-05-19tests/dtx: test detection/decoding of A[FH]S_SID_UPDATEVadim Yanitskiy2-0/+121
2022-04-26gsm: Introduce helper rach_tx_integer_raw2val()Pau Espin Pedrol2-0/+27
2022-04-05rsl: Fix tlv_parse of IPAC_DLCX_IND messagePau Espin Pedrol2-0/+48
2022-03-22bssmap_le: support additional IEs in Perform Location RequestVadim Yanitskiy2-0/+31
2022-03-18gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPEPau Espin Pedrol1-1/+1
2022-03-18gsm0808_test: Add new unit test showing dec errorPau Espin Pedrol2-0/+55
2022-02-16gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol1-2/+3
2022-02-16gsm0808: Test if we properly decode a SRVCC cell identifier listHarald Welte1-0/+13
2022-01-31tests/logging: merge both logging_test_{stream,wqueue}.errVadim Yanitskiy4-21/+5
2022-01-31logging: fix printing of '\0' when filename printed lastVadim Yanitskiy1-0/+0
2022-01-31add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr1-2/+4
2022-01-31tests/logging: also test printing the filename informationVadim Yanitskiy3-0/+10
2022-01-31tests/logging: ensure both stream and wqueue modes are testedVadim Yanitskiy5-7/+33
2022-01-21PFCP: add DLPFCP and osmo-upf port numbersNeels Hofmeyr1-2/+3
2022-01-07iuup: Submit RNL-STATUS-Initialization.ind upon rx of InitPau Espin Pedrol2-5/+14
2021-12-23select: gather statistics for TCP connectionsPhilipp Maier1-0/+1
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte5-2/+604
2021-12-14treewide: remove FSF addressOliver Smith40-161/+5
2021-11-18tests/testsuite.at: ensure empty stderr for the bitvec_testVadim Yanitskiy1-1/+1
2021-11-18bitvec_read_field(): fix incorrect bit-shift issue found by UBSanVadim Yanitskiy1-1/+1
2021-11-18bitvec_read_field(): indicate errors using errnoVadim Yanitskiy2-17/+18
2021-11-17tests/tdef: rename the binaries to end with '_test'Vadim Yanitskiy7-21/+21
2021-11-17tests/vty: fix use of GNU 'missing =' extension in designatorVadim Yanitskiy1-3/+3
2021-11-15add osmo_time_cc, moved from osmo-bscNeels Hofmeyr4-0/+1109
2021-11-09stats: clarify error messages in cfg_no_stats_reporter_{statsd,log}Vadim Yanitskiy1-0/+5
2021-11-09stats: don't mark reporter as 'disable' beforehandVadim Yanitskiy1-14/+4
2021-11-09stats: cosmetic: print 'stats interval' before the reportersVadim Yanitskiy1-1/+1
2021-11-09stats: allow configuring reporter's name in the VTYVadim Yanitskiy1-4/+70
2021-11-09stats: use llist_add_tail() in osmo_stats_reporter_alloc()Vadim Yanitskiy1-34/+34
2021-11-09tests/stats: add VTY transcript testsVadim Yanitskiy3-0/+255
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte1-0/+1
2021-10-08ns2: message: BLOCK/BLOCK ACK allow to use a given NSVCI instead of using the...Alexander Couzens1-1/+1
2021-09-30refactor stat_item: report only changed valuesNeels Hofmeyr2-6/+4
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr3-106/+124
2021-09-23ns2: nsvc: add a uptime/downtime to track the last state changeAlexander Couzens1-8/+8