|
|
|
@ -24,7 +24,7 @@ int test_tx_status_report(const srslte::pdcp_lte_state_t& init_state, srslog::ba
|
|
|
|
|
srslte::PDCP_SN_LEN_12,
|
|
|
|
|
srslte::pdcp_t_reordering_t::ms500,
|
|
|
|
|
srslte::pdcp_discard_timer_t::ms500,
|
|
|
|
|
false};
|
|
|
|
|
true};
|
|
|
|
|
|
|
|
|
|
pdcp_lte_test_helper pdcp_hlp(cfg, sec_cfg, logger);
|
|
|
|
|
srslte::pdcp_entity_lte* pdcp = &pdcp_hlp.pdcp;
|
|
|
|
@ -104,7 +104,7 @@ int test_rx_status_report(const srslte::pdcp_lte_state_t& init_state, srslog::ba
|
|
|
|
|
srslte::PDCP_SN_LEN_12,
|
|
|
|
|
srslte::pdcp_t_reordering_t::ms500,
|
|
|
|
|
srslte::pdcp_discard_timer_t::ms500,
|
|
|
|
|
false};
|
|
|
|
|
true};
|
|
|
|
|
|
|
|
|
|
pdcp_lte_test_helper pdcp_hlp(cfg, sec_cfg, logger);
|
|
|
|
|
srslte::pdcp_entity_lte* pdcp = &pdcp_hlp.pdcp;
|
|
|
|
|