fix gcc compilation issue

This commit is contained in:
Francisco 2021-02-26 09:40:41 +00:00 committed by Francisco Paisana
parent b329e25bbb
commit 766018f2b4
5 changed files with 10 additions and 12 deletions

View File

@ -13,7 +13,7 @@
#ifndef SRSLTE_PHY_INTERFACE_TYPES_H
#define SRSLTE_PHY_INTERFACE_TYPES_H
#include "srslte/phy/phch/prach.h"
#include "srslte/srslte.h"
/// Common types defined by the PHY layer.

View File

@ -32,4 +32,11 @@ bool rlc_am_is_control_pdu(byte_buffer_t* pdu);
} // namespace srslte
namespace srsue {
class pdcp_interface_rlc;
class rrc_interface_rlc;
} // namespace srsue
#endif // SRSLTE_RLC_AM_BASE_H

View File

@ -27,13 +27,6 @@
#include <list>
#include <map>
namespace srsue {
class pdcp_interface_rlc;
class rrc_interface_rlc;
} // namespace srsue
namespace srslte {
#undef RLC_AM_BUFFER_DEBUG

View File

@ -19,7 +19,7 @@
namespace srsue {
class phy_args_t;
struct phy_args_t;
// Class to synchronize system frame number
class sfn_sync

View File

@ -12,16 +12,14 @@
#include "srslte/interfaces/phy_interface_types.h"
#include "srslte/srslog/srslog.h"
#include "srsue/hdr/phy/scell/intra_measure.h"
#include <boost/program_options.hpp>
#include <boost/program_options/parsers.hpp>
#include <iostream>
#include <map>
#include <memory>
#include <srslte/common/string_helpers.h>
#include <srslte/phy/channel/channel.h>
#include <srslte/phy/utils/random.h>
#include <srslte/srslte.h>
#include <srsue/hdr/phy/scell/intra_measure.h>
#include <vector>
// Common execution parameters