aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-07 19:34:05 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-12-07 19:34:05 +0100
commitfe76d58e06b9844a3a4b2c8bded589a38e5e4a2a (patch)
tree0652fd1d3519671a8550d3e12ff03fa27689de7c
parentc8e0cf628232d9a749d47b962b37719eae012e01 (diff)
common: bts: show 'OsmoBSC>' vty prompt by default, not OpenBSC
-rw-r--r--common/chapters/bts.adoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/chapters/bts.adoc b/common/chapters/bts.adoc
index 80c91d6..0a6c840 100644
--- a/common/chapters/bts.adoc
+++ b/common/chapters/bts.adoc
@@ -3,7 +3,7 @@
The main functionality of the BSC component is to manage BTSs. As such,
provisioning BTSs within the BSC is one of the most common tasks during
-BSC operation. Just like about anything else in OpenBSC, they are
+BSC operation. Just like about anything else in Osmocom, they are
configured using the VTY.
BTSs are internally numbered with integer numbers starting from "0" for
@@ -18,7 +18,7 @@ In order to view the status and properties of a BTS, you can issue the
information about all provisioned BTS numbers.
----
-OpenBSC> show bts 0
+OsmoBSC> show bts 0
BTS 0 is of nanobts type in band DCS1800, has CI 0 LAC 1, BSIC 63, TSC 7 and 1 TRX
Description: (null)
MS Max power: 15 dBm
@@ -77,11 +77,11 @@ In order to provision BTSs, you have to enter the BTS config node of the
VTY. In order to configure BTS 0, you can issue the following sequence
of commands:
----
-OpenBSC> enable
-OpenBSC# configure terminal
-OpenBSC(config)# network
-OpenBSC(config-net)# bts 0
-OpenBSC(config-net-bts)#
+OsmoBSC> enable
+OsmoBSC# configure terminal
+OsmoBSC(config)# network
+OsmoBSC(config-net)# bts 0
+OsmoBSC(config-net-bts)#
----
At this point, you have a plethora of commands, in fact an entire