Change in osmo-bsc[master]: test neighbor ident vty docs

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Sep 27 19:57:21 UTC 2018


Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/11123 )

Change subject: test neighbor ident vty docs
......................................................................

test neighbor ident vty docs

Change-Id: I83a2b03c6a081c4ed3225d79d342913a261d9c1c
---
M tests/neighbor_ident.vty
1 file changed, 89 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/tests/neighbor_ident.vty b/tests/neighbor_ident.vty
index bbdb461..dadbe13 100644
--- a/tests/neighbor_ident.vty
+++ b/tests/neighbor_ident.vty
@@ -90,6 +90,95 @@
   neighbor del arfcn <0-1023> bsic (<0-63>|any)
 ...
 
+OsmoBSC(config-net-bts)# neighbor?
+  neighbor  Neighbor cell list
+
+OsmoBSC(config-net-bts)# neighbor ?
+  add  Add local or remote-BSS neighbor cell
+  del  Remove local or remote-BSS neighbor cell
+
+OsmoBSC(config-net-bts)# neighbor add ?
+  bts     Neighbor cell by local BTS number
+  lac     Neighbor cell by LAC
+  lac-ci  Neighbor cell by LAC and CI
+  cgi     Neighbor cell by cgi
+
+OsmoBSC(config-net-bts)# neighbor add bts ?
+  <0-255>  BTS number
+OsmoBSC(config-net-bts)# neighbor add bts 0 ?
+  <cr>  
+
+OsmoBSC(config-net-bts)# neighbor add lac ?
+  <0-65535>  LAC
+OsmoBSC(config-net-bts)# neighbor add lac 0 ?
+  arfcn  ARFCN of neighbor cell
+  <cr>   
+OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn ?
+  <0-1023>  ARFCN value
+OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn 0 ?
+  bsic  BSIC of neighbor cell
+OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn 0 bsic ?
+  <0-63>  BSIC value
+  any     for all BSICs / use any BSIC in this ARFCN
+OsmoBSC(config-net-bts)# neighbor add lac 0 arfcn 0 bsic 0 ?
+  <cr>  
+
+OsmoBSC(config-net-bts)# neighbor add lac-ci ?
+  <0-65535>  LAC
+OsmoBSC(config-net-bts)# neighbor add lac-ci 0 ?
+  <0-65535>  CI
+OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 ?
+  arfcn  ARFCN of neighbor cell
+  <cr>   
+OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn ?
+  <0-1023>  ARFCN value
+OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn 0 ?
+  bsic  BSIC of neighbor cell
+OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn 0 bsic ?
+  <0-63>  BSIC value
+  any     for all BSICs / use any BSIC in this ARFCN
+OsmoBSC(config-net-bts)# neighbor add lac-ci 0 0 arfcn 0 bsic 0 ?
+  <cr>  
+
+OsmoBSC(config-net-bts)# neighbor add cgi ?
+  <0-999>  MCC
+OsmoBSC(config-net-bts)# neighbor add cgi 0 ?
+  <0-999>  MNC
+OsmoBSC(config-net-bts)# neighbor add cgi 0 0 ?
+  <0-65535>  LAC
+OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 ?
+  <0-65535>  CI
+OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 ?
+  arfcn  ARFCN of neighbor cell
+OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn ?
+  <0-1023>  ARFCN value
+OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn 0 ?
+  bsic  BSIC of neighbor cell
+OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn 0 bsic ?
+  <0-63>  BSIC value
+  any     for all BSICs / use any BSIC in this ARFCN
+OsmoBSC(config-net-bts)# neighbor add cgi 0 0 0 0 arfcn 0 bsic 0 ?
+  <cr>  
+
+OsmoBSC(config-net-bts)# neighbor del ?
+  bts    Neighbor cell by local BTS number
+  arfcn  ARFCN of neighbor cell
+
+OsmoBSC(config-net-bts)# neighbor del bts ?
+  <0-255>  BTS number
+OsmoBSC(config-net-bts)# neighbor del bts 0 ?
+  <cr>  
+
+OsmoBSC(config-net-bts)# neighbor del arfcn ?
+  <0-1023>  ARFCN value
+OsmoBSC(config-net-bts)# neighbor del arfcn 0 ?
+  bsic  BSIC of neighbor cell
+OsmoBSC(config-net-bts)# neighbor del arfcn 0 bsic ?
+  <0-63>  BSIC value
+  any     for all BSICs / use any BSIC in this ARFCN
+OsmoBSC(config-net-bts)# neighbor del arfcn 0 bsic 0 ?
+  <cr>  
+
 OsmoBSC(config-net-bts)# show running-config
 ... !neighbor add
 

-- 
To view, visit https://gerrit.osmocom.org/11123
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I83a2b03c6a081c4ed3225d79d342913a261d9c1c
Gerrit-Change-Number: 11123
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180927/146537fe/attachment.htm>


More information about the gerrit-log mailing list