aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoPCU
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-03-10 12:53:06 +0700
committerHarald Welte <laforge@gnumonks.org>2016-03-10 12:53:06 +0700
commit82637df70d46b316eec8ff939f15e22e59e029a8 (patch)
treee7b3f48efaa17acdaf09dfe52eff33b2545bd04e /OsmoPCU
parentbd41715e0bc8d1328fd1f321cdb621cb4897af6c (diff)
gb/NS: Clarify the language regarding the UDP port numbers / socket
Diffstat (limited to 'OsmoPCU')
-rw-r--r--OsmoPCU/gb/ns.adoc9
-rw-r--r--OsmoPCU/osmopcu-gb.adoc2
2 files changed, 6 insertions, 5 deletions
diff --git a/OsmoPCU/gb/ns.adoc b/OsmoPCU/gb/ns.adoc
index ad39e71..c94e018 100644
--- a/OsmoPCU/gb/ns.adoc
+++ b/OsmoPCU/gb/ns.adoc
@@ -219,8 +219,9 @@ This IE represents NSEI identity described in <<ident>> and 3GPP TS 08.16 ยง
[[ns_init]]
=== Gb NS Initialization / PCU bring-up
-OsmoPCU create NS listening socket using UDP port given by OsmoBTS via
-PCU socket. OsmoBTS in turn receive it from BSC. After that OsmoPCU
-tried to connect to remote NS ip:port over UDP using parameters
-received from BTS. Following successful connection the reset
+OsmoPCU binds and connects an UDP socket for NS using port numbers and IP
+information given by OsmoBTS via the PCU socket. OsmoBTS in turn
+receives this information from the BSC vi A-bis OML.
+
+Following successful initialization of the UDP socket, the reset
procedure is initiated as described in <<ns_reset>>.
diff --git a/OsmoPCU/osmopcu-gb.adoc b/OsmoPCU/osmopcu-gb.adoc
index fc70bc2..7598900 100644
--- a/OsmoPCU/osmopcu-gb.adoc
+++ b/OsmoPCU/osmopcu-gb.adoc
@@ -43,7 +43,7 @@ Use of other underlying protocols (e. g. Frame Relay) is not supported.
[options="header",width="50%",cols="35%,65%"]
|===
|TCP Port Number|Usage
-|23000|NS over UDP
+|23000|NS over UDP (default port)
|===
The NS-over-UDP link is established in the PCU -> SGSN direction, i.e.