|
|
|
@ -10,6 +10,10 @@
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include "srslte/common/threads.h"
|
|
|
|
|
#include "srslte/phy/common/phy_common.h"
|
|
|
|
|
#include "srslte/phy/utils/random.h"
|
|
|
|
|
#include "srslte/srslog/srslog.h"
|
|
|
|
|
#include <boost/program_options.hpp>
|
|
|
|
|
#include <boost/program_options/options_description.hpp>
|
|
|
|
|
#include <boost/program_options/parsers.hpp>
|
|
|
|
@ -19,12 +23,7 @@
|
|
|
|
|
#include <srslte/common/logger_srslog_wrapper.h>
|
|
|
|
|
#include <srslte/common/string_helpers.h>
|
|
|
|
|
#include <srslte/common/test_common.h>
|
|
|
|
|
#include <srslte/common/threads.h>
|
|
|
|
|
#include <srslte/phy/common/phy_common.h>
|
|
|
|
|
#include <srslte/phy/phch/pusch_cfg.h>
|
|
|
|
|
#include <srslte/phy/utils/random.h>
|
|
|
|
|
#include <srslte/srslog/srslog.h>
|
|
|
|
|
#include <srslte/srslte.h>
|
|
|
|
|
|
|
|
|
|
static inline bool dl_ack_value(uint32_t ue_cc_idx, uint32_t tti)
|
|
|
|
|
{
|
|
|
|
|