blob: 05fbb2fec8d4cc9384d81f2de48a5ba90d04e635 [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>
Neels Hofmeyr90843962017-09-04 15:04:35 +02005#include <osmocom/msc/gsm_data.h>
Harald Welte549faad2010-03-05 19:36:20 +01006
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 */