osmocom-bb/src/host/layer23/include/osmocom/bb/misc/locate.h

9 lines
136 B
C
Raw Normal View History

struct probe {
struct probe *next;
double x, y, dist;
};
int locate_cell(struct probe *probe_first, double *min_x, double *min_y);