Commit 43f64810 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

try to fix issue for local test

parent 62c53d7f
...@@ -79,7 +79,7 @@ int main(int argc, char* argv[]) { ...@@ -79,7 +79,7 @@ int main(int argc, char* argv[]) {
} }
if (argc == 1) { if (argc == 1) {
amf_ip_address.append(std::string("172.16.1.102")); amf_ip_address.append(std::string("192.168.28.3"));
} else { } else {
int opt = 0; int opt = 0;
while ((opt = getopt(argc, argv, "i:")) != -1) { while ((opt = getopt(argc, argv, "i:")) != -1) {
......
...@@ -261,7 +261,7 @@ int main(int argc, char* argv[]) ...@@ -261,7 +261,7 @@ int main(int argc, char* argv[])
} }
if (argc == 1) { if (argc == 1) {
smf_ip_address.append(std::string("172.16.1.101")); smf_ip_address.append(std::string("192.168.28.2"));
} else { } else {
int opt = 0; int opt = 0;
while ((opt = getopt(argc, argv, "i:")) != -1) { while ((opt = getopt(argc, argv, "i:")) != -1) {
......
...@@ -90,7 +90,7 @@ int main(int argc, char* argv[]) { ...@@ -90,7 +90,7 @@ int main(int argc, char* argv[]) {
} }
if (argc == 1) { if (argc == 1) {
udm_ip_address.append(std::string("172.16.1.103")); udm_ip_address.append(std::string("192.168.28.4"));
} else { } else {
int opt = 0; int opt = 0;
while ((opt = getopt(argc, argv, "i:")) != -1) { while ((opt = getopt(argc, argv, "i:")) != -1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment