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.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: osmo-bsc: Remove authentication cmd from config
......................................................................
osmo-bsc: Remove authentication cmd from config
authentication is firmly VLR land and must go away from bsc. That option
is a leftover from nitb. It will be removed at some point.
Change-Id: I3bb4189b33173245116018e437e113c6c1226639
---
M example/defaults.conf
M src/osmo_gsm_tester/templates/osmo-bsc.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 5517212..7468722 100644
--- a/example/defaults.conf
+++ b/example/defaults.conf
@@ -14,7 +14,6 @@
short_name: osmo-gsm-tester-msc
long_name: osmo-gsm-tester-msc
encryption: a5_0
- authentication: optional
msc:
net:
diff --git a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
index c1f3cc7..18b2321 100644
--- a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
@@ -33,7 +33,6 @@
long name ${bsc.net.long_name}
location updating reject cause 13
encryption ${bsc.net.encryption}
- authentication ${bsc.net.authentication}
neci 1
rrlp mode none
mm info 1
--
To view, visit https://gerrit.osmocom.org/5091
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3bb4189b33173245116018e437e113c6c1226639
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>