This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/6447
templates: osmo-msc: Remove unused option auth policy
Commit osmo-msc 098aa71e83a86200a18088927b4753909f5ed518 removes this
option from default configuration as it is really not used in osmo-msc,
it comes from osmo-nitb times.
Change-Id: I928379ebabfc776f33b9f345d92a7a4a533fe25f
---
M example/defaults.conf
M src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/47/6447/1
diff --git a/example/defaults.conf b/example/defaults.conf
index 7468722..c110dde 100644
--- a/example/defaults.conf
+++ b/example/defaults.conf
@@ -21,7 +21,6 @@
mnc: 70
short_name: osmo-gsm-tester-msc
long_name: osmo-gsm-tester-msc
- auth_policy: closed
encryption: a5_0
authentication: optional
diff --git a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
index 55533a5..e54e8c8 100644
--- a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
@@ -13,7 +13,6 @@
mobile network code ${msc.net.mnc}
short name ${msc.net.short_name}
long name ${msc.net.long_name}
- auth policy ${msc.net.auth_policy}
encryption ${msc.net.encryption}
authentication ${msc.net.authentication}
cs7 instance 0
--
To view, visit https://gerrit.osmocom.org/6447
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I928379ebabfc776f33b9f345d92a7a4a533fe25f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>