Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-06-03 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: neels 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Wed, 03 Jun 2020 12:51:34 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-06-03 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..

manual: link to new common cs7-config.adoc, remove some dup of that

Related: OS#2767
Depends: Ia2508d4c7b0fef9cdc57e7e122799a480e340bf7 (osmo-gsm-manuals)
Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
---
A TODO-RELEASE
M doc/manuals/chapters/running.adoc
M doc/manuals/osmomsc-usermanual.adoc
3 files changed, 21 insertions(+), 23 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/TODO-RELEASE b/TODO-RELEASE
new file mode 100644
index 000..dde4b72
--- /dev/null
+++ b/TODO-RELEASE
@@ -0,0 +1,10 @@
+# When cleaning up this file: bump API version in corresponding Makefile.am 
and rename corresponding debian/lib*.install
+# according to 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
+# In short:
+# LIBVERSION=c:r:a
+# If the library source code has changed at all since the last update, then 
increment revision: c:r + 1:a.
+# If any interfaces have been added, removed, or changed since the last 
update: c + 1:0:0.
+# If any interfaces have been added since the last public release: c:r:a + 1.
+# If any interfaces have been removed or changed since the last public 
release: c:r:0.
+#library   whatdescription / commit summary line
+manual needs common chapter cs7-config.adoc from 
osmo-gsm-manuals > 0.3.0
diff --git a/doc/manuals/chapters/running.adoc 
b/doc/manuals/chapters/running.adoc
index e8320a7..688fbbe 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -107,20 +107,21 @@

  Configure SCCP/M3UA to accept _A_ and _IuCS_ links

-OsmoMSC will contact an STP instance to establish an SCCP/M3UA link. BSC and
-HNBGW will then reach the MSC via this link. By default, an STP instance is
-assumed to listen on the default M3UA port (2905) on the local host.
+OsmoMSC acts as client to contact an STP instance and establish an SCCP/M3UA
+link.

-Establishing an SCCP/M3UA link towards an STP instance not on the local host
-can be configured as follows:
+An example configuration of OsmoMSC's SCCP link:

 
 cs7 instance 0
- asp my-OsmoMSC 2905 0 m3ua
-  ! IP address of the remote STP:
-  remote-ip 10.23.24.1
+ point-code 0.23.1
+ asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
+  remote-ip 127.0.0.1
+  sctp-role client
 

+This configuration is explained in detail in <>.
+
 Note that _A_ and _IuCS_ may use different SCCP instances, if so desired:

 
@@ -135,21 +136,6 @@
  cs7-instance-iu 1
 

-A full configuration needs an `asp` on an `as` -- an Application Server Process
-running on an Application Server -- as well as a local point code and routing
-configuration. The SCCP VTY automatically creates those parts that are missing,
-by assuming sane defaults. A complete configuration would look like this:
-
-
-cs7 instance 0
- point-code 0.23.1
- asp my-OsmoMSC-A-Iu 2905 0 m3ua
-  remote-ip 127.0.0.1
- as my-as-for-OsmoMSC-A-Iu m3ua
-  asp my-OsmoMSC-A-Iu
-  routing-key 0 0.23.1
-
-
  Configure GSUP to reach the HLR

 OsmoMSC will assume a GSUP server (OsmoHLR) to run on the local host and the
diff --git a/doc/manuals/osmomsc-usermanual.adoc 
b/doc/manuals/osmomsc-usermanual.adoc
index d680a51..848d9c0 100644
--- a/doc/manuals/osmomsc-usermanual.adoc
+++ b/doc/manuals/osmomsc-usermanual.adoc
@@ -22,6 +22,8 @@

 include::./common/chapters/logging.adoc[]

+include::./common/chapters/cs7-config.adoc[]
+
 include::{srcdir}/chapters/net.adoc[]

 include::./common/chapters/smpp.adoc[]

--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 3
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: neels 
Gerrit-CC: pespin 
Gerrit-MessageType: merged


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-06-02 Thread neels
neels has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2:

ping


--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-CC: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Tue, 02 Jun 2020 20:06:26 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-05-19 Thread neels
neels has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2:

(1 comment)

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc
File doc/manuals/chapters/running.adoc:

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc@104
PS2, Line 104:   sctp-role client
> Please explicitly state the AS and ASP. […]
And then, would they also be surprised not to see a routing-key configured?
For typical osmocom usage, adding a routing-key complicates things. So I had it 
in the example, only commented out.
That precisely is where the discussion started: I should remove that comment.
See here: 
https://gerrit.osmocom.org/c/osmo-bsc/+/17503/2/doc/manuals/chapters/running.adoc#91
So then I went with the minimal example that works with osmocom, omitting any 
automatically added config.
The final and merged patch set of above link resembles exactly this patch here.
I think that is still the best way. This is supposed to be a minimal hint to 
get a configuration working quickly. The full explanation is in <>.

But I am glad to adhere to finally get this merged, if we can't merge it as-is.
To be clear, I should add the AS and ASP, but not the routing-key?



--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-CC: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Tue, 19 May 2020 20:53:05 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin 
Comment-In-Reply-To: neels 
Comment-In-Reply-To: laforge 
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-04-28 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2:

(1 comment)

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc
File doc/manuals/chapters/running.adoc:

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc@104
PS2, Line 104:   sctp-role client
> my aim was to show a quick working example to set both PC and IP […]
Please explicitly state the AS and ASP.  Anyone with a SIGTRAN background will 
be surprised to only see one but not the other, IMHO.



--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-CC: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Tue, 28 Apr 2020 16:40:59 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin 
Comment-In-Reply-To: neels 
Comment-In-Reply-To: laforge 
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-04-28 Thread neels
neels has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2:

(1 comment)

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc
File doc/manuals/chapters/running.adoc:

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc@104
PS2, Line 104:   sctp-role client
> I think it is confusing to the user. […]
my aim was to show a quick working example to set both PC and IP
and leave all the details of what is a full config to the common chapter.

I don't really mind which it is going to be, since the full explanation is in 
the
common chapter linked below.

Note that we merged 
https://gerrit.osmocom.org/c/osmo-iuh/+/17505/3/doc/manuals/chapters/running.adoc
and 
https://gerrit.osmocom.org/c/osmo-sgsn/+/17507/2/doc/manuals/chapters/configuration.adoc
which actually go in opposite directions on this.
So let's converge on an opinion which it should be and I'll adjust all the 
others...



-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-CC: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Tue, 28 Apr 2020 12:46:46 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin 
Comment-In-Reply-To: neels 
Comment-In-Reply-To: laforge 
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-04-01 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2:

(1 comment)

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc
File doc/manuals/chapters/running.adoc:

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc@104
PS2, Line 104:   sctp-role client
> it's not necessary; that's explained in <> ;)
I think it is confusing to the user.  If I have read anything about SIGTRAN, 
then I would assume both an AS and an ASP needs to be configured.  Having only 
either of the two just seems odd...



--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-CC: laforge 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Wed, 01 Apr 2020 10:11:13 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin 
Comment-In-Reply-To: neels 
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-03-30 Thread neels
neels has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2:

(1 comment)

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc
File doc/manuals/chapters/running.adoc:

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc@104
PS2, Line 104:   sctp-role client
> so you removed the AS altogether?
it's not necessary; that's explained in <> ;)



--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels 
Gerrit-CC: pespin 
Gerrit-Comment-Date: Mon, 30 Mar 2020 16:28:02 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin 
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-03-30 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 2:

(1 comment)

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc
File doc/manuals/chapters/running.adoc:

https://gerrit.osmocom.org/c/osmo-msc/+/17580/2/doc/manuals/chapters/running.adoc@104
PS2, Line 104:   sctp-role client
so you removed the AS altogether?



--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin 
Gerrit-Comment-Date: Mon, 30 Mar 2020 16:25:00 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-03-30 Thread neels
Hello Jenkins Builder,

I'd like you to reexamine a change. Please visit

https://gerrit.osmocom.org/c/osmo-msc/+/17580

to look at the new patch set (#2).

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..

manual: link to new common cs7-config.adoc, remove some dup of that

Related: OS#2767
Depends: Ia2508d4c7b0fef9cdc57e7e122799a480e340bf7 (osmo-gsm-manuals)
Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
---
A TODO-RELEASE
M doc/manuals/chapters/running.adoc
M doc/manuals/osmomsc-usermanual.adoc
3 files changed, 21 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/80/17580/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 2
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin 
Gerrit-MessageType: newpatchset


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-03-23 Thread pespin
pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )

Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..


Patch Set 1:

(1 comment)

https://gerrit.osmocom.org/c/osmo-msc/+/17580/1/doc/manuals/chapters/running.adoc
File doc/manuals/chapters/running.adoc:

https://gerrit.osmocom.org/c/osmo-msc/+/17580/1/doc/manuals/chapters/running.adoc@107
PS1, Line 107:   #routing-key 2 0.23.1
what about this comment?



--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin 
Gerrit-Comment-Date: Mon, 23 Mar 2020 22:46:57 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


Change in osmo-msc[master]: manual: link to new common cs7-config.adoc, remove some dup of that

2020-03-23 Thread neels
neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/17580 )


Change subject: manual: link to new common cs7-config.adoc, remove some dup of 
that
..

manual: link to new common cs7-config.adoc, remove some dup of that

Related: OS#2767
Depends: Ia2508d4c7b0fef9cdc57e7e122799a480e340bf7 (osmo-gsm-manuals)
Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
---
A TODO-RELEASE
M doc/manuals/chapters/running.adoc
M doc/manuals/osmomsc-usermanual.adoc
3 files changed, 24 insertions(+), 23 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/80/17580/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
new file mode 100644
index 000..dde4b72
--- /dev/null
+++ b/TODO-RELEASE
@@ -0,0 +1,10 @@
+# When cleaning up this file: bump API version in corresponding Makefile.am 
and rename corresponding debian/lib*.install
+# according to 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
+# In short:
+# LIBVERSION=c:r:a
+# If the library source code has changed at all since the last update, then 
increment revision: c:r + 1:a.
+# If any interfaces have been added, removed, or changed since the last 
update: c + 1:0:0.
+# If any interfaces have been added since the last public release: c:r:a + 1.
+# If any interfaces have been removed or changed since the last public 
release: c:r:0.
+#library   whatdescription / commit summary line
+manual needs common chapter cs7-config.adoc from 
osmo-gsm-manuals > 0.3.0
diff --git a/doc/manuals/chapters/running.adoc 
b/doc/manuals/chapters/running.adoc
index 4bd3913..18fdad9 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -91,20 +91,24 @@

  Configure SCCP/M3UA to accept _A_ and _IuCS_ links

-OsmoMSC will contact an STP instance to establish an SCCP/M3UA link. BSC and
-HNBGW will then reach the MSC via this link. By default, an STP instance is
-assumed to listen on the default M3UA port (2905) on the local host.
+OsmoMSC acts as client to contact an STP instance and establish an SCCP/M3UA
+link.

-Establishing an SCCP/M3UA link towards an STP instance not on the local host
-can be configured as follows:
+An example configuration of OsmoMSC's SCCP link:

 
 cs7 instance 0
- asp my-OsmoMSC 2905 0 m3ua
-  ! IP address of the remote STP:
-  remote-ip 10.23.24.1
+ point-code 0.23.1
+ asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
+  remote-ip 127.0.0.1
+  sctp-role client
+ as as-clnt-OsmoMSC-A-Iu m3ua
+  asp asp-clnt-OsmoMSC-A-Iu
+  #routing-key 2 0.23.1
 

+This configuration is explained in detail in <>.
+
 Note that _A_ and _IuCS_ may use different SCCP instances, if so desired:

 
@@ -119,21 +123,6 @@
  cs7-instance-iu 1
 
 
-A full configuration needs an `asp` on an `as` -- an Application Server Process
-running on an Application Server -- as well as a local point code and routing
-configuration. The SCCP VTY automatically creates those parts that are missing,
-by assuming sane defaults. A complete configuration would look like this:
-
-
-cs7 instance 0
- point-code 0.23.1
- asp my-OsmoMSC-A-Iu 2905 0 m3ua
-  remote-ip 127.0.0.1
- as my-as-for-OsmoMSC-A-Iu m3ua
-  asp my-OsmoMSC-A-Iu
-  routing-key 0 0.23.1
-
-
  Configure GSUP to reach the HLR

 OsmoMSC will assume a GSUP server (OsmoHLR) to run on the local host and the
diff --git a/doc/manuals/osmomsc-usermanual.adoc 
b/doc/manuals/osmomsc-usermanual.adoc
index d680a51..848d9c0 100644
--- a/doc/manuals/osmomsc-usermanual.adoc
+++ b/doc/manuals/osmomsc-usermanual.adoc
@@ -22,6 +22,8 @@

 include::./common/chapters/logging.adoc[]

+include::./common/chapters/cs7-config.adoc[]
+
 include::{srcdir}/chapters/net.adoc[]

 include::./common/chapters/smpp.adoc[]

--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17580
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ie88dd2c7f7318a31ae04fbd6930346d92141fde5
Gerrit-Change-Number: 17580
Gerrit-PatchSet: 1
Gerrit-Owner: neels 
Gerrit-MessageType: newchange