blob: a54c0269d8e7d8af23630aec4be269ce46a67011 [file] [log] [blame]
Neels Hofmeyr5dadf0a2020-10-28 03:19:44 +01001== Configure Cell Locations
2
3To determine geographic location estimates based on the serving cell, OsmoSMLC
4needs preconfigured global positions by latitude and longitude, for each cell of
5each BSC.
6
7On the `cells` configuration node, cell locations can be indicated by LAC and
8CI, or by Cell Global Identity. The following example configures the position
9for a cell by LAC 23 and CI 42:
10
11----
12cells
13 lac-ci 23 42 lat 12.3456 lon 23.4567
14----
15
16The following example configures the position by a Cell Global Identity with
17PLMN 001-01, LAC 2 and CI 3:
18
19----
20cells
21 cgi 001 01 2 3 lat 34.5678 lon 45.6789
22----
23
24If a cell's latitude and longitude is not configured, all location requests for
25subscribers served by that cell are answered by a BSSMAP-LE Perform Location
26Response without a Location Estimate and LCS Cause "Facility not supported".