aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/gb/ns.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manuals/gb/ns.adoc')
-rw-r--r--doc/manuals/gb/ns.adoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/manuals/gb/ns.adoc b/doc/manuals/gb/ns.adoc
index ad39e716..c94e0184 100644
--- a/doc/manuals/gb/ns.adoc
+++ b/doc/manuals/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>>.