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
32310cce
Commit
32310cce
authored
Feb 06, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: free E1 CU-UP Setup Req on CU-UP disconnection
parent
0053a3d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
openair2/RRC/NR/rrc_gNB_cuup.c
openair2/RRC/NR/rrc_gNB_cuup.c
+1
-0
No files found.
openair2/RRC/NR/rrc_gNB_cuup.c
View file @
32310cce
...
...
@@ -241,6 +241,7 @@ void rrc_gNB_process_e1_lost_connection(gNB_RRC_INST *rrc, e1ap_lost_connection_
if
(
cuup
->
setup_req
!=
NULL
)
{
e1ap_setup_req_t
*
req
=
cuup
->
setup_req
;
LOG_I
(
NR_RRC
,
"releasing CU-UP %s on assoc_id %d
\n
"
,
req
->
gNB_cu_up_name
,
assoc_id
);
free_e1ap_cuup_setup_request
(
cuup
->
setup_req
);
free
(
cuup
->
setup_req
);
}
nr_rrc_cuup_container_t
*
removed
=
RB_REMOVE
(
rrc_cuup_tree
,
&
rrc
->
cuups
,
cuup
);
...
...
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