aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-23ns2: nse: add a uptime/downtime to track the last state changeAlexander Couzens1-2/+2
2021-09-21osmo-auc-gen: Print RFC3310 IMS HTTP-AKA style base64 nonce/resHarald Welte1-0/+30
2021-09-21base64: reformat using Lindent to conform to our coding styleHarald Welte1-32/+30
2021-09-21base64: Migrate over to osmocomHarald Welte4-0/+70
2021-09-20stats_test: assert counter and stat item val counts separatelyNeels Hofmeyr2-57/+51
2021-09-12utils: add osmo_str_to_int() and osmo_str_to_int64()Neels Hofmeyr2-3/+316
2021-09-04gprs_ns2_sns: implement local change weight procedureAlexander Couzens1-1/+1
2021-08-20stats: send real last value if no new values comeOliver Smith2-1/+3
2021-08-20tests/stats: show how last item sent may be wrongOliver Smith2-0/+12
2021-08-19tests: add 'make update_exp' targetOliver Smith1-0/+179
2021-07-13gprs_ns2: ensure the NSE becomes dead when FR link went downAlexander Couzens2-0/+58
2021-07-06gprs_ns2_vty: dump_nsvc: change output depending on NSVCIAlexander Couzens1-8/+8
2021-07-06gprs_ns2: use gprs_ns2_free_bind() to clean up a bindAlexander Couzens1-0/+4
2021-07-02gprs_ns2: fix crash when changing the MTUAlexander Couzens1-2/+11
2021-06-25gprs_ns2: fix missing notify towards the NSE when NSVC become blockedAlexander Couzens2-0/+72
2021-06-25gprs_ns2: use llist_add_tail to keep orderAlexander Couzens1-4/+4
2021-06-15ctrl: Pre-calculate required size before allocating msgbPau Espin Pedrol1-3/+6
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol2-46/+46