osmo-gsm-tester[master]: templates: osmo-msc: Remove unused option auth policy

2018-02-14 Thread Pau Espin Pedrol

Patch Set 1: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/6447
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I928379ebabfc776f33b9f345d92a7a4a533fe25f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: No


[MERGED] osmo-gsm-tester[master]: templates: osmo-msc: Remove unused option auth policy

2018-02-14 Thread Pau Espin Pedrol
Pau Espin Pedrol has submitted this change and it was merged.

Change subject: templates: osmo-msc: Remove unused option auth policy
..


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(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I928379ebabfc776f33b9f345d92a7a4a533fe25f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol 


[PATCH] osmo-gsm-tester[master]: templates: osmo-msc: Remove unused option auth policy

2018-02-14 Thread Pau Espin Pedrol

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