From 549faada213f3a446e6cf7d008c0e36cf8bf1c53 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 5 Mar 2010 19:36:20 +0100 Subject: move ip.access netowrk listen (NWL) to network_listen.c Also, we now re-start the network listen test after it has finished, so if you run a test from ipaccess-find, the test will get re-started and re-started all the time. --- openbsc/include/openbsc/abis_nm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/abis_nm.h') diff --git a/openbsc/include/openbsc/abis_nm.h b/openbsc/include/openbsc/abis_nm.h index b3bf27e9b..13c074686 100644 --- a/openbsc/include/openbsc/abis_nm.h +++ b/openbsc/include/openbsc/abis_nm.h @@ -107,7 +107,7 @@ int abis_nm_conn_mdrop_link(struct gsm_bts *bts, u_int8_t e1_port0, u_int8_t ts0 int abis_nm_perform_test(struct gsm_bts *bts, u_int8_t obj_class, u_int8_t bts_nr, u_int8_t trx_nr, u_int8_t ts_nr, u_int8_t test_nr, u_int8_t auton_report, - u_int8_t *phys_config, u_int16_t phys_config_len); + const u_int8_t *phys_config, u_int16_t phys_config_len); int abis_nm_chcomb4pchan(enum gsm_phys_chan_config pchan); -- cgit v1.2.3