-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradio_units_exist.json
More file actions
44 lines (44 loc) · 963 Bytes
/
radio_units_exist.json
File metadata and controls
44 lines (44 loc) · 963 Bytes
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
{
"radio_units_existing": [
{
"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
}
]
}