From c79e202fd9464a893b9b805563dcc6e284c44885 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 3 Mar 2020 17:20:44 +0100 Subject: [PATCH] fix typo --- srsenb/hdr/phy/phy_common.h | 2 +- srsenb/rr.conf.example | 2 +- srsenb/src/phy/sf_worker.cc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/srsenb/hdr/phy/phy_common.h b/srsenb/hdr/phy/phy_common.h index 568da5fc7..9f4df4a1c 100644 --- a/srsenb/hdr/phy/phy_common.h +++ b/srsenb/hdr/phy/phy_common.h @@ -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] = {}; diff --git a/srsenb/rr.conf.example b/srsenb/rr.conf.example index 1fff18965..d8bb63de3 100644 --- a/srsenb/rr.conf.example +++ b/srsenb/rr.conf.example @@ -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 diff --git a/srsenb/src/phy/sf_worker.cc b/srsenb/src/phy/sf_worker.cc index 76cb9bf92..023bb2e6c 100644 --- a/srsenb/src/phy/sf_worker.cc +++ b/srsenb/src/phy/sf_worker.cc @@ -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");