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
a91cc4d7
Commit
a91cc4d7
authored
Nov 16, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update configuration display
parent
7ac31d52
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
126 additions
and
114 deletions
+126
-114
src/smf_app/smf_app.cpp
src/smf_app/smf_app.cpp
+1
-1
src/smf_app/smf_config.cpp
src/smf_app/smf_config.cpp
+125
-113
No files found.
src/smf_app/smf_app.cpp
View file @
a91cc4d7
...
...
@@ -100,7 +100,7 @@ int smf_app::apply_config(const smf_config& cfg) {
Logger
::
smf_app
().
info
(
"Applied config %s"
,
it
->
second
.
dnn
.
c_str
());
paa
.
ipv4_address
=
it
->
second
.
ue_pool_range_low
;
std
::
string
ipv4_addr
(
inet_ntoa
(
paa
.
ipv4_address
));
Logger
::
smf_app
().
info
(
"PAA Ipv4
"
,
ipv4_addr
.
c_str
());
Logger
::
smf_app
().
info
(
"PAA Ipv4
: %s
"
,
ipv4_addr
.
c_str
());
}
if
((
it
->
second
.
pdu_session_type
.
pdu_session_type
==
...
...
src/smf_app/smf_config.cpp
View file @
a91cc4d7
This diff is collapsed.
Click to expand it.
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