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
littleBu
OpenXG-RAN
Commits
2b588dd4
Commit
2b588dd4
authored
Mar 21, 2024
by
Chieh-Chun Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor ran_func_rc.c: move slicing functions to rc_ctrl_service_style_2.c
parent
cba7114f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
257 additions
and
252 deletions
+257
-252
openair2/E2AP/RAN_FUNCTION/CMakeLists.txt
openair2/E2AP/RAN_FUNCTION/CMakeLists.txt
+1
-0
openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c
openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c
+4
-252
openair2/E2AP/RAN_FUNCTION/O-RAN/rc_ctrl_service_style_2.c
openair2/E2AP/RAN_FUNCTION/O-RAN/rc_ctrl_service_style_2.c
+244
-0
openair2/E2AP/RAN_FUNCTION/O-RAN/rc_ctrl_service_style_2.h
openair2/E2AP/RAN_FUNCTION/O-RAN/rc_ctrl_service_style_2.h
+8
-0
No files found.
openair2/E2AP/RAN_FUNCTION/CMakeLists.txt
View file @
2b588dd4
...
@@ -24,6 +24,7 @@ add_library(e2_ran_func_du_cucp_cuup STATIC
...
@@ -24,6 +24,7 @@ add_library(e2_ran_func_du_cucp_cuup STATIC
O-RAN/ran_func_kpm_subs.c
O-RAN/ran_func_kpm_subs.c
O-RAN/ran_func_rc.c
O-RAN/ran_func_rc.c
O-RAN/ran_func_rc_subs.c
O-RAN/ran_func_rc_subs.c
O-RAN/rc_ctrl_service_style_2.c
../flexric/src/sm/rc_sm/ie/rc_data_ie.c
../flexric/src/sm/rc_sm/ie/rc_data_ie.c
CUSTOMIZED/ran_func_gtp.c
CUSTOMIZED/ran_func_gtp.c
CUSTOMIZED/ran_func_pdcp.c
CUSTOMIZED/ran_func_pdcp.c
...
...
openair2/E2AP/RAN_FUNCTION/O-RAN/ran_func_rc.c
View file @
2b588dd4
This diff is collapsed.
Click to expand it.
openair2/E2AP/RAN_FUNCTION/O-RAN/rc_ctrl_service_style_2.c
0 → 100644
View file @
2b588dd4
This diff is collapsed.
Click to expand it.
openair2/E2AP/RAN_FUNCTION/O-RAN/rc_ctrl_service_style_2.h
View file @
2b588dd4
#ifndef OPENAIRINTERFACE_RC_CTRL_SERVICE_STYLE_2_H
#ifndef OPENAIRINTERFACE_RC_CTRL_SERVICE_STYLE_2_H
#define OPENAIRINTERFACE_RC_CTRL_SERVICE_STYLE_2_H
#define OPENAIRINTERFACE_RC_CTRL_SERVICE_STYLE_2_H
#include "openair2/E2AP/flexric/src/sm/rc_sm/ie/ir/lst_ran_param.h"
#include "openair2/E2AP/flexric/src/sm/rc_sm/ie/ir/ran_param_list.h"
#include "openair2/E2AP/flexric/src/sm/rc_sm/ie/ir/ran_parameter_value.h"
#include "openair2/E2AP/flexric/src/sm/rc_sm/ie/ir/ran_parameter_value_type.h"
#include "openair2/E2AP/flexric/src/sm/slice_sm/ie/slice_data_ie.h"
bool
add_mod_rc_slice
(
int
mod_id
,
size_t
slices_len
,
ran_param_list_t
*
lst
);
typedef
enum
{
typedef
enum
{
DRX_parameter_configuration_7_6_3_1
=
1
,
DRX_parameter_configuration_7_6_3_1
=
1
,
SR_periodicity_configuration_7_6_3_1
=
2
,
SR_periodicity_configuration_7_6_3_1
=
2
,
...
...
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