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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
a601306a
Commit
a601306a
authored
May 08, 2024
by
Vijitha M
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Served cell info TAC
parent
63f23425
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
openair2/RRC/NR/rrc_gNB.c
openair2/RRC/NR/rrc_gNB.c
+0
-1
openair2/XNAP/xnap_gNB_generate_messages.c
openair2/XNAP/xnap_gNB_generate_messages.c
+2
-2
No files found.
openair2/RRC/NR/rrc_gNB.c
View file @
a601306a
...
...
@@ -2271,7 +2271,6 @@ void rrc_gNB_process_xn_setup_request(sctp_assoc_t assoc_id, xnap_setup_req_t *m
xnap_setup_resp_t
*
xnap_msg
=
&
XNAP_SETUP_RESP
(
msg
);
xnap_gNB_instance_t
*
instance_p
=
xnap_gNB_get_instance
(
instance
);
xnap_msg
->
gNB_id
=
instance_p
->
setup_req
.
gNB_id
;
xnap_msg
->
tai_support
=
instance_p
->
setup_req
.
tai_support
;
xnap_msg
->
info
=
instance_p
->
setup_req
.
info
;
//xnap_msg->gNB_id = m->gNB_id;
//xnap_msg->info = m->info;
...
...
openair2/XNAP/xnap_gNB_generate_messages.c
View file @
a601306a
...
...
@@ -145,7 +145,7 @@ int xnap_gNB_generate_xn_setup_request(sctp_assoc_t assoc_id, xnap_setup_req_t *
NR_CELL_ID_TO_BIT_STRING
(
req
->
info
.
nr_cellid
,
&
servedCellMember
->
served_cell_info_NR
.
cellID
.
nr_CI
);
// bit string
INT24_TO_OCTET_STRING
(
req
->
tai_support
,
&
servedCellMember
->
served_cell_info_NR
.
tac
);
// octet string
INT24_TO_OCTET_STRING
(
req
->
info
.
tac
,
&
servedCellMember
->
served_cell_info_NR
.
tac
);
// octet string
for
(
int
k
=
0
;
k
<
1
;
k
++
)
{
plmn
=
(
XNAP_PLMN_Identity_t
*
)
calloc
(
1
,
sizeof
(
XNAP_PLMN_Identity_t
));
{
...
...
@@ -561,7 +561,7 @@ int xnap_gNB_generate_xn_setup_response(sctp_assoc_t assoc_id, xnap_setup_resp_t
NR_CELL_ID_TO_BIT_STRING
(
resp
->
info
.
nr_cellid
,
&
servedCellMember
->
served_cell_info_NR
.
cellID
.
nr_CI
);
// bit string
INT24_TO_OCTET_STRING
(
resp
->
tai_support
,
&
servedCellMember
->
served_cell_info_NR
.
tac
);
// octet string
INT24_TO_OCTET_STRING
(
resp
->
info
.
tac
,
&
servedCellMember
->
served_cell_info_NR
.
tac
);
// octet string
for
(
int
k
=
0
;
k
<
1
;
k
++
)
{
plmn
=
(
XNAP_PLMN_Identity_t
*
)
calloc
(
1
,
sizeof
(
XNAP_PLMN_Identity_t
));
{
...
...
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