From 8f4f37e89b192527c613cb5202106b7eab97e476 Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Mon, 1 Jun 2020 15:07:53 +0100 Subject: [PATCH] remove more unused rrc variables --- srsue/hdr/stack/rrc/rrc_nr.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srsue/hdr/stack/rrc/rrc_nr.h b/srsue/hdr/stack/rrc/rrc_nr.h index 605005aa3..261aa0d0c 100644 --- a/srsue/hdr/stack/rrc/rrc_nr.h +++ b/srsue/hdr/stack/rrc/rrc_nr.h @@ -108,12 +108,12 @@ private: bool running = false; srslte::block_queue cmd_q; - phy_interface_rrc_nr* phy = nullptr; - mac_interface_rrc* mac = nullptr; - rlc_interface_rrc* rlc = nullptr; - pdcp_interface_rrc* pdcp = nullptr; - gw_interface_rrc* gw = nullptr; - stack_interface_rrc* stack = nullptr; + phy_interface_rrc_nr* phy = nullptr; + // mac_interface_rrc* mac = nullptr; + rlc_interface_rrc* rlc = nullptr; + pdcp_interface_rrc* pdcp = nullptr; + gw_interface_rrc* gw = nullptr; + stack_interface_rrc* stack = nullptr; srslte::log_ref log_h; @@ -126,7 +126,7 @@ private: }; const static char* rrc_nr_state_text[RRC_NR_STATE_N_ITEMS]; - rrc_nr_state_t state = RRC_NR_STATE_IDLE; + // rrc_nr_state_t state = RRC_NR_STATE_IDLE; rrc_nr_args_t args = {};