aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-03-11{src,tests}/Makefile.am: libraries shall not be in AM_LDFLAGSVadim Yanitskiy1-16/+21
2023-02-27pcu_l1_if_phy: add new PHY API function to disconnect PDCHPhilipp Maier11-0/+13
2023-01-05bts: log FN jump delta in bts_set_current_frame_number()Philipp Maier1-62/+62
2023-01-05bts: refuse to set invalid frame numbersPhilipp Maier2-14/+14
2022-12-19Avoid moving DL-TBF from old_msg to new_ms during ms_merge2023q1Pau Espin Pedrol2-51/+85
2022-12-19tests/TbfTest: reproduce buggy corner case: MS with TBFs on 2 TRXsPau Espin Pedrol2-0/+207
2022-12-16Pass gprs_rlcmac_pdch to create_dl_acked_block()Pau Espin Pedrol1-3/+5
2022-12-16tests/tbf: test_tbf_dl_llc_loss(): Fix wrong param passed and wrong expectanciesPau Espin Pedrol2-6/+10
2022-12-16Convert tbf->control_ts to be a gprs_rlcmac_pdch*Pau Espin Pedrol6-51469/+51461
2022-12-16Rename gprs_rlcmac_ts_alloc.cpp -> alloc_algo.cpp & create own .h filePau Espin Pedrol6-0/+7
2022-12-16Convert ms_first_common_ts to struct gprs_rlcmac_pdchPau Espin Pedrol2-4/+6
2022-12-16Refactor code rejecting UL-TBF upon rx of PktResourceReqPau Espin Pedrol1-1/+1
2022-12-16Trigger PACCH assignment inside dl_tbf_upgrade_to_multislot()Pau Espin Pedrol2-23560/+47119
2022-12-16Refactor code related to DL-TBF upgrade to multislotPau Espin Pedrol3-4/+4
2022-12-16Move first_common_ts from gprs_rlcmac_tbf to GprsMsPau Espin Pedrol1-11/+5
2022-12-13sched: Pass pdch to *_create_rlcmac_msg() functionsPau Espin Pedrol1-12/+9
2022-11-18Split tbf_fsm as tbf_{ul,dl}_fsmPau Espin Pedrol3-100353/+554
2022-11-18tbf_fsm: Move osmo_fsm_inst fi out of struct tbf_fsm_ctxPau Espin Pedrol1-4/+4
2022-11-03Improve MS loggingPau Espin Pedrol6-51439/+51439
2022-11-03Improve TBF loggingPau Espin Pedrol6-303562/+303562
2022-10-31tbf_fsm: Introduce new event to act upon contention resolution successPau Espin Pedrol1-0/+1
2022-10-31Avoid losing DL-TBF during MS mergePau Espin Pedrol1-10/+48
2022-10-31tbf_fsm: Introduce new event TBF_EV_FIRST_UL_DATA_RECVDPau Espin Pedrol1-0/+3
2022-10-31Rework tbf::update_ms()Pau Espin Pedrol2-14/+14
2022-10-31Rename tbf_alloc_ul_tbf -> ul_tbf_allocPau Espin Pedrol3-9/+9
2022-10-31Join ms_merge_and_clear_ms() and ms_merge_old_ms()Pau Espin Pedrol1-1/+4
2022-10-31update_ms(): Set TLLI of new MS object before merge with old MSPau Espin Pedrol1-2/+2
2022-10-31ul_tbf: Define m_contention_resolution_done as boolPau Espin Pedrol1-1/+1
2022-10-28Replace tbf->establish_dl_tbf_on_pacch() refactoring GprsMs functionsPau Espin Pedrol1-49/+49
2022-10-28Delay ImmAss(PCH, PktDlAss) if waiting for PKT_CTRL_ACK answering UL_ACK_NACK...Pau Espin Pedrol2-8/+122
2022-10-28rcv_resource_request(): Update meas before allocating and assigning new UL TBFPau Espin Pedrol1-15/+16
2022-10-27Rename tbf_alloc_dl_tbf() -> dl_tbf_alloc()Pau Espin Pedrol5-16/+16
2022-10-27Move LLC enqueuing and retransmit timer to MS objectPau Espin Pedrol2-144/+145
2022-10-21Call ms_store->get_ms() with GSM_RESERVED_TMSI instead of 0Pau Espin Pedrol2-11/+11
2022-10-16Use GSM48_MT_RR_IMM_ASS instead of hardcoded 0x3f valuePau Espin Pedrol1-5/+5
2022-10-05bts_set_current_frame_number(): log expected TDMA FNVadim Yanitskiy1-61/+61
2022-08-09{src,tests}/Makefile.am: $(COMMON_LA) is not definiedVadim Yanitskiy1-15/+15
2022-08-06tests: target 'check-local' does not depend on BUILT_SOURCESVadim Yanitskiy1-1/+1
2022-08-06tests: make target 'check-local' depend on 'atconfig'Vadim Yanitskiy1-1/+1
2022-08-06tests/rlcmac: use ARRAY_SIZE macroVadim Yanitskiy1-7/+2
2022-08-06tests/rlcmac: cosmetic: fix coding style in arraysVadim Yanitskiy1-23/+23
2022-08-06tests/rlcmac: make all test functions staticVadim Yanitskiy1-9/+9
2022-08-06tests/rlcmac: remove unused printSizeofRLCMAC()Vadim Yanitskiy1-49/+0
2022-08-06tests/rlcmac: remove unused #includesVadim Yanitskiy1-7/+0
2022-05-09gprs_ms_stoage: Release all MS in ms_storage cleanup()2022q2Pau Espin Pedrol1-0/+135
2022-05-09TbfTest: Reset MS timeout to 0 in test_tbf_dl_llc_loss()Pau Espin Pedrol1-0/+2
2022-05-09bts: Call gprs_bssgp_destroy() in destructorPau Espin Pedrol1-14/+7
2022-05-09tests/tbf: Set up pcu timers in prepare_pcu()Pau Espin Pedrol1-3/+2
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