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
spbro
OpenXG-RAN
Commits
6142d1d7
Commit
6142d1d7
authored
Jul 25, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RRC sctp_in/out_streams not used
parent
0f897b40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
openair2/GNB_APP/gnb_config.c
openair2/GNB_APP/gnb_config.c
+0
-2
openair2/RRC/NR/nr_rrc_defs.h
openair2/RRC/NR/nr_rrc_defs.h
+0
-2
No files found.
openair2/GNB_APP/gnb_config.c
View file @
6142d1d7
...
...
@@ -1310,8 +1310,6 @@ void RCconfig_NRRRC(gNB_RRC_INST *rrc)
rrc
->
eth_params_s
.
my_portd
=
*
(
GNBParamList
.
paramarray
[
i
][
GNB_LOCAL_S_PORTD_IDX
].
uptr
);
rrc
->
eth_params_s
.
remote_portd
=
*
(
GNBParamList
.
paramarray
[
i
][
GNB_REMOTE_S_PORTD_IDX
].
uptr
);
rrc
->
eth_params_s
.
transp_preference
=
ETH_UDP_MODE
;
rrc
->
sctp_in_streams
=
(
uint16_t
)
*
(
SCTPParams
[
GNB_SCTP_INSTREAMS_IDX
].
uptr
);
rrc
->
sctp_out_streams
=
(
uint16_t
)
*
(
SCTPParams
[
GNB_SCTP_OUTSTREAMS_IDX
].
uptr
);
}
...
...
openair2/RRC/NR/nr_rrc_defs.h
View file @
6142d1d7
...
...
@@ -415,8 +415,6 @@ typedef struct gNB_RRC_INST_s {
int
srb1_timer_status_prohibit
;
int
um_on_default_drb
;
int
srs_enable
[
MAX_NUM_CCs
];
uint16_t
sctp_in_streams
;
uint16_t
sctp_out_streams
;
char
*
uecap_file
;
...
...
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