laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32004 )
Change subject: chapters/abis: clarify which tool is used on what BTS model
......................................................................
chapters/abis: clarify which tool is used on what BTS model
Change-Id: I256b38ff78e88529e9eb045f7b299a46e552f3f8
---
M common/chapters/abis.adoc
1 file changed, 18 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/04/32004/1
diff --git a/common/chapters/abis.adoc b/common/chapters/abis.adoc
index a46abfa..8542a1d 100644
--- a/common/chapters/abis.adoc
+++ b/common/chapters/abis.adoc
@@ -28,17 +28,18 @@
=== Locate Abis/IP based BTS
-We can use a tool called abisip-find to be able to find BTS which is
+We can use a tool called `abisip-find` to be able to find BTS which is
connected in the network. This tool is located in the OsmoBSC project
-repository under:
+source code repository under:
'./src/ipaccess'
==== abisip-find
-abisip-find is a small command line tool which is used to search and
-find BTS devices in your network (e.g. sysmoBTS, nanoBTS).
+`abisip-find` is a small command line tool which is used to search and
+find BTS devices in your network (e.g. sysmoBTS, nanoBTS, or in general
+any BTS using `osmo-bts`).
It uses broadcast packets of the UDP variant of the Abis-IP protocol
on port 3006, and thus will find any BTS that can be reached by the
@@ -82,8 +83,10 @@
==== ipaccess-config
This program is very helpful tool which is used to configure Unit ID and
-Primary OML IP. You can find this tool in the OsmoBSC repository under:
-'./src/ipaccess'
+Primary OML IP of ip.access nanoBTS devices. It is specific to those
+devices and *not compatible with osmo-bts*.
+
+You can find this tool in the OsmoBSC repository under: './src/ipaccess'
.Example: using ipaccess-config to configure Unit ID and Primary OML IP of
--
To view, visit
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32004
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: I256b38ff78e88529e9eb045f7b299a46e552f3f8
Gerrit-Change-Number: 32004
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange