aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_sched.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-27cosmetic: Remove unneeded curly bracesPau Espin Pedrol1-2/+1
2022-12-16Pass gprs_rlcmac_pdch to create_dl_acked_block()Pau Espin Pedrol1-2/+1
2022-12-13sched: Pass pdch to *_create_rlcmac_msg() functionsPau Espin Pedrol1-8/+7
2022-12-13Move control_ts explicit checks out of the scheduler implementationPau Espin Pedrol1-15/+8
2022-12-12Pass pdch ptr to tbf_compute_priorityPau Espin Pedrol1-6/+6
2022-12-12Pass gprs_rlcmac_pdch to tbf_is_control_tsPau Espin Pedrol1-5/+6
2022-11-18Refactor tbf_is_tfi_assigned() to avoid accessing tbf->state_fsmPau Espin Pedrol1-2/+2
2022-10-28Rename as_{dl,ul}_tbf -> tbf_as_{dl,ul}_tbfPau Espin Pedrol1-4/+4
2022-10-04Make linter happy: fix coding style issuesVadim Yanitskiy1-1/+1
2021-12-14treewide: remove FSF address2021q4Oliver Smith1-4/+0
2021-10-20pcuif: Submit data_req with len=0 as idle framesPau Espin Pedrol1-19/+19
2021-10-11sched: Rename functionPau Espin Pedrol1-3/+4
2021-09-20scheduler: Skip Tx DL idle blocks in TRX0 when not in DIRECT_PHY modePau Espin Pedrol1-1/+7
2021-08-31sched: Lower log level of RTS on disabled pdchPau Espin Pedrol1-1/+1
2021-08-31Use LOGPDCH macro to standarize log linePau Espin Pedrol1-2/+1
2021-08-26sched: energy saving: Avoid Tx dummy blocks on empty PDCH TSPau Espin Pedrol1-6/+22
2021-08-25cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2021-08-23Move tbf ul_ack_state to osmocom FSMPau Espin Pedrol1-2/+2
2021-08-23tbf_dl: Clarify requirements for DL ACK/NACKPau Espin Pedrol1-1/+1
2021-08-23Move timer X2002 to tbf_fsmPau Espin Pedrol1-4/+0
2021-08-23replace dl_ass_state with osmocom FSMPau Espin Pedrol1-4/+4
2021-08-23Replace ul_ass_state with osmocom FSMPau Espin Pedrol1-8/+6
2021-08-23Revert "fix: handle NULL return of as_dl_tbf() and as_ul_tbf()"Pau Espin Pedrol1-8/+4
2021-08-17fix: handle NULL return of as_dl_tbf() and as_ul_tbf()Neels Hofmeyr1-4/+8
2021-06-21gprs_rlcmac_sched: fix incorrect length for CTR_RLC_DL_BYTESVadim Yanitskiy1-1/+1
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-1/+1
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol1-4/+4
2021-05-19Move TBF list from BTS to the TRX structurePau Espin Pedrol1-7/+6
2021-05-12sched: Clean up param passing and improve loggingPau Espin Pedrol1-5/+6
2021-05-12sched: Clean up helper function and improve loggingPau Espin Pedrol1-12/+9
2021-04-30sched: Rename func to describe its used only for RLCMAC CTRL blocks2021q1Pau Espin Pedrol1-2/+2
2021-04-26sched: Simplify else-if conditionPau Espin Pedrol1-6/+2
2021-03-24Track scheduled UL blocks through USFPau Espin Pedrol1-2/+2
2021-03-24Set matching USF if available when polling a UL TBFPau Espin Pedrol1-14/+18
2021-03-24sched: Simplify usf selection codePau Espin Pedrol1-13/+6
2021-03-24sched: Fix scheduling UL TBF not matching conditionsPau Espin Pedrol1-3/+3
2021-03-15sched: Use new PDCH UL ControllerPau Espin Pedrol1-24/+14
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol1-5/+4
2021-03-03sched: sched_select_downlink(): Clean up param list and improve loggingPau Espin Pedrol1-9/+10
2021-03-03sched: sched_select_ctrl_msg(): Clean up param list and improve loggingPau Espin Pedrol1-12/+11
2021-02-18sched: Avoid selecting TBF to tx NACC Dl msg if no TFI is assignedPau Espin Pedrol1-4/+4
2021-02-18cosmetic: fix line indentationPau Espin Pedrol1-1/+1
2021-02-03nacc: Implement Pkt Cell Change Continue retransmissionPau Espin Pedrol1-1/+1
2021-02-01Drop comment about an already implemented TODOPau Espin Pedrol1-1/+0
2021-01-29Introduce NACC supportPau Espin Pedrol1-1/+12
2021-01-26sched: Avoid picking TBF with nacked dl blocks when GMSK is requiredPau Espin Pedrol1-3/+28
2021-01-25sched: Check if egprs is enabled in TBF rather than MS being egprs capablePau Espin Pedrol1-1/+1
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-2/+2
2021-01-19Rename 'bts_data' leftovers to 'bts'Pau Espin Pedrol1-8/+8
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-17/+17