You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann
c0be8187c8
rlc interface: convert entire read_pdu() interface to return uint32_t
...
we had it returning int but had a bug in using the return value properly,
i.e. handling when -1 was returned in RLC TM.
Thinking about it more, it doesn't make sense to have a negative return
value here anyway. Either the RLC can return a PDU or not. If it can't the
returned lenght is zero.
3 years ago
..
sched_phy_ch
sched small fixes - use 0.930 instead of 0.932 for max coderate. Allow computing mcs/tbs based on max coderate directly. Other small fixes
4 years ago
sched_ue_ctrl
sched,feature: Enable setting the target PHR below which the maximum UL grant size starts decreasing
3 years ago
schedulers
move scheduler rbg/prb/cce mask and interval types and associated helper functions to a separate file
4 years ago
mac.h
sched,bugfix: The PHR handling scheme now considers the number of PRBs of the UL grant that carried the PHR. Before, it was assuming the most conservative scenario of Nprb=1
3 years ago
mac_metrics.h
rename srsLTE to srsRAN
4 years ago
mac_nr.h
rename srsLTE to srsRAN
4 years ago
sched.h
sched,bugfix: The PHR handling scheme now considers the number of PRBs of the UL grant that carried the PHR. Before, it was assuming the most conservative scenario of Nprb=1
3 years ago
sched_carrier.h
use rnti_map_t in scheduler
4 years ago
sched_common.h
move scheduler rbg/prb/cce mask and interval types and associated helper functions to a separate file
4 years ago
sched_grid.h
rename srsLTE to srsRAN
4 years ago
sched_helpers.h
feature, scheduler: Add abitility to set minimum aggregation level in PDCCH, and disable adaptive aggregation level based on target BLER
4 years ago
sched_ue.h
sched,bugfix: The PHR handling scheme now considers the number of PRBs of the UL grant that carried the PHR. Before, it was assuming the most conservative scenario of Nprb=1
3 years ago
ta.h
rename srsLTE to srsRAN
4 years ago
ue.h
rlc interface: convert entire read_pdu() interface to return uint32_t
3 years ago