aboutsummaryrefslogtreecommitdiffstats
path: root/selftest/template_test/osmo-nitb.cfg.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/template_test/osmo-nitb.cfg.tmpl')
-rw-r--r--selftest/template_test/osmo-nitb.cfg.tmpl18
1 files changed, 12 insertions, 6 deletions
diff --git a/selftest/template_test/osmo-nitb.cfg.tmpl b/selftest/template_test/osmo-nitb.cfg.tmpl
index 3404b7f..7a76878 100644
--- a/selftest/template_test/osmo-nitb.cfg.tmpl
+++ b/selftest/template_test/osmo-nitb.cfg.tmpl
@@ -47,12 +47,18 @@ network
timer t3119 0
timer t3141 0
smpp
- local-tcp-ip ${smpp_bind_ip} 2775
- system-id test
- policy closed
- esme test
- password test
- default-route
+ local-tcp-ip ${nitb.ip_address.addr} 2775
+ system-id test-nitb
+ policy ${smsc.policy}
+ %for esme in esme_list:
+ esme ${esme.system_id}
+ % if esme.password == '':
+ no password
+ % else:
+ password ${esme.password}
+ % endif
+ default-route
+ %endfor
ctrl
bind ${ctrl_bind_ip}
%for bts in bts_list: