master
Andre Puschmann 5 years ago
parent 37c342af39
commit c79e202fd9

@ -129,7 +129,7 @@ public:
stack_interface_phy_lte* stack = nullptr; stack_interface_phy_lte* stack = nullptr;
srslte::channel_ptr dl_channel = 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::ul_sched_list_t ul_grants[TTIMOD_SZ] = {};
stack_interface_phy_lte::dl_sched_list_t dl_grants[TTIMOD_SZ] = {}; stack_interface_phy_lte::dl_sched_list_t dl_grants[TTIMOD_SZ] = {};

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

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

Loading…
Cancel
Save