fix gcc compilation issue

master
Francisco 4 years ago committed by Francisco Paisana
parent b329e25bbb
commit 766018f2b4

@ -13,7 +13,7 @@
#ifndef SRSLTE_PHY_INTERFACE_TYPES_H #ifndef SRSLTE_PHY_INTERFACE_TYPES_H
#define 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. /// Common types defined by the PHY layer.

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

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

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

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

Loading…
Cancel
Save