aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-12 08:01:22 +0900
committerHarald Welte <laforge@gnumonks.org>2017-11-12 08:01:22 +0900
commit93643560dc12bc9b991eba9b86c32d551906986d (patch)
tree803461b882e36e1447ea571a59b5888bc6761507
parenta410c43ab84f14ca41784e775e68154f8a8c88d1 (diff)
STP: cosmetic fixes/improvements
-rw-r--r--common/chapters/sigtran-osmocom.adoc23
-rw-r--r--common/chapters/sigtran.adoc6
2 files changed, 16 insertions, 13 deletions
diff --git a/common/chapters/sigtran-osmocom.adoc b/common/chapters/sigtran-osmocom.adoc
index 82ee2ac..69de0cc 100644
--- a/common/chapters/sigtran-osmocom.adoc
+++ b/common/chapters/sigtran-osmocom.adoc
@@ -303,16 +303,18 @@ port.
A SS7 User is part of a program that binds to a given MTP-Layer
Service Indicator (SI). The Osmocom SS7 stack offers an API to
-register SS7 Users, as well as the VTY command ``show cs7 instance
-<0-15> users'' to list the currently registered users.
+register SS7 Users, as well as the VTY command `show cs7 instance <0-15>
+users` to list the currently registered users.
=== Osmocom SS7 Links
-TBD.
+Conceptually, SS7 links are on the same level as SIGTRAN ASPs. The
+details of SS7 Links in the Osmocom implementation are TBD.
=== Osmocom SS7 Linksets
-TBD.
+Conceptually, SS7 Linksets are on the same level as SIGTRAN ASs. The
+details of SS7 Links in the Osmocom implementation are TBD.
=== Osmocom SS7 Application Servers
@@ -347,7 +349,7 @@ An AS has the following properties:
An Application Server Process corresponds to a given SCTP (or TCP)
connection. From the STP/SG (Server) point-of-view, those are
incoming connections from Application Servers such as the BSCs. From
-the ASP (Client) Point of view, it has one ``osmo_ss7_asp'' object for
+the ASP (Client) Point of view, it has one `osmo_ss7_asp` object for
each outbound SIGTARN connection.
An ASP has the following properties:
@@ -398,7 +400,7 @@ this SSN.
There is an API to bind a program to a SSN, which implicitly generates
an SCCP User object.
-The ``show cs7 instance <0-15> sccp users'' command can be used on the
+The `show cs7 instance <0-15> sccp users` command can be used on the
VTY to obtain a list of currently bound SCCP users, as well as their
corresponding SSNs.
@@ -412,7 +414,7 @@ the A or Iu interfaces, this means that every dedicated radio channel
that is currently active to any UE/MS has one SCCP connection to the
MSC and/or SGSN.
-The ``show cs7 instance <0-15> sccp connections'' command can be used
+The `show cs7 instance <0-15> sccp connections` command can be used
on the VTY to obtain a list of currently active SCCP connections, as
well as their source/destination and current state.
@@ -421,12 +423,13 @@ well as their source/destination and current state.
The Osmocom SCCP User SAP (Service Access Point) is the programming
interface between the SCCP Provider (libosmo-sigtran) and the SCCP
-User. It follows primitives as laid out in <<itu-t-q711>>, encapsulated
-in ``osmo_prim'' structures.
+User (such as osmo-bsc, osmo-msc, osmo-hnbgw, etc.). It follows
+primitives as laid out in <<itu-t-q711>>, encapsulated in `osmo_prim`
+structures.
=== Osmocom MTP User SAP
The Osmocom MTP User SAP (Service Access Point) is the programming
interface between the MTP Provider and the MTP User (e.g. SCCP). It
follows primitives as laid out in <<itu-t-q711>>, encapsulated in
-``osmo_prim'' structures.
+`osmo_prim` structures.
diff --git a/common/chapters/sigtran.adoc b/common/chapters/sigtran.adoc
index fc5c725..371801a 100644
--- a/common/chapters/sigtran.adoc
+++ b/common/chapters/sigtran.adoc
@@ -12,7 +12,7 @@ following interfaces:
* _IuCS_ interface between RNC (or HNB-GW) and MSC
* _IuPS_ interface between RNC (or HNB-GW) and SGSN
-NOTE:: This does not include the A-bis interface between BTS and BSC.
+NOTE: This does not include the A-bis interface between BTS and BSC.
While Abis traditionally is spoken over the same physical TDM circuits
as SS7, the protocol stack from L2 upwards is quite different (Abis
uses LAPD, while SS7 uses MTP)!
@@ -300,14 +300,14 @@ SUA is specified in <<ietf-rfc3868>>.
M2UA is specified in <<ietf-rfc3331>>.
-NOTE:: M2UA is not supported in Osmocom SIGTRAN up to this point. Let
+NOTE: M2UA is not supported in Osmocom SIGTRAN up to this point. Let
us know if we can implement it for you!
===== MTP2-User Peer-to-Peer Adaptation (M2PA)
M2PA is specified in <<ietf-rfc4165>>.
-NOTE:: M2PA is not supported in Osmocom SIGTRAN up to this point. Let
+NOTE: M2PA is not supported in Osmocom SIGTRAN up to this point. Let
us know if we can implement it for you!