Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
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-SMF
Commits
42e55035
Commit
42e55035
authored
Sep 24, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CPP check warning
parent
233004be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/smf_app/smf_config.hpp
src/smf_app/smf_config.hpp
+2
-0
src/smf_app/smf_context.hpp
src/smf_app/smf_context.hpp
+2
-0
No files found.
src/smf_app/smf_config.hpp
View file @
42e55035
...
...
@@ -344,11 +344,13 @@ class smf_config {
}
sbi_http2_port
=
8080
;
sbi_api_version
=
"v1"
;
http_version
=
1
;
use_local_subscription_info
=
false
;
register_nrf
=
false
;
discover_upf
=
false
;
use_fqdn_dns
=
false
;
use_nwi
=
false
;
};
~
smf_config
();
void
lock
()
{
m_rw_lock
.
lock
();
};
...
...
src/smf_app/smf_context.hpp
View file @
42e55035
...
...
@@ -133,6 +133,8 @@ class smf_pdu_session : public std::enable_shared_from_this<smf_pdu_session> {
timer_T3590
=
ITTI_INVALID_TIMER_ID
;
timer_T3591
=
ITTI_INVALID_TIMER_ID
;
timer_T3592
=
ITTI_INVALID_TIMER_ID
;
number_of_supported_packet_filters
=
0
;
maximum_number_of_supported_packet_filters
=
0
;
}
void
clear
()
{
...
...
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