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.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/3827
to look at the new patch set (#2).
doc/examples: add detailed cs7 config examples
Change-Id: I4da6724cd4348e92dfd06516f82af06c97277ef9
---
A doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
A doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
M osmoappdesc.py
3 files changed, 60 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/27/3827/2
diff --git a/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
new file mode 100644
index 0000000..3de478a
--- /dev/null
+++ b/doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg
@@ -0,0 +1,27 @@
+!
+! OsmoMSC configuration saved from vty
+!
+line vty
+ no login
+!
+network
+ network country code 1
+ mobile network code 1
+ short name OsmoMSC
+ long name OsmoMSC
+ auth policy closed
+ location updating reject cause 13
+ encryption a5 0
+ rrlp mode none
+ mm info 1
+cs7 instance 0
+ point-code 0.23.1
+ asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
+ ! where to reach the STP:
+ remote-ip 10.23.24.1
+! local-ip 10.23.24.1
+msc
+ cs7-instance-a 0
+ cs7-instance-iu 0
+ mgcpgw remote-ip 10.23.24.1
+ assign-tmsi
diff --git a/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
new file mode 100644
index 0000000..3c38445
--- /dev/null
+++ b/doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg
@@ -0,0 +1,29 @@
+!
+! OsmoMSC configuration saved from vty
+!
+line vty
+ no login
+!
+network
+ network country code 1
+ mobile network code 1
+ short name OsmoMSC
+ long name OsmoMSC
+ auth policy closed
+ location updating reject cause 13
+ encryption a5 0
+ rrlp mode none
+ mm info 1
+cs7 instance 0
+ point-code 0.23.1
+ asp asp-clnt-OsmoMSC-A 2905 0 m3ua
+ remote-ip 10.23.24.1
+cs7 instance 1
+ point-code 0.23.2
+ asp asp-clnt-OsmoMSC-Iu 2905 0 m3ua
+ remote-ip 10.23.24.2
+msc
+ cs7-instance-a 0
+ cs7-instance-iu 1
+ mgcpgw remote-ip 10.23.24.1
+ assign-tmsi
diff --git a/osmoappdesc.py b/osmoappdesc.py
index be97a71..886c682 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -15,7 +15,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
app_configs = {
- "msc": ["doc/examples/osmo-msc/osmo-msc.cfg"],
+ "msc": ["doc/examples/osmo-msc/osmo-msc.cfg",
+ "doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg",
+ "doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg",
+ ],
}
apps = [(4254, "src/osmo-msc/osmo-msc", "OsmoMSC", "msc"),
--
To view, visit https://gerrit.osmocom.org/3827
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4da6724cd4348e92dfd06516f82af06c97277ef9
Gerrit-PatchSet: 2
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder