aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/chapters
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-10-27 17:28:49 +0200
committerlaforge <laforge@osmocom.org>2021-11-03 17:25:28 +0000
commit3ca2ae1d0ae25ccc320a0868fe7ddab92c66f989 (patch)
treed512da3fe8f928955f9c35251aaa9bed3f8ad076 /doc/manuals/chapters
parent085a92584fa95da2694052237f6c43a6909dc397 (diff)
bsc_ctrl_commands: change neighbor-list mode/arfcn via control interface
It is possible to change the neighbor-list mode via the VTY from automatic mode to manual neighbor-list configuration. In the manual mode, the user can add ARFCN values manually. This command can be found under the bts node. Lets add pendant of this command on the control interface as well. Change-Id: Id97bc0d31a358db6221c385761773fb48670c921 Related: SYS#5641
Diffstat (limited to 'doc/manuals/chapters')
-rw-r--r--doc/manuals/chapters/control.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manuals/chapters/control.adoc b/doc/manuals/chapters/control.adoc
index 091cdc632..695dd8063 100644
--- a/doc/manuals/chapters/control.adoc
+++ b/doc/manuals/chapters/control.adoc
@@ -68,6 +68,9 @@ TRX-specific commands are additionally prefixed with TRX number e. g.
|[bts.N.]handover2.penalty-time.failed-assignment|RW|No|<0-99999>,"default"|Time to suspend handover for a subscriber after a failed re-assignment within this cell.
|[bts.N.]handover2.retries|RW|No|<0-9>,"default"|Number of times to immediately retry a failed handover/assignment, before a penalty time is applied.
|handover2.congestion-check|RW|No|"disabled",<1-999>,"now"|Congestion check interval in seconds, "now" triggers immediate congestion check.
+|bts.N.neighbor-list.mode|WO|No|"automatic","manual","manual-si5"|Mode of Neighbor List generation.
+|bts.N.neighbor-list.add|WO|No|<0-1023>|Add to manual neighbor list.
+|bts.N.neighbor-list.del|WO|No|<0-1023>|Delete from manual neighbor list.
|===
[[notif]]