fix compilation issue in mac::ue

master
Francisco 4 years ago committed by Francisco Paisana
parent d27e0be609
commit 196bf710c0

@ -201,11 +201,11 @@ ue::ue(uint16_t rnti_,
rrc(rrc_), rrc(rrc_),
rlc(rlc_), rlc(rlc_),
phy(phy_), phy(phy_),
logger(logger), logger(logger_),
mac_msg_dl(20, logger), mac_msg_dl(20, logger_),
mch_mac_msg_dl(10, logger), mch_mac_msg_dl(10, logger_),
mac_msg_ul(20, logger), mac_msg_ul(20, logger_),
pdus(logger), pdus(logger_),
nof_rx_harq_proc(nof_rx_harq_proc_), nof_rx_harq_proc(nof_rx_harq_proc_),
nof_tx_harq_proc(nof_tx_harq_proc_), nof_tx_harq_proc(nof_tx_harq_proc_),
ta_fsm(this) ta_fsm(this)

Loading…
Cancel
Save