L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDm
[osmocom-bb.git] / src / host / gsmmap / locate.h
1
2 struct probe {
3         struct probe *next;
4         double x, y, dist;
5 };
6
7 int locate_cell(struct probe *probe_first, double *min_x, double *min_y);
8