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
a0a4096f
Commit
a0a4096f
authored
Oct 29, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark "gNB event" of NG connection thru LOG_A
parent
b8b921d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
openair3/NGAP/ngap_gNB.c
openair3/NGAP/ngap_gNB.c
+1
-0
openair3/NGAP/ngap_gNB_handlers.c
openair3/NGAP/ngap_gNB_handlers.c
+1
-0
No files found.
openair3/NGAP/ngap_gNB.c
View file @
a0a4096f
...
...
@@ -254,6 +254,7 @@ void ngap_gNB_handle_sctp_association_resp(instance_t instance, sctp_new_associa
ngap_amf_data_p
->
in_streams
=
sctp_new_association_resp
->
in_streams
;
ngap_amf_data_p
->
out_streams
=
sctp_new_association_resp
->
out_streams
;
/* Prepare new NG Setup Request */
LOG_A
(
NGAP
,
"Send NGSetupRequest to AMF
\n
"
);
ngap_gNB_generate_ng_setup_request
(
instance_p
,
ngap_amf_data_p
);
}
...
...
openair3/NGAP/ngap_gNB_handlers.c
View file @
a0a4096f
...
...
@@ -87,6 +87,7 @@ void ngap_handle_ng_setup_message(ngap_gNB_amf_data_t *amf_desc_p, int sctp_shut
}
}
}
else
{
LOG_A
(
NGAP
,
"Received NGSetupResponse from AMF
\n
"
);
/* Check that at least one setup message is pending */
DevCheck
(
amf_desc_p
->
ngap_gNB_instance
->
ngap_amf_pending_nb
>
0
,
amf_desc_p
->
ngap_gNB_instance
->
instance
,
amf_desc_p
->
ngap_gNB_instance
->
ngap_amf_pending_nb
,
0
);
...
...
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