Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
5692217c
Commit
5692217c
authored
8 months ago
by
Jaroslava Fiedlerova
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/fix-gnb-memory-leaks' into integration_2024_w30
parents
eab8dfa4
2d6aef51
No related branches found
No related tags found
1 merge request
!2877
Integration: `2024.w30`
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/LAYER2/nr_pdcp/cucp_cuup_handler.c
+1
-0
1 addition, 0 deletions
openair2/LAYER2/nr_pdcp/cucp_cuup_handler.c
openair2/RRC/NR/rrc_gNB_NGAP.c
+1
-1
1 addition, 1 deletion
openair2/RRC/NR/rrc_gNB_NGAP.c
with
2 additions
and
1 deletion
openair2/LAYER2/nr_pdcp/cucp_cuup_handler.c
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
openair2/RRC/NR/rrc_gNB_NGAP.c
+
1
−
1
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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment