Commit df1e5b21 authored by Bi-Ruei, Chiu's avatar Bi-Ruei, Chiu

Change 'RRC/LITE' to 'RRC/LTE'

parent 10944d4a
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#ifdef CMAKER #ifdef CMAKER
#include "asn1_constants.h" #include "asn1_constants.h"
#else #else
#include "RRC/LITE/MESSAGES/asn1_constants.h" #include "RRC/LTE/MESSAGES/asn1_constants.h"
#endif #endif
#ifndef __PLATFORM_CONSTANTS_H__ #ifndef __PLATFORM_CONSTANTS_H__
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#ifdef CMAKER #ifdef CMAKER
#include "SystemInformationBlockType2.h" #include "SystemInformationBlockType2.h"
#else #else
#include "RRC/LITE/MESSAGES/SystemInformationBlockType2.h" #include "RRC/LTE/MESSAGES/SystemInformationBlockType2.h"
#endif #endif
#include "SL-OffsetIndicator-r12.h" #include "SL-OffsetIndicator-r12.h"
#include "SubframeBitmapSL-r12.h" #include "SubframeBitmapSL-r12.h"
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "SystemInformationBlockType2.h" #include "SystemInformationBlockType2.h"
#include "rrc_messages_types.h" #include "rrc_messages_types.h"
#else #else
#include "RRC/LITE/MESSAGES/SystemInformationBlockType2.h" #include "RRC/LTE/MESSAGES/SystemInformationBlockType2.h"
#endif #endif
#include "intertask_interface_types.h" #include "intertask_interface_types.h"
#include "RRC/LTE/rrc_defs.h" #include "RRC/LTE/rrc_defs.h"
......
...@@ -500,8 +500,8 @@ rnti_t pdcp_UE_UE_module_id_to_rnti[MAX_MOBILES_PER_ENB]; ...@@ -500,8 +500,8 @@ rnti_t pdcp_UE_UE_module_id_to_rnti[MAX_MOBILES_PER_ENB];
rnti_t pdcp_eNB_UE_instance_to_rnti[MAX_MOBILES_PER_ENB]; // for noS1 mode rnti_t pdcp_eNB_UE_instance_to_rnti[MAX_MOBILES_PER_ENB]; // for noS1 mode
unsigned int pdcp_eNB_UE_instance_to_rnti_index; unsigned int pdcp_eNB_UE_instance_to_rnti_index;
#if (RRC_VERSION >= MAKE_VERSION(10, 0, 0)) #if (RRC_VERSION >= MAKE_VERSION(10, 0, 0))
pdcp_mbms_t pdcp_mbms_array_ue[MAX_MOBILES_PER_ENB][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LITE/MESSAGES/asn1_constants.h pdcp_mbms_t pdcp_mbms_array_ue[MAX_MOBILES_PER_ENB][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LTE/MESSAGES/asn1_constants.h
pdcp_mbms_t pdcp_mbms_array_eNB[NUMBER_OF_eNB_MAX][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LITE/MESSAGES/asn1_constants.h pdcp_mbms_t pdcp_mbms_array_eNB[NUMBER_OF_eNB_MAX][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LTE/MESSAGES/asn1_constants.h
#endif #endif
sdu_size_t pdcp_output_sdu_bytes_to_write; sdu_size_t pdcp_output_sdu_bytes_to_write;
sdu_size_t pdcp_output_header_bytes_to_write; sdu_size_t pdcp_output_header_bytes_to_write;
......
...@@ -193,10 +193,10 @@ typedef struct rlc_mbms_id_s { ...@@ -193,10 +193,10 @@ typedef struct rlc_mbms_id_s {
# define maxSessionPerPMCH 1 # define maxSessionPerPMCH 1
# endif # endif
#endif #endif
//rlc_mbms_t rlc_mbms_array_ue[MAX_MOBILES_PER_ENB][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LITE/MESSAGES/asn1_constants.h //rlc_mbms_t rlc_mbms_array_ue[MAX_MOBILES_PER_ENB][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LTE/MESSAGES/asn1_constants.h
//rlc_mbms_t rlc_mbms_array_eNB[NUMBER_OF_eNB_MAX][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LITE/MESSAGES/asn1_constants.h //rlc_mbms_t rlc_mbms_array_eNB[NUMBER_OF_eNB_MAX][maxServiceCount][maxSessionPerPMCH]; // some constants from openair2/RRC/LTE/MESSAGES/asn1_constants.h
rlc_mbms_id_t rlc_mbms_lcid2service_session_id_ue[MAX_MOBILES_PER_ENB][RLC_MAX_MBMS_LC]; // some constants from openair2/RRC/LITE/MESSAGES/asn1_constants.h rlc_mbms_id_t rlc_mbms_lcid2service_session_id_ue[MAX_MOBILES_PER_ENB][RLC_MAX_MBMS_LC]; // some constants from openair2/RRC/LTE/MESSAGES/asn1_constants.h
rlc_mbms_id_t rlc_mbms_lcid2service_session_id_eNB[MAX_eNB][RLC_MAX_MBMS_LC]; // some constants from openair2/RRC/LITE/MESSAGES/asn1_constants.h rlc_mbms_id_t rlc_mbms_lcid2service_session_id_eNB[MAX_eNB][RLC_MAX_MBMS_LC]; // some constants from openair2/RRC/LTE/MESSAGES/asn1_constants.h
#define rlc_mbms_enb_get_lcid_by_rb_id(Enb_mOD,rB_iD) rlc_mbms_rbid2lcid_eNB[Enb_mOD][rB_iD] #define rlc_mbms_enb_get_lcid_by_rb_id(Enb_mOD,rB_iD) rlc_mbms_rbid2lcid_eNB[Enb_mOD][rB_iD]
; ;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#ifdef CELLULAR #ifdef CELLULAR
#include "rrc_L2_proto.h" #include "rrc_L2_proto.h"
#else #else
#include "RRC/LITE/defs.h" #include "RRC/LTE/defs.h"
#endif //CELLULAR #endif //CELLULAR
#include "COMMON/mac_rrc_primitives.h" #include "COMMON/mac_rrc_primitives.h"
#include "openair_rrc_L2_interface.h" #include "openair_rrc_L2_interface.h"
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include <asn_internal.h> /* for _ASN_DEFAULT_STACK_MAX */ #include <asn_internal.h> /* for _ASN_DEFAULT_STACK_MAX */
#include "RRC/LITE/defs_NB_IoT.h" #include "RRC/LTE/defs_NB_IoT.h"
/* /*
* The variant of the above function which dumps the BASIC-XER (XER_F_BASIC) * The variant of the above function which dumps the BASIC-XER (XER_F_BASIC)
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/*! \file RRC/LITE/defs_NB_IoT.h /*! \file RRC/LTE/defs_NB_IoT.h
* \brief NB-IoT RRC struct definitions and function prototypes * \brief NB-IoT RRC struct definitions and function prototypes
* \author Navid Nikaein, Raymond Knopp and Michele Paffetti * \author Navid Nikaein, Raymond Knopp and Michele Paffetti
* \date 2010 - 2014, 2017 * \date 2010 - 2014, 2017
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include "rrc_UE_ral.h" #include "rrc_UE_ral.h"
#include "assertions.h" #include "assertions.h"
#include "collection/hashtable/obj_hashtable.h" #include "collection/hashtable/obj_hashtable.h"
#include "RRC/LITE/defs.h" #include "RRC/LTE/defs.h"
#include "RRC/LITE/extern.h" #include "RRC/LTE/extern.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include "rrc_eNB_ral.h" #include "rrc_eNB_ral.h"
#include "assertions.h" #include "assertions.h"
#include "collection/hashtable/obj_hashtable.h" #include "collection/hashtable/obj_hashtable.h"
#include "RRC/LITE/defs.h" #include "RRC/LTE/defs.h"
#include "RRC/LITE/extern.h" #include "RRC/LTE/extern.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "LAYER2/MAC/defs.h" #include "LAYER2/MAC/defs.h"
#include "LAYER2/MAC/extern.h" #include "LAYER2/MAC/extern.h"
#include "UTIL/LOG/log_if.h" #include "UTIL/LOG/log_if.h"
#include "RRC/LITE/extern.h" #include "RRC/LTE/extern.h"
#include "PHY_INTERFACE/extern.h" #include "PHY_INTERFACE/extern.h"
#endif #endif
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
//#ifdef OPENAIR2 //#ifdef OPENAIR2
#include "LAYER2/MAC/defs.h" #include "LAYER2/MAC/defs.h"
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/vars.h"
#include "RRC/LITE/vars.h" #include "RRC/LTE/vars.h"
#include "PHY_INTERFACE/vars.h" #include "PHY_INTERFACE/vars.h"
//#endif //#endif
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/vars.h"
#include "UTIL/LOG/log_if.h" #include "UTIL/LOG/log_if.h"
#include "UTIL/LOG/log_extern.h" #include "UTIL/LOG/log_extern.h"
#include "RRC/LITE/vars.h" #include "RRC/LTE/vars.h"
#include "PHY_INTERFACE/vars.h" #include "PHY_INTERFACE/vars.h"
#include "UTIL/OCG/OCG.h" #include "UTIL/OCG/OCG.h"
#include "UTIL/AT_COMMANDS/parser.h" #include "UTIL/AT_COMMANDS/parser.h"
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "SCHED/vars.h" #include "SCHED/vars.h"
#include "LAYER2/MAC/defs.h" #include "LAYER2/MAC/defs.h"
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/vars.h"
#include "RRC/LITE/vars.h" #include "RRC/LTE/vars.h"
#include "PHY_INTERFACE/vars.h" #include "PHY_INTERFACE/vars.h"
#include "UTIL/LOG/log.h" #include "UTIL/LOG/log.h"
#include "OCG_vars.h" #include "OCG_vars.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/vars.h"
#include "UTIL/LOG/log_if.h" #include "UTIL/LOG/log_if.h"
#include "UTIL/LOG/log_extern.h" #include "UTIL/LOG/log_extern.h"
#include "RRC/LITE/vars.h" #include "RRC/LTE/vars.h"
#include "PHY_INTERFACE/vars.h" #include "PHY_INTERFACE/vars.h"
#include "UTIL/OCG/OCG.h" #include "UTIL/OCG/OCG.h"
#include "LAYER2/PDCP_v10.1.0/pdcp.h" #include "LAYER2/PDCP_v10.1.0/pdcp.h"
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/vars.h"
#include "UTIL/LOG/log_if.h" #include "UTIL/LOG/log_if.h"
#include "UTIL/LOG/log_extern.h" #include "UTIL/LOG/log_extern.h"
#include "RRC/LITE/vars.h" #include "RRC/LTE/vars.h"
#include "PHY_INTERFACE/vars.h" #include "PHY_INTERFACE/vars.h"
#include "UTIL/OCG/OCG.h" #include "UTIL/OCG/OCG.h"
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "LAYER2/MAC/vars.h" #include "LAYER2/MAC/vars.h"
#include "UTIL/LOG/log_if.h" #include "UTIL/LOG/log_if.h"
#include "UTIL/LOG/log_extern.h" #include "UTIL/LOG/log_extern.h"
#include "RRC/LITE/vars.h" #include "RRC/LTE/vars.h"
#include "PHY_INTERFACE/vars.h" #include "PHY_INTERFACE/vars.h"
#include "UTIL/OCG/OCG.h" #include "UTIL/OCG/OCG.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment