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

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

int trx_meas_check_compute(struct gsm_bts_trx *trx, uint32_t fn);

#endif