blob: 67d1f4ef7d90b44efcc1f93ae80a948f0a5b4949 [file] [log] [blame]
Harald Welte549faad2010-03-05 19:36:20 +01001#ifndef _OPENBSC_NWL_H
2#define _OPENBSC_NWL_H
3
4#include <stdint.h>
5#include <openbsc/gsm_data.h>
6
7void ipac_nwl_init(void);
8
9/* Start a NWL test. It will raise the S_IPAC_TEST_COMPLETE signal. */
Harald Welte887deab2010-03-06 11:38:05 +010010int ipac_nwl_test_start(struct gsm_bts_trx *trx, uint8_t testnr,
11 const uint8_t *phys_conf, unsigned int phys_conf_len);
Harald Welte549faad2010-03-05 19:36:20 +010012
Harald Weltec95cf102010-07-22 20:12:09 +020013int ipac_rxlevstat2whitelist(uint16_t *buf, const struct rxlev_stats *st, uint8_t min_rxlev,
14 uint16_t max_num_arfcns);
15
Harald Welte549faad2010-03-05 19:36:20 +010016#endif /* _OPENBSC_NWL_H */