mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Rename of files, because they contain both data radio bearers & signalling radio bearers
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user