From b5a861493348ee866a76373e3310d436f80b95ef Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 23 Aug 2017 17:39:54 +0200 Subject: Add support for authentication VTY param in msc and bsc Change-Id: Ie1eb76149d4b006631050f8a1e532fbdbdad6a7f --- src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl | 1 + src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl | 1 + 2 files changed, 2 insertions(+) (limited to 'src/osmo_gsm_tester/templates') diff --git a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl index 0e2f759..57ab8a3 100644 --- a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl @@ -29,6 +29,7 @@ network auth policy ${bsc.net.auth_policy} location updating reject cause 13 encryption ${bsc.net.encryption} + authentication ${bsc.net.authentication} neci 1 rrlp mode none mm info 1 diff --git a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl index 1abaf20..6851ea9 100644 --- a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl @@ -16,6 +16,7 @@ network auth policy ${msc.net.auth_policy} location updating reject cause 13 encryption ${msc.net.encryption} + authentication ${msc.net.authentication} cs7 instance 0 point-code 0.0.1 msc -- cgit v1.2.3