Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
68615bc5
Commit
68615bc5
authored
Oct 04, 2022
by
Angelo Athanassopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename of files, because they contain both data radio bearers & signalling radio bearers
parent
c08540d8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+1
-1
openair2/LAYER2/nr_pdcp/nr_pdcp_entity.h
openair2/LAYER2/nr_pdcp/nr_pdcp_entity.h
+1
-1
openair2/LAYER2/nr_rlc/nr_rlc_entity.h
openair2/LAYER2/nr_rlc/nr_rlc_entity.h
+1
-1
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+1
-1
openair2/RRC/NR/rrc_gNB_radio_bearers.c
openair2/RRC/NR/rrc_gNB_radio_bearers.c
+1
-1
openair2/RRC/NR/rrc_gNB_radio_bearers.h
openair2/RRC/NR/rrc_gNB_radio_bearers.h
+0
-0
No files found.
CMakeLists.txt
View file @
68615bc5
...
...
@@ -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_
drb
s.c
${
NR_RRC_DIR
}
/rrc_gNB_
radio_bearer
s.c
)
set
(
L2_SRC_UE
...
...
openair2/LAYER2/nr_pdcp/nr_pdcp_entity.h
View file @
68615bc5
...
...
@@ -25,7 +25,7 @@
#include <stdint.h>
#include "nr_pdcp_sdu.h"
#include "openair2/RRC/NR/rrc_gNB_
drb
s.h"
#include "openair2/RRC/NR/rrc_gNB_
radio_bearer
s.h"
typedef
enum
{
NR_PDCP_DRB_AM
,
...
...
openair2/LAYER2/nr_rlc/nr_rlc_entity.h
View file @
68615bc5
...
...
@@ -23,7 +23,7 @@
#define _NR_RLC_ENTITY_H_
#include <stdint.h>
#include "openair2/RRC/NR/rrc_gNB_
drb
s.h"
#include "openair2/RRC/NR/rrc_gNB_
radio_bearer
s.h"
#include "common/utils/time_stat.h"
...
...
openair2/RRC/NR/rrc_gNB.c
View file @
68615bc5
...
...
@@ -40,7 +40,7 @@
#include "assertions.h"
#include "common/ran_context.h"
#include "asn1_conversions.h"
#include "rrc_gNB_
drb
s.h"
#include "rrc_gNB_
radio_bearer
s.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
#include "LAYER2/RLC/rlc.h"
...
...
openair2/RRC/NR/rrc_gNB_
drb
s.c
→
openair2/RRC/NR/rrc_gNB_
radio_bearer
s.c
View file @
68615bc5
...
...
@@ -19,7 +19,7 @@
* contact@openairinterface.org
*/
#include "rrc_gNB_
drb
s.h"
#include "rrc_gNB_
radio_bearer
s.h"
NR_SRB_ToAddMod_t
*
generateSRB2
()
{
NR_SRB_ToAddMod_t
*
SRB2_config
=
NULL
;
...
...
openair2/RRC/NR/rrc_gNB_
drb
s.h
→
openair2/RRC/NR/rrc_gNB_
radio_bearer
s.h
View file @
68615bc5
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment