blob: 51dc00d3a8bb268c79430ff41ea00b8b79bc4a08 [file] [log] [blame]
Neels Hofmeyr72992152020-09-19 02:36:08 +02001OsmoSMLC> enable
2
3OsmoSMLC# show cells
4% No cell locations are configured
5
6OsmoSMLC# configure terminal
7
8OsmoSMLC(config)# cells?
9 cells Configure cell locations
10
11OsmoSMLC(config)# cells
12OsmoSMLC(config-cells)# list
13...
14 lac-ci <0-65535> <0-65535> lat LATITUDE lon LONGITUDE
15 no lac-ci <0-65535> <0-65535>
16 cgi <0-999> <0-999> <0-65535> <0-65535> lat LATITUDE lon LONGITUDE
17 no cgi <0-999> <0-999> <0-65535> <0-65535>
18
19OsmoSMLC(config-cells)# lac-ci?
20 lac-ci Cell location by LAC and CI
21OsmoSMLC(config-cells)# lac-ci ?
22 <0-65535> LAC
23OsmoSMLC(config-cells)# lac-ci 23 ?
24 <0-65535> CI
25OsmoSMLC(config-cells)# lac-ci 23 42 ?
26 lat Global latitute coordinate
27OsmoSMLC(config-cells)# lac-ci 23 42 lat ?
28 LATITUDE Latitude floating-point number, -90.0 (S) to 90.0 (N)
29OsmoSMLC(config-cells)# lac-ci 23 42 lat 23.23 ?
30 lon Global longitude coordinate
31OsmoSMLC(config-cells)# lac-ci 23 42 lat 23.23 lon ?
32 LONGITUDE Longitude as floating-point number, -180.0 (W) to 180.0 (E)
33OsmoSMLC(config-cells)# lac-ci 23 42 lat 23.23 lon 42.42 ?
34 <cr>
35
36OsmoSMLC(config-cells)# cgi?
37 cgi Cell location by Cell-Global ID
38OsmoSMLC(config-cells)# cgi ?
39 <0-999> MCC
40OsmoSMLC(config-cells)# cgi 001 ?
41 <0-999> MNC
42OsmoSMLC(config-cells)# cgi 001 02 ?
43 <0-65535> LAC
44OsmoSMLC(config-cells)# cgi 001 02 3 ?
45 <0-65535> CI
46OsmoSMLC(config-cells)# cgi 001 02 3 4 ?
47 lat Global latitute coordinate
48OsmoSMLC(config-cells)# cgi 001 02 3 4 lat ?
49 LATITUDE Latitude floating-point number, -90.0 (S) to 90.0 (N)
50OsmoSMLC(config-cells)# cgi 001 02 3 4 lat 1.1 ?
51 lon Global longitude coordinate
52OsmoSMLC(config-cells)# cgi 001 02 3 4 lat 1.1 lon ?
53 LONGITUDE Longitude as floating-point number, -180.0 (W) to 180.0 (E)
54OsmoSMLC(config-cells)# cgi 001 02 3 4 lat 1.1 lon 2.2 ?
55 <cr>
56
57OsmoSMLC(config-cells)# lac-ci 23 42 lat 23.23 lon 42.42
58OsmoSMLC(config-cells)# cgi 001 02 3 4 lat 1.1 lon 2.2
59
60OsmoSMLC(config-cells)# do show cells
61cells
62 lac-ci 23 42 lat 23.23 lon 42.42
63 cgi 001 02 3 4 lat 1.1 lon 2.2
64
65OsmoSMLC(config-cells)# show running-config
66...
67cells
68 lac-ci 23 42 lat 23.23 lon 42.42
69 cgi 001 02 3 4 lat 1.1 lon 2.2
70...
71
72OsmoSMLC(config-cells)# no lac-ci 99 99
73% cannot remove, no such entry
74OsmoSMLC(config-cells)# no cgi 009 08 7 6
75% cannot remove, no such entry
76
77OsmoSMLC(config-cells)# do show cells
78cells
79 lac-ci 23 42 lat 23.23 lon 42.42
80 cgi 001 02 3 4 lat 1.1 lon 2.2
81
82OsmoSMLC(config-cells)# lac-ci 23 42 lat 17.17 lon 18.18
83OsmoSMLC(config-cells)# do show cells
84cells
85 lac-ci 23 42 lat 17.17 lon 18.18
86 cgi 001 02 3 4 lat 1.1 lon 2.2
87
88OsmoSMLC(config-cells)# no lac-ci 23 42
89OsmoSMLC(config-cells)# no cgi 001 02 3 4
90
91OsmoSMLC(config-cells)# do show cells
92% No cell locations are configured