Rename of files, because they contain both data radio bearers & signalling radio bearers

parent c08540d8
...@@ -1906,7 +1906,7 @@ set(L2_NR_SRC ...@@ -1906,7 +1906,7 @@ set(L2_NR_SRC
${NR_RRC_DIR}/rrc_gNB_reconfig.c ${NR_RRC_DIR}/rrc_gNB_reconfig.c
${NR_RRC_DIR}/rrc_gNB_UE_context.c ${NR_RRC_DIR}/rrc_gNB_UE_context.c
${NR_RRC_DIR}/rrc_gNB_NGAP.c ${NR_RRC_DIR}/rrc_gNB_NGAP.c
${NR_RRC_DIR}/rrc_gNB_drbs.c ${NR_RRC_DIR}/rrc_gNB_radio_bearers.c
) )
set(L2_SRC_UE set(L2_SRC_UE
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <stdint.h> #include <stdint.h>
#include "nr_pdcp_sdu.h" #include "nr_pdcp_sdu.h"
#include "openair2/RRC/NR/rrc_gNB_drbs.h" #include "openair2/RRC/NR/rrc_gNB_radio_bearers.h"
typedef enum { typedef enum {
NR_PDCP_DRB_AM, NR_PDCP_DRB_AM,
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#define _NR_RLC_ENTITY_H_ #define _NR_RLC_ENTITY_H_
#include <stdint.h> #include <stdint.h>
#include "openair2/RRC/NR/rrc_gNB_drbs.h" #include "openair2/RRC/NR/rrc_gNB_radio_bearers.h"
#include "common/utils/time_stat.h" #include "common/utils/time_stat.h"
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include "assertions.h" #include "assertions.h"
#include "common/ran_context.h" #include "common/ran_context.h"
#include "asn1_conversions.h" #include "asn1_conversions.h"
#include "rrc_gNB_drbs.h" #include "rrc_gNB_radio_bearers.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h" #include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
#include "LAYER2/RLC/rlc.h" #include "LAYER2/RLC/rlc.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
#include "rrc_gNB_drbs.h" #include "rrc_gNB_radio_bearers.h"
NR_SRB_ToAddMod_t *generateSRB2() { NR_SRB_ToAddMod_t *generateSRB2() {
NR_SRB_ToAddMod_t *SRB2_config = NULL; NR_SRB_ToAddMod_t *SRB2_config = NULL;
......
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