rename common lte header

master
David Rupprecht 4 years ago committed by Andre Puschmann
parent 81ad72b0ff
commit a064e85c54

@ -10,8 +10,8 @@
*
*/
#ifndef SRSRAN_LTE_COMMON_H
#define SRSRAN_LTE_COMMON_H
#ifndef SRSRAN_COMMON_LTE_H
#define SRSRAN_COMMON_LTE_H
#include <array>
#include <cstdint>
@ -88,4 +88,4 @@ inline const char* get_drb_name(lte_drb drb_id)
} // namespace srsran
#endif // SRSRAN_LTE_COMMON_H
#endif // SRSRAN_COMMON_LTE_H

@ -11,7 +11,7 @@
*/
#include "srsran/upper/rlc_tm.h"
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include "srsran/interfaces/ue_pdcp_interfaces.h"
#include "srsran/interfaces/ue_rrc_interfaces.h"

@ -17,7 +17,7 @@
INCLUDES
*******************************************************************************/
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include <stdint.h>
namespace srsenb {

@ -13,7 +13,7 @@
#include "sched_test_common.h"
#include "srsenb/hdr/stack/mac/sched.h"
#include "srsran/adt/accumulators.h"
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include <chrono>
namespace srsenb {

@ -13,7 +13,7 @@
#include "sched_test_common.h"
#include "sched_test_utils.h"
#include "srsenb/hdr/stack/mac/sched.h"
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include "srsran/mac/pdu.h"
using namespace srsenb;

@ -13,7 +13,7 @@
#include "sched_test_utils.h"
#include "srsenb/hdr/stack/mac/sched_common.h"
#include "srsenb/hdr/stack/mac/sched_phy_ch/sched_dci.h"
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include "srsran/common/test_common.h"
namespace srsenb {

@ -12,7 +12,7 @@
#include "sched_test_common.h"
#include "srsenb/hdr/stack/mac/sched_grid.h"
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include "srsran/common/test_common.h"
using namespace srsenb;

@ -25,7 +25,7 @@
#include "sched_common_test_suite.h"
#include "sched_test_common.h"
#include "sched_test_utils.h"
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include "srsran/common/test_common.h"
namespace srsenb {

@ -21,7 +21,7 @@
#include "srsran/common/block_queue.h"
#include "srsran/common/buffer_pool.h"
#include "srsran/common/common.h"
#include "srsran/common/lte_common.h"
#include "srsran/common/common_lte.h"
#include "srsran/common/security.h"
#include "srsran/common/stack_procedure.h"
#include "srsran/interfaces/ue_interfaces.h"

Loading…
Cancel
Save