blob: 644e33070594245f3bbc4883aec38bac164422b9 [file] [log] [blame]
Neels Hofmeyr19bed232018-03-22 04:54:57 +01001OsmoBSC> ### Neighbor-BSS Cell Identifier List config
2
3OsmoBSC> list
4...
Neels Hofmeyr431e0852018-03-22 04:54:57 +01005 show bts <0-255> neighbor arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +01006...
7
8OsmoBSC> enable
9OsmoBSC# list
10...
Neels Hofmeyr431e0852018-03-22 04:54:57 +010011 show bts <0-255> neighbor arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +010012...
13
14OsmoBSC# configure terminal
15OsmoBSC(config)# network
16
17OsmoBSC(config-net)# bts 0
18OsmoBSC(config-net-bts)# type sysmobts
19OsmoBSC(config-net-bts)# base_station_id_code 10
20OsmoBSC(config-net-bts)# location_area_code 20
21OsmoBSC(config-net-bts)# cell_identity 30
22OsmoBSC(config-net-bts)# trx 0
23OsmoBSC(config-net-bts-trx)# arfcn 40
24OsmoBSC(config-net-bts-trx)# exit
25OsmoBSC(config-net-bts)# exit
26
27OsmoBSC(config-net)# bts 1
28OsmoBSC(config-net-bts)# type sysmobts
29OsmoBSC(config-net-bts)# base_station_id_code 11
30OsmoBSC(config-net-bts)# location_area_code 21
31OsmoBSC(config-net-bts)# cell_identity 31
32OsmoBSC(config-net-bts)# trx 0
33OsmoBSC(config-net-bts-trx)# arfcn 41
34OsmoBSC(config-net-bts-trx)# exit
35OsmoBSC(config-net-bts)# exit
36
37OsmoBSC(config-net)# bts 2
38OsmoBSC(config-net-bts)# type sysmobts
39OsmoBSC(config-net-bts)# base_station_id_code 12
40OsmoBSC(config-net-bts)# location_area_code 22
Neels Hofmeyr4122c152018-08-27 00:46:45 +020041OsmoBSC(config-net-bts)# cell_identity 65535
Neels Hofmeyr19bed232018-03-22 04:54:57 +010042OsmoBSC(config-net-bts)# trx 0
43OsmoBSC(config-net-bts-trx)# arfcn 42
44OsmoBSC(config-net-bts-trx)# exit
45OsmoBSC(config-net-bts)# exit
46
47OsmoBSC(config-net)# show running-config
48...
49 bts 0
50...
51 cell_identity 30
52 location_area_code 20
53 base_station_id_code 10
54...
55 trx 0
56...
57 arfcn 40
58...
59 bts 1
60...
61 cell_identity 31
62 location_area_code 21
63 base_station_id_code 11
64...
65 trx 0
66...
67 arfcn 41
68...
69 bts 2
70...
Neels Hofmeyr4122c152018-08-27 00:46:45 +020071 cell_identity 65535
Neels Hofmeyr19bed232018-03-22 04:54:57 +010072 location_area_code 22
73 base_station_id_code 12
74...
75 trx 0
76...
77 arfcn 42
78...
79
80OsmoBSC(config-net)# bts 0
81OsmoBSC(config-net-bts)# list
82...
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020083 neighbor bts <0-255>
84 neighbor lac <0-65535>
85 neighbor lac-ci <0-65535> <0-65535>
86 neighbor lac <0-65535> arfcn <0-1023> bsic (<0-63>|any)
87 neighbor lac-ci <0-65535> <0-65535> arfcn <0-1023> bsic (<0-63>|any)
88 neighbor cgi <0-999> <0-999> <0-65535> <0-65535> arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +010089 neighbor del bts <0-255>
Neels Hofmeyr431e0852018-03-22 04:54:57 +010090 neighbor del arfcn <0-1023> bsic (<0-63>|any)
Neels Hofmeyr19bed232018-03-22 04:54:57 +010091...
92
Neels Hofmeyrceb4c112018-09-21 01:47:45 +020093OsmoBSC(config-net-bts)# neighbor?
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020094 neighbor Manage local and remote-BSS neighbor cells
Neels Hofmeyrceb4c112018-09-21 01:47:45 +020095
96OsmoBSC(config-net-bts)# neighbor ?
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +020097 bts Add Neighbor cell by local BTS number
98 lac Add Neighbor cell by LAC
99 lac-ci Add Neighbor cell by LAC and CI
100 cgi Add Neighbor cell by cgi
101 del Remove local or remote-BSS neighbor cell
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200102
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200103OsmoBSC(config-net-bts)# neighbor bts ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200104 <0-255> BTS number
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200105OsmoBSC(config-net-bts)# neighbor bts 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200106 <cr>
107
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200108OsmoBSC(config-net-bts)# neighbor lac ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200109 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200110OsmoBSC(config-net-bts)# neighbor lac 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200111 arfcn ARFCN of neighbor cell
112 <cr>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200113OsmoBSC(config-net-bts)# neighbor lac 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200114 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200115OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200116 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200117OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200118 <0-63> BSIC value
119 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200120OsmoBSC(config-net-bts)# neighbor lac 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200121 <cr>
122
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200123OsmoBSC(config-net-bts)# neighbor lac-ci ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200124 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200125OsmoBSC(config-net-bts)# neighbor lac-ci 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200126 <0-65535> CI
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200127OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200128 arfcn ARFCN of neighbor cell
129 <cr>
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200130OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200131 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200132OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200133 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200134OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200135 <0-63> BSIC value
136 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200137OsmoBSC(config-net-bts)# neighbor lac-ci 0 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200138 <cr>
139
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200140OsmoBSC(config-net-bts)# neighbor cgi ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200141 <0-999> MCC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200142OsmoBSC(config-net-bts)# neighbor cgi 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200143 <0-999> MNC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200144OsmoBSC(config-net-bts)# neighbor cgi 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200145 <0-65535> LAC
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200146OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200147 <0-65535> CI
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200148OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200149 arfcn ARFCN of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200150OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200151 <0-1023> ARFCN value
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200152OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200153 bsic BSIC of neighbor cell
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200154OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 bsic ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200155 <0-63> BSIC value
156 any for all BSICs / use any BSIC in this ARFCN
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200157OsmoBSC(config-net-bts)# neighbor cgi 0 0 0 0 arfcn 0 bsic 0 ?
Neels Hofmeyrceb4c112018-09-21 01:47:45 +0200158 <cr>
159
160OsmoBSC(config-net-bts)# neighbor del ?
161 bts Neighbor cell by local BTS number
162 arfcn ARFCN of neighbor cell
163
164OsmoBSC(config-net-bts)# neighbor del bts ?
165 <0-255> BTS number
166OsmoBSC(config-net-bts)# neighbor del bts 0 ?
167 <cr>
168
169OsmoBSC(config-net-bts)# neighbor del arfcn ?
170 <0-1023> ARFCN value
171OsmoBSC(config-net-bts)# neighbor del arfcn 0 ?
172 bsic BSIC of neighbor cell
173OsmoBSC(config-net-bts)# neighbor del arfcn 0 bsic ?
174 <0-63> BSIC value
175 any for all BSICs / use any BSIC in this ARFCN
176OsmoBSC(config-net-bts)# neighbor del arfcn 0 bsic 0 ?
177 <cr>
178
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100179OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200180... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100181
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200182OsmoBSC(config-net-bts)# ! BSIC out of range
183OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 64
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100184% Unknown command.
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100185
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200186OsmoBSC(config-net-bts)# neighbor bts 0
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100187% Error: cannot add local BTS 0 as neighbor to BTS 0: Invalid argument
188
189OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200190... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100191
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200192OsmoBSC(config-net-bts)# neighbor bts 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100193% BTS 0 now has local neighbor BTS 1 with LAC 21 CI 31 and ARFCN 41 BSIC 11
194
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200195OsmoBSC(config-net-bts)# neighbor lac 22
Neels Hofmeyr4122c152018-08-27 00:46:45 +0200196% BTS 0 now has local neighbor BTS 2 with LAC 22 CI 65535 and ARFCN 42 BSIC 12
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100197
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200198OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100199% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
200
201OsmoBSC(config-net-bts)# ### adding the same entry again results in no change
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200202OsmoBSC(config-net-bts)# neighbor bts 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100203% BTS 0 already had local neighbor BTS 1 with LAC 21 CI 31 and ARFCN 41 BSIC 11
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200204OsmoBSC(config-net-bts)# neighbor lac-ci 21 31
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100205% BTS 0 already had local neighbor BTS 1 with LAC 21 CI 31 and ARFCN 41 BSIC 11
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200206OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100207% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200208OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100209% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200210OsmoBSC(config-net-bts)# neighbor cgi 23 42 423 5 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100211% BTS 0 to ARFCN 23 BSIC 42 now has 1 remote BSS Cell Identifier List entry
212
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200213OsmoBSC(config-net-bts)# neighbor cgi 23 042 423 6 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100214% BTS 0 to ARFCN 23 BSIC 42 now has 2 remote BSS Cell Identifier List entries
215
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200216OsmoBSC(config-net-bts)# neighbor lac 456 arfcn 123 bsic 45
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100217% BTS 0 to ARFCN 123 BSIC 45 now has 1 remote BSS Cell Identifier List entry
218
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200219OsmoBSC(config-net-bts)# neighbor cgi 23 042 234 56 arfcn 23 bsic 42
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100220% BTS 0 to ARFCN 23 BSIC 42 now has 3 remote BSS Cell Identifier List entries
221
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200222OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic any
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100223% BTS 0 to ARFCN 423 (any BSIC) now has 1 remote BSS Cell Identifier List entry
224
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200225OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic 63
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100226% BTS 0 to ARFCN 423 BSIC 63 now has 1 remote BSS Cell Identifier List entry
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100227
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200228OsmoBSC(config-net-bts)# neighbor lac-ci 789 10 arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100229% BTS 0 to ARFCN 423 BSIC 1 now has 1 remote BSS Cell Identifier List entry
230
231OsmoBSC(config-net-bts)# show running-config
232...
233network
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200234... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100235 bts 0
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200236... !neighbor
237 neighbor lac-ci 21 31
238 neighbor lac-ci 22 65535
239 neighbor cgi 023 42 423 5 arfcn 23 bsic 42
240 neighbor cgi 023 042 423 6 arfcn 23 bsic 42
241 neighbor cgi 023 042 234 56 arfcn 23 bsic 42
242 neighbor lac 456 arfcn 123 bsic 45
243 neighbor lac-ci 789 10 arfcn 423 bsic any
244 neighbor lac-ci 789 10 arfcn 423 bsic 63
245 neighbor lac-ci 789 10 arfcn 423 bsic 1
246... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100247
248OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 99 bsic any
249% No entry for BTS 0 to ARFCN 99 (any BSIC)
250
251OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 41 bsic any
252% BTS 0 to ARFCN 41 (any BSIC) resolves to local BTS 1 lac-ci 21 31
253
254OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 1
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200255% neighbor lac-ci 789 10 arfcn 423 bsic 1
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100256
257OsmoBSC(config-net-bts)# do show bts 0 neighbor arfcn 423 bsic 23
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200258% neighbor lac-ci 789 10 arfcn 423 bsic 23
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100259
260OsmoBSC(config-net-bts)# neighbor del arfcn 99 bsic 7
261% Cannot remove, no such neighbor: BTS 0 to ARFCN 99 BSIC 7
262
263OsmoBSC(config-net-bts)# neighbor del arfcn 23 bsic 42
264% Removed remote BSS neighbor BTS 0 to ARFCN 23 BSIC 42
265
266OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200267... !neighbor
268 neighbor lac-ci 21 31
269 neighbor lac-ci 22 65535
270 neighbor lac 456 arfcn 123 bsic 45
271 neighbor lac-ci 789 10 arfcn 423 bsic any
272 neighbor lac-ci 789 10 arfcn 423 bsic 63
273 neighbor lac-ci 789 10 arfcn 423 bsic 1
274... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100275
276OsmoBSC(config-net-bts)# neighbor del arfcn 123 bsic 45
277% Removed remote BSS neighbor BTS 0 to ARFCN 123 BSIC 45
278
279OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200280... !neighbor
281 neighbor lac-ci 21 31
282 neighbor lac-ci 22 65535
283 neighbor lac-ci 789 10 arfcn 423 bsic any
284 neighbor lac-ci 789 10 arfcn 423 bsic 63
285 neighbor lac-ci 789 10 arfcn 423 bsic 1
286... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100287
288OsmoBSC(config-net-bts)# neighbor del arfcn 423 bsic any
289% Removed remote BSS neighbor BTS 0 to ARFCN 423 (any BSIC)
290
291OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200292... !neighbor
293 neighbor lac-ci 21 31
294 neighbor lac-ci 22 65535
295 neighbor lac-ci 789 10 arfcn 423 bsic 63
296 neighbor lac-ci 789 10 arfcn 423 bsic 1
297... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100298
Neels Hofmeyr431e0852018-03-22 04:54:57 +0100299OsmoBSC(config-net-bts)# neighbor del arfcn 423 bsic 63
300% Removed remote BSS neighbor BTS 0 to ARFCN 423 BSIC 63
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100301
302OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200303... !neighbor
304 neighbor lac-ci 21 31
305 neighbor lac-ci 22 65535
306 neighbor lac-ci 789 10 arfcn 423 bsic 1
307... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100308
309OsmoBSC(config-net-bts)# neighbor del arfcn 423 bsic 1
310% Removed remote BSS neighbor BTS 0 to ARFCN 423 BSIC 1
311
312OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200313... !neighbor
314 neighbor lac-ci 21 31
315 neighbor lac-ci 22 65535
316... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100317
318OsmoBSC(config-net-bts)# neighbor del arfcn 41 bsic any
319% Removed local neighbor bts 0 to bts 1
320
321OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200322... !neighbor
323 neighbor lac-ci 22 65535
324... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100325
326OsmoBSC(config-net-bts)# neighbor del arfcn 41 bsic any
327% Cannot remove, no such neighbor: BTS 0 to ARFCN 41 (any BSIC)
328
329OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200330... !neighbor
331 neighbor lac-ci 22 65535
332... !neighbor
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100333
334OsmoBSC(config-net-bts)# neighbor del arfcn 42 bsic 12
335% Removed local neighbor bts 0 to bts 2
336
337OsmoBSC(config-net-bts)# show running-config
Neels Hofmeyrc7365ae2018-09-21 01:43:25 +0200338... !neighbor