aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/network_listen.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-06 11:38:05 +0100
committerHarald Welte <laforge@gnumonks.org>2010-07-22 21:54:19 +0200
commit887deabe38dd18dfc0c1eb7e81223dae10b3182d (patch)
tree7035fb8b87b9efcfbade6b4dae9f3c9bed70bd41 /openbsc/include/openbsc/network_listen.h
parent549faada213f3a446e6cf7d008c0e36cf8bf1c53 (diff)
ipaccess-config / network listen: ordered list of RxLevels
Use libosmocore 'rxlev_stat' module to generate an ordered list of ARFCN's, sorted by RxLev while performing test nr. 64
Diffstat (limited to 'openbsc/include/openbsc/network_listen.h')
-rw-r--r--openbsc/include/openbsc/network_listen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/network_listen.h b/openbsc/include/openbsc/network_listen.h
index afd0049b7..8ca5cd8d4 100644
--- a/openbsc/include/openbsc/network_listen.h
+++ b/openbsc/include/openbsc/network_listen.h
@@ -7,6 +7,7 @@
void ipac_nwl_init(void);
/* Start a NWL test. It will raise the S_IPAC_TEST_COMPLETE signal. */
-int ipac_nwl_test_start(struct gsm_bts_trx *trx, uint8_t testnr);
+int ipac_nwl_test_start(struct gsm_bts_trx *trx, uint8_t testnr,
+ const uint8_t *phys_conf, unsigned int phys_conf_len);
#endif /* _OPENBSC_NWL_H */