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
43f64810
Commit
43f64810
authored
Apr 16, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to fix issue for local test
parent
62c53d7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/test/amf/amf-api-server.cpp
src/test/amf/amf-api-server.cpp
+1
-1
src/test/amf_client/amf-client.cpp
src/test/amf_client/amf-client.cpp
+1
-1
src/test/udm/udm-api-server.cpp
src/test/udm/udm-api-server.cpp
+1
-1
No files found.
src/test/amf/amf-api-server.cpp
View file @
43f64810
...
...
@@ -79,7 +79,7 @@ int main(int argc, char* argv[]) {
}
if
(
argc
==
1
)
{
amf_ip_address
.
append
(
std
::
string
(
"1
72.16.1.102
"
));
amf_ip_address
.
append
(
std
::
string
(
"1
92.168.28.3
"
));
}
else
{
int
opt
=
0
;
while
((
opt
=
getopt
(
argc
,
argv
,
"i:"
))
!=
-
1
)
{
...
...
src/test/amf_client/amf-client.cpp
View file @
43f64810
...
...
@@ -261,7 +261,7 @@ int main(int argc, char* argv[])
}
if
(
argc
==
1
)
{
smf_ip_address
.
append
(
std
::
string
(
"1
72.16.1.101
"
));
smf_ip_address
.
append
(
std
::
string
(
"1
92.168.28.2
"
));
}
else
{
int
opt
=
0
;
while
((
opt
=
getopt
(
argc
,
argv
,
"i:"
))
!=
-
1
)
{
...
...
src/test/udm/udm-api-server.cpp
View file @
43f64810
...
...
@@ -90,7 +90,7 @@ int main(int argc, char* argv[]) {
}
if
(
argc
==
1
)
{
udm_ip_address
.
append
(
std
::
string
(
"1
72.16.1.103
"
));
udm_ip_address
.
append
(
std
::
string
(
"1
92.168.28.4
"
));
}
else
{
int
opt
=
0
;
while
((
opt
=
getopt
(
argc
,
argv
,
"i:"
))
!=
-
1
)
{
...
...
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