Commit d5341361 authored by Matthieu Kanj's avatar Matthieu Kanj

renaming file:openair2/PHY_INTERFACE/IF_Module_nb_iot.h ->...

renaming file:openair2/PHY_INTERFACE/IF_Module_nb_iot.h -> openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
parent 03936c2a
......@@ -24,7 +24,7 @@
#define __INIT_DEFS_NB_IOT__H__
#include "PHY/defs_NB_IoT.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
//#include "SystemInformationBlockType2.h"
//#include "RadioResourceConfigCommonSIB.h"
......
......@@ -39,7 +39,7 @@
#include "defs_NB_IoT.h"
#include "RadioResourceConfigCommonSIB-NB-r13.h"
#include "RadioResourceConfigDedicated-NB-r13.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
//extern uint16_t prach_root_sequence_map0_3[838];
//extern uint16_t prach_root_sequence_map4[138];
......
......@@ -24,7 +24,7 @@
#include "PHY/defs.h"
#include "PHY_INTERFACE/defs.h"
#include "PHY_INTERFACE/IF_Module_nb_iot.h"
#include "PHY_INTERFACE/IF_Module_NB_IoT.h"
extern char* namepointer_chMag ;
extern char* namepointer_log2;
......
......@@ -25,7 +25,7 @@
//#include "PHY/defs.h"
#include "PHY/defs_NB_IoT.h"
//#include "PHY_INTERFACE/defs.h"
//#include "PHY_INTERFACE/IF_Module_nb_iot.h"
//#include "PHY_INTERFACE/IF_Module_NB_IoT.h"
/*
extern char* namepointer_chMag ;
extern char* namepointer_log2;
......
......@@ -57,7 +57,7 @@
#endif /* USER_MODE */
#include "defs.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
//#include "dlc_engine.h"
extern int openair_sched_status;
......
......@@ -63,7 +63,7 @@
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
extern uint16_t hundred_times_log10_NPRB_NB_IoT[100];
......
......@@ -47,7 +47,7 @@
#include "RACH-ConfigCommon-NB-r13.h"
#include "MasterInformationBlock-NB.h"
#include "BCCH-BCH-Message-NB.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
//#include "defs.h"
//#ifdef PHY_EMUL
//#include "SIMULATION/PHY_EMULATION/impl_defs.h"
......
......@@ -45,7 +45,7 @@
#include "LAYER2/MAC/defs_nb_iot.h"
#include "LAYER2/MAC/proto_nb_iot.h"
#include "PHY_INTERFACE/IF_Module_nb_iot.h"
#include "PHY_INTERFACE/IF_Module_NB_IoT.h"
#include "RRC/LITE/extern.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
......
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
#include "LAYER2/MAC/extern.h"
#include "LAYER2/MAC/proto_nb_iot.h"
......
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
#include "openair2/PHY_INTERFACE/IF_Module_L2_primitives_NB_IoT.h"
#include "openair1/SCHED/IF_Module_L1_primitives_NB_IoT.h"
#include "LAYER2/MAC/extern.h"
......
......@@ -11,7 +11,7 @@
#include "nfapi_interface.h"
#include "openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h"
#include "PhysicalConfigDedicated-NB-r13.h"
//#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
//#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
#include "openair2/COMMON/platform_types.h"
#define SCH_PAYLOAD_SIZE_MAX 4096
......
......@@ -49,7 +49,7 @@
#include "osa_defs.h"
#include "pdcp_sequence_manager.h"
#include "UTIL/OTG/otg_rx.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
#include "openair1/SCHED/IF_Module_L1_primitives_NB_IoT.h"
#ifdef PHY_EMUL
......@@ -345,7 +345,7 @@ void config_sib2_NB_fapi(
/*
* Following the FAPI like approach:
* 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_nb_iot.h)
* 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_NB_IoT.h)
* 1.1) check for how many NPRACH resources has been set and enable the corresponding parameter
* 1.2)fill the structure PHY_Config_t (shared structure of the IF_Module
* 2)Call the PHY_config_req for trigger the NB_phy_config_sib2_eNB()
......@@ -631,7 +631,7 @@ int NB_rrc_mac_config_req_eNB(
/*
* Following the FAPI like approach:
* 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_nb_iot.h)
* 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_NB_IoT.h)
* 2)Call the PHY_config_req for trigger the NB_phy_config_mib_eNB() at the end
*/
......
......@@ -41,7 +41,7 @@ Parameters: Add DCI unpacked format
5/16
Add: openair2/LAYER2/MAC/IF_Module_nb_iot.c
Add: openair2/PHY_INTERFACE/IF_Module_nb_iot.h
Add: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Add: openair1/PHY/sched/phy_procedures_lte_eNB_nb_iot.c
Comment: Modify NB_phy_procedures_uespec_RX, change the way using primitive, use UL_IND data structure to store the needed parameters.
......@@ -51,7 +51,7 @@ Parameters: UL_IND for Interface Module
5/18
Modified: openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h
Modified: openair2/PHY_INTERFACE/IF_Module_nb_iot.h
Modified: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Modified: openair2/LAYER2/MAC/IF_Module_nb_iot.c
Comment: Complete the UL_INDICATION
......@@ -64,7 +64,7 @@ Comment: 15 warnings fixed
5/23
Add: openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
Modified: openair2/PHY_INTERFACE/IF_Module_nb_iot.h
Modified: openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
Modified: openair1/Sched/phy_procedures_lte_eNB_nb_iot.c
Comment: merge with RRC branch, start the TX part implementation
......
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