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

This commit is contained in:
Angelo Athanassopoulos
2022-10-04 12:33:39 +02:00
parent c08540d8de
commit 68615bc52a
6 changed files with 5 additions and 5 deletions

View File

@@ -1906,7 +1906,7 @@ set(L2_NR_SRC
${NR_RRC_DIR}/rrc_gNB_reconfig.c
${NR_RRC_DIR}/rrc_gNB_UE_context.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

View File

@@ -25,7 +25,7 @@
#include <stdint.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 {
NR_PDCP_DRB_AM,

View File

@@ -23,7 +23,7 @@
#define _NR_RLC_ENTITY_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"

View File

@@ -40,7 +40,7 @@
#include "assertions.h"
#include "common/ran_context.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 "LAYER2/RLC/rlc.h"

View File

@@ -19,7 +19,7 @@
* contact@openairinterface.org
*/
#include "rrc_gNB_drbs.h"
#include "rrc_gNB_radio_bearers.h"
NR_SRB_ToAddMod_t *generateSRB2() {
NR_SRB_ToAddMod_t *SRB2_config = NULL;