aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tbf/TbfTest.err
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Make sure GprsMs free() also frees its tbfsPau Espin Pedrol1-76/+574
2023-09-15tbf: Log poll timeout reasonPau Espin Pedrol1-29/+29
2023-06-29Reestore last LLC frames never completely acked when freeing DL TBFPau Espin Pedrol1-1/+1
2023-06-29tbf_ul_fsm: Delay moving ul_tbf to FLOWPau Espin Pedrol1-27/+46
2023-06-20Differentiate between T3192 and T3193Pau Espin Pedrol1-2/+2
2023-06-20tbf_dl_fsm: Drop impossible eventPau Espin Pedrol1-791/+2270
2023-06-20Fix DL_TBF PACCH ass done on UL_TBF already scheduled to tx last PKT CTRL ACKPau Espin Pedrol1-2/+2
2023-06-13Change several log lines to start with capital letterPau Espin Pedrol1-36/+36
2023-06-13tests/tbf: Drop unneeded line re-setting CCCH ass typePau Espin Pedrol1-81/+0
2023-06-13tbf_{ul,dl}_fsm.c: Rearrange code/logs in mod_ass_type()Pau Espin Pedrol1-27/+51
2023-06-12tbf_dl_fsm: Fix wrong lchan specified in log linePau Espin Pedrol1-1/+1
2023-06-12Improve logging in bts_snd_dl_ass()Pau Espin Pedrol1-136/+68
2023-06-12Abort UL TBF PACCH Ass based on T3168Pau Espin Pedrol1-23/+42
2023-06-11tbf_ul_fsm: Remove 3195 references, simplify T3169 set up as consequencePau Espin Pedrol1-1/+0
2023-06-09Avoid using N3105 in UL TBFsPau Espin Pedrol1-7/+0
2023-06-09tbf_dl_fsm: Apply T3193 using FSM infrastructure instead of manuallyPau Espin Pedrol1-24/+0
2023-06-02Move call to bts_set_current_frame_number() earlier in the code pathPau Espin Pedrol1-48/+18
2023-05-31tbf: Improve TBF name description in logsPau Espin Pedrol1-6091/+6091
2023-04-26Move resource allocation outside of tbf allocationPau Espin Pedrol1-1017/+1198
2023-04-26Move out of alloc_algo code modifying the data modelPau Espin Pedrol1-236/+236
2023-04-21alloc_algo: Move printing outside of update_ms_reserved_slots()Pau Espin Pedrol1-5/+7
2023-04-21ms: Hold a reference during ms_allocPau Espin Pedrol1-47/+141
2023-04-21tbf: Move enable_egprs() to constructorPau Espin Pedrol1-9/+9
2023-04-20ms: Rewrite MS release lifecyclePau Espin Pedrol1-271/+269
2023-04-20ms: Log detaching tbf log line in proper placePau Espin Pedrol1-114/+114
2023-04-20ms: Use osmo_use_count to track referencesPau Espin Pedrol1-0/+292
2023-04-20ms: Drop setting (egprs_)ms_class during bts_alloc_ms()Pau Espin Pedrol1-36/+36
2023-04-17ms: Drop setting tlli during ms_alloc()Pau Espin Pedrol1-99/+99
2023-03-27pdch_ul_controller: log reserved frame numbersPhilipp Maier1-0/+124
2023-01-05bts: log FN jump delta in bts_set_current_frame_number()Philipp Maier1-62/+62
2022-12-19Avoid moving DL-TBF from old_msg to new_ms during ms_merge2023q1Pau Espin Pedrol1-35/+74
2022-12-19tests/TbfTest: reproduce buggy corner case: MS with TBFs on 2 TRXsPau Espin Pedrol1-0/+106
2022-12-16tests/tbf: test_tbf_dl_llc_loss(): Fix wrong param passed and wrong expectanciesPau Espin Pedrol1-3/+6
2022-12-16Convert tbf->control_ts to be a gprs_rlcmac_pdch*Pau Espin Pedrol1-133/+133
2022-12-16Trigger PACCH assignment inside dl_tbf_upgrade_to_multislot()Pau Espin Pedrol1-8/+15
2022-12-16Refactor code related to DL-TBF upgrade to multislotPau Espin Pedrol1-1/+1
2022-11-18Split tbf_fsm as tbf_{ul,dl}_fsmPau Espin Pedrol1-551/+551
2022-11-03Improve MS loggingPau Espin Pedrol1-771/+771
2022-11-03Improve TBF loggingPau Espin Pedrol1-5730/+5730
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-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-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 Pedrol1-7/+89
2022-10-28rcv_resource_request(): Update meas before allocating and assigning new UL TBFPau Espin Pedrol1-15/+16
2022-10-27Move LLC enqueuing and retransmit timer to MS objectPau Espin Pedrol1-137/+138
2022-10-05bts_set_current_frame_number(): log expected TDMA FNVadim Yanitskiy1-61/+61
2022-05-09gprs_ms_stoage: Release all MS in ms_storage cleanup()2022q2Pau Espin Pedrol1-0/+135