Commit d503838a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 72438c62
......@@ -38,8 +38,8 @@
afm_addr: "127.0.1.100",
},
],
x2_peers: ["2_abc", "2_def"],
xn_peers: ["n_abc", "n_def"],
x2_peers: ["44.1.1.1", "44.1.1.2"],
xn_peers: ["55.1.1.1", "55.1.1.2"],
gtp_addr: "127.0.1.1",
......
......@@ -325,8 +325,8 @@ def do_enb():
"var": "var"
},
"slapparameter_dict": {
"x2_peers": {"1": {"x2_addr": "2_abc"}, "2": {"x2_addr": "2_def"}},
"xn_peers": {"1": {"xn_addr": "n_abc"}, "2": {"xn_addr": "n_def"}}
"x2_peers": {"1": {"x2_addr": "44.1.1.1"}, "2": {"x2_addr": "44.1.1.2"}},
"xn_peers": {"1": {"xn_addr": "55.1.1.1"}, "2": {"xn_addr": "55.1.1.2"}}
}
}""" % locals()
......
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