-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradio_units_exist.json
More file actions
84 lines (84 loc) · 1.85 KB
/
radio_units_exist.json
File metadata and controls
84 lines (84 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"radio_units_existing": [
{
"ru_name": "RU78",
"service": "RadioUnit",
"latitude": -35.3729793,
"longitude": 150.464795,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU70",
"service": "RadioUnit",
"latitude": -35.38715,
"longitude": 150.44973,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU2",
"service": "RadioUnit",
"latitude": -35.3435119,
"longitude": 150.4733487,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU5",
"service": "RadioUnit",
"latitude": -35.3642498,
"longitude": 150.4727704,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU12",
"service": "RadioUnit",
"latitude": -35.35342,
"longitude": 150.46994,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU18",
"service": "RadioUnit",
"latitude": -35.3507432,
"longitude": 150.4663473,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU1",
"service": "RadioUnit",
"latitude": -35.3570363,
"longitude": 150.4744045,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU6",
"service": "RadioUnit",
"latitude": -35.3333823,
"longitude": 150.4737455,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU47",
"service": "RadioUnit",
"latitude": -35.3253723,
"longitude": 150.4772604,
"capacity_bandwidth": 10000,
"range_m": 500
},
{
"ru_name": "RU86",
"service": "RadioUnit",
"latitude": -35.3209558,
"longitude": 150.4432144,
"capacity_bandwidth": 10000,
"range_m": 500
}
]
}