aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/network_listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/network_listen.h')
-rw-r--r--openbsc/include/openbsc/network_listen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/network_listen.h b/openbsc/include/openbsc/network_listen.h
index 8ca5cd8d4..67d1f4ef7 100644
--- a/openbsc/include/openbsc/network_listen.h
+++ b/openbsc/include/openbsc/network_listen.h
@@ -10,4 +10,7 @@ void ipac_nwl_init(void);
int ipac_nwl_test_start(struct gsm_bts_trx *trx, uint8_t testnr,
const uint8_t *phys_conf, unsigned int phys_conf_len);
+int ipac_rxlevstat2whitelist(uint16_t *buf, const struct rxlev_stats *st, uint8_t min_rxlev,
+ uint16_t max_num_arfcns);
+
#endif /* _OPENBSC_NWL_H */