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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/3414
aoip: add newly needed osmo-msc point-code config
OsmoMSC no longer has a hard-coded point-code of 0.0.1. Configure it.
Change-Id: I54be984415445e695c583f35c419aed559ac5c84
---
M src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/14/3414/1
diff --git a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
index 89982e0..314450b 100644
--- a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
@@ -16,9 +16,13 @@
auth policy ${msc.net.auth_policy}
location updating reject cause 13
encryption ${msc.net.encryption}
+cs7 instance 0
+ point-code 0.0.1
msc
mgcpgw remote-ip ${mgcpgw.ip_address.addr}
assign-tmsi
+ cs7-instance-iu 0
+ cs7-instance-a 0
ctrl
bind ${msc.ip_address.addr}
smpp
--
To view, visit https://gerrit.osmocom.org/3414
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I54be984415445e695c583f35c419aed559ac5c84
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>