fix compilation issue in mac::ue

This commit is contained in:
Francisco 2021-03-11 20:57:08 +00:00 committed by Francisco Paisana
parent d27e0be609
commit 196bf710c0
1 changed files with 5 additions and 5 deletions

View File

@ -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)