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
ZhouShuya
OpenXG-RAN
Commits
0c6762f1
Commit
0c6762f1
authored
Apr 24, 2021
by
rmagueta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicated itti msg for NRRRC_CONFIGURATION_REQ
parent
b1ae636d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
openair2/GNB_APP/gnb_app.c
openair2/GNB_APP/gnb_app.c
+1
-8
No files found.
openair2/GNB_APP/gnb_app.c
View file @
0c6762f1
...
@@ -204,17 +204,10 @@ void *gNB_app_task(void *args_p)
...
@@ -204,17 +204,10 @@ void *gNB_app_task(void *args_p)
configure_nr_rrc
(
gnb_id
);
configure_nr_rrc
(
gnb_id
);
}
}
for
(
int
gnb_id
=
0
;
gnb_id
<
RC
.
nb_nr_inst
;
gnb_id
++
)
{
MessageDef
*
msg_p
=
itti_alloc_new_message
(
TASK_GNB_APP
,
0
,
NRRRC_CONFIGURATION_REQ
);
NRRRC_CONFIGURATION_REQ
(
msg_p
)
=
RC
.
nrrrc
[
gnb_id
]
->
configuration
;
LOG_I
(
GNB_APP
,
"Sending configuration message to NR_RRC task
\n
"
);
itti_send_msg_to_task
(
TASK_RRC_GNB
,
GNB_MODULE_ID_TO_INSTANCE
(
gnb_id
),
msg_p
);
}
if
(
RC
.
nb_nr_inst
>
0
)
{
if
(
RC
.
nb_nr_inst
>
0
)
{
init_pdcp
();
init_pdcp
();
}
}
if
(
is_x2ap_enabled
()
)
{
//&& !NODE_IS_DU(RC.rrc[0]->node_type)
if
(
is_x2ap_enabled
()
)
{
//&& !NODE_IS_DU(RC.rrc[0]->node_type)
LOG_I
(
X2AP
,
"X2AP enabled
\n
"
);
LOG_I
(
X2AP
,
"X2AP enabled
\n
"
);
__attribute__
((
unused
))
uint32_t
x2_register_gnb_pending
=
gNB_app_register_x2
(
gnb_id_start
,
gnb_id_end
);
__attribute__
((
unused
))
uint32_t
x2_register_gnb_pending
=
gNB_app_register_x2
(
gnb_id_start
,
gnb_id_end
);
...
...
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