aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/measurement.h
blob: e32c8e81584d0da1dce7eafdf3373b329d0f3678 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef OSMO_BTS_MEAS_H
#define OSMO_BTS_MEAS_H

#define MEAS_MAX_TIMING_ADVANCE 63
#define MEAS_MIN_TIMING_ADVANCE 0

int lchan_new_ul_meas(struct gsm_lchan *lchan, struct bts_ul_meas *ulm, uint32_t fn);

int lchan_meas_check_compute(struct gsm_lchan *lchan, uint32_t fn);

#endif