This commit is contained in:
Andre Puschmann 2020-03-03 17:20:44 +01:00
parent 37c342af39
commit c79e202fd9
3 changed files with 2 additions and 3 deletions

View File

@ -129,7 +129,7 @@ public:
stack_interface_phy_lte* stack = nullptr;
srslte::channel_ptr dl_channel = nullptr;
// Common objects for schedulign grants
// Common objects for scheduling grants
stack_interface_phy_lte::ul_sched_list_t ul_grants[TTIMOD_SZ] = {};
stack_interface_phy_lte::dl_sched_list_t dl_grants[TTIMOD_SZ] = {};

View File

@ -59,7 +59,7 @@ cell_list =
// pci = 1;
// root_seq_idx = 204;
// dl_earfcn = 3400;
// ul_earfcn = 474;
// ul_earfcn = 21400;
ho_active = false;
// CA cells

View File

@ -192,7 +192,6 @@ void sf_worker::work_imp()
}
// Get DL scheduling for the TX TTI from MAC
if (sf_type == SRSLTE_SF_NORM) {
if (stack->get_dl_sched(tti_tx_dl, dl_grants[t_tx_dl]) < 0) {
Error("Getting DL scheduling from MAC\n");