aboutsummaryrefslogtreecommitdiffstats
path: root/tests/llc
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Reestore last LLC frames never completely acked when freeing DL TBFPau Espin Pedrol1-5/+4
2023-05-03pcu_l1_if_phy: fix API function namesPhilipp Maier1-2/+2
2023-04-21ms: Hold a reference during ms_allocPau Espin Pedrol1-3/+3
2023-04-20Merge bts_alloc_ms() and ms_alloc()Pau Espin Pedrol1-3/+3
2023-04-20ms: Drop setting (egprs_)ms_class during bts_alloc_ms()Pau Espin Pedrol1-3/+3
2023-02-27pcu_l1_if_phy: add new PHY API function to disconnect PDCHPhilipp Maier1-0/+1
2022-04-05tests/llc: Add test_llc_codel2022q1Pau Espin Pedrol3-0/+82
2022-04-05tests/llc: Add test_llc_meta_pdu_life_expirePau Espin Pedrol3-0/+44
2022-04-05llc_queue: Refactor to handle codel_state per prio queue internallyPau Espin Pedrol1-61/+76
2022-03-31llc: Convert to CPau Espin Pedrol1-2/+2
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-40/+40
2020-03-16Use clock_gettime(CLOCK_MONOTONIC) and timespec everywherePau Espin Pedrol1-19/+21
2020-03-11tests/llc: Change unrealistic time jump to avoid runtime error under ARMPau Espin Pedrol1-2/+2
2020-03-02llc_queue::{dequeue,enqueue}() refactorPau Espin Pedrol1-36/+44
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-03-06Use msgb_eq_data_print() in testsMax1-6/+3
2018-04-01use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+1
2018-03-11implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-0/+1
2017-10-29tests: Don't use private version of log_info but global gprs_log_infoHarald Welte1-18/+3
2017-02-08Fix dozens of compiler warnings across the boardNeels Hofmeyr1-2/+2
2015-08-21llc: Add move_and_merge method to llc_queueJacob Erlbeck3-0/+58
2015-06-29llc/test: Use a portable way to set timeval variablesJacob Erlbeck1-8/+12
2015-06-22llc: Move storage of timestamps into gprs_llc_queueJacob Erlbeck3-25/+58
2015-06-22llc: Keep track of the number of stored LLC octetsJacob Erlbeck1-0/+7
2015-06-22llc/test: Add test program for LLC related testsJacob Erlbeck3-0/+179