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
2c9a57f0
Commit
2c9a57f0
authored
May 08, 2024
by
Vijitha M
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Served cell TAC - May 8
parent
09c37d7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
openair2/F1AP/f1ap_cu_task.c
openair2/F1AP/f1ap_cu_task.c
+1
-3
No files found.
openair2/F1AP/f1ap_cu_task.c
View file @
2c9a57f0
...
@@ -127,11 +127,9 @@ void cu_register_xn(uint32_t gnb_id_num,f1ap_served_cell_info_t *cell , xnap_net
...
@@ -127,11 +127,9 @@ void cu_register_xn(uint32_t gnb_id_num,f1ap_served_cell_info_t *cell , xnap_net
for
(
uint32_t
gnb_id
=
0
;
(
gnb_id
<
gnb_id_num
);
gnb_id
++
)
{
for
(
uint32_t
gnb_id
=
0
;
(
gnb_id
<
gnb_id_num
);
gnb_id
++
)
{
msg
=
itti_alloc_new_message
(
TASK_CU_F1
,
0
,
XNAP_REGISTER_GNB_REQ
);
msg
=
itti_alloc_new_message
(
TASK_CU_F1
,
0
,
XNAP_REGISTER_GNB_REQ
);
LOG_I
(
XNAP
,
"GNB_ID: %d
\n
"
,
gnb_id
);
// uint64_t id;
// uint64_t id;
xnap_register_gnb_req_t
*
req
=
&
XNAP_REGISTER_GNB_REQ
(
msg
);
xnap_register_gnb_req_t
*
req
=
&
XNAP_REGISTER_GNB_REQ
(
msg
);
req
->
setup_req
.
info
.
tac
=
(
*
cell
->
tac
);
req
->
setup_req
.
info
.
tac
=
(
*
cell
->
tac
);
LOG_I
(
XNAP
,
"tac in cu_register %d
\n
"
,
req
->
setup_req
.
info
.
tac
);
req
->
setup_req
.
info
.
plmn
.
mcc
=
cell
->
plmn
.
mcc
;
req
->
setup_req
.
info
.
plmn
.
mcc
=
cell
->
plmn
.
mcc
;
req
->
setup_req
.
info
.
plmn
.
mnc
=
cell
->
plmn
.
mnc
;
req
->
setup_req
.
info
.
plmn
.
mnc
=
cell
->
plmn
.
mnc
;
req
->
setup_req
.
info
.
plmn
.
mnc_digit_length
=
cell
->
plmn
.
mnc_digit_length
;
req
->
setup_req
.
info
.
plmn
.
mnc_digit_length
=
cell
->
plmn
.
mnc_digit_length
;
...
...
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