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
spbro
OpenXG-RAN
Commits
5692217c
Commit
5692217c
authored
Jul 26, 2024
by
Jaroslava Fiedlerova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/fix-gnb-memory-leaks' into integration_2024_w30
parents
eab8dfa4
2d6aef51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
openair2/LAYER2/nr_pdcp/cucp_cuup_handler.c
openair2/LAYER2/nr_pdcp/cucp_cuup_handler.c
+1
-0
openair2/RRC/NR/rrc_gNB_NGAP.c
openair2/RRC/NR/rrc_gNB_NGAP.c
+1
-1
No files found.
openair2/LAYER2/nr_pdcp/cucp_cuup_handler.c
View file @
5692217c
...
...
@@ -196,6 +196,7 @@ void e1_bearer_context_setup(const e1ap_bearer_setup_req_t *req)
cu_up_ue_id
,
&
DRB_configList
,
&
security_parameters
);
ASN_STRUCT_RESET
(
asn_DEF_NR_DRB_ToAddModList
,
&
DRB_configList
.
list
);
if
(
f1inst
>=
0
)
{
/* we have F1(-U) */
teid_t
dummy_teid
=
0xffff
;
// we will update later with answer from DU
in_addr_t
dummy_address
=
{
0
};
// IPv4, updated later with answer from DU
...
...
openair2/RRC/NR/rrc_gNB_NGAP.c
View file @
5692217c
...
...
@@ -335,7 +335,7 @@ static int decodePDUSessionResourceSetup(pdusession_t *session)
return
-
1
;
}
}
ASN_STRUCT_FREE
_CONTENTS_ONLY
(
asn_DEF_NGAP_PDUSessionResourceSetupRequestTransfer
,
pdusessionTransfer
);
ASN_STRUCT_FREE
(
asn_DEF_NGAP_PDUSessionResourceSetupRequestTransfer
,
pdusessionTransfer
);
return
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