fix ttcn3 tests

This commit is contained in:
Ismael Gomez 2021-05-17 18:23:58 +02:00
parent dd9889e07c
commit c206d3c0fa
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ public:
uint32_t get_tti();
void process_pdu(uint8_t* buff, uint32_t len, pdu_queue::channel_t channel, int ul_nof_prbs);
void process_pdu(uint8_t* buff, uint32_t len, uint32_t ue_cc_idx, pdu_queue::channel_t channel, int ul_nof_prbs);
void set_cell_config(const ttcn3_helpers::timing_info_t timing, const cell_config_t cell);
void set_cell_config_impl(const cell_config_t cell);

View File

@ -759,7 +759,7 @@ uint32_t ttcn3_syssim::get_tti()
return tti;
}
void ttcn3_syssim::process_pdu(uint8_t* buff, uint32_t len, pdu_queue::channel_t channel, int ul_nof_prbs) {}
void ttcn3_syssim::process_pdu(uint8_t* buff, uint32_t len, uint32_t ue_cc_idx, pdu_queue::channel_t channel, int ul_nof_prbs) {}
void ttcn3_syssim::set_cell_config(const ttcn3_helpers::timing_info_t timing, const cell_config_t cell)
{