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
db137bf1
Commit
db137bf1
authored
5 years ago
by
DONG Anyuan
Browse files
Options
Downloads
Patches
Plain Diff
Fix Coverity Scan CID 60393 (Using uninitialized value pid when calling esm_ebr_context_release.)
parent
47758322
No related branches found
No related tags found
4 merge requests
!650
Release v1.1.0 Candidate
,
!620
Resolve "Coverity Scan Fix (Week25)"
,
!617
Develop: Integration 2019 Week 25
,
!588
Develop nr merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair3/NAS/UE/ESM/EpsBearerContextDeactivation.c
+1
-0
1 addition, 0 deletions
openair3/NAS/UE/ESM/EpsBearerContextDeactivation.c
with
1 addition
and
0 deletions
openair3/NAS/UE/ESM/EpsBearerContextDeactivation.c
+
1
−
0
View file @
db137bf1
...
@@ -196,6 +196,7 @@ int esm_proc_eps_bearer_context_deactivate_request(nas_user_t *user, int ebi, in
...
@@ -196,6 +196,7 @@ int esm_proc_eps_bearer_context_deactivate_request(nas_user_t *user, int ebi, in
int
rc
=
RETURNok
;
int
rc
=
RETURNok
;
esm_data_t
*
esm_data
=
user
->
esm_data
;
esm_data_t
*
esm_data
=
user
->
esm_data
;
bid
=
0
;
bid
=
0
;
pid
=
0
;
LOG_TRACE
(
INFO
,
"ESM-PROC - EPS bearer context deactivation "
LOG_TRACE
(
INFO
,
"ESM-PROC - EPS bearer context deactivation "
"requested by the network (ebi=%d)"
,
ebi
);
"requested by the network (ebi=%d)"
,
ebi
);
...
...
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