aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bssap/bssap_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bssap/bssap_test.c')
-rw-r--r--tests/bssap/bssap_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bssap/bssap_test.c b/tests/bssap/bssap_test.c
index 2b154c100..579cae237 100644
--- a/tests/bssap/bssap_test.c
+++ b/tests/bssap/bssap_test.c
@@ -82,7 +82,7 @@ void test_cell_identifier()
struct gsm_network *net;
struct bsc_msc_data *msc;
- net = bsc_network_init(NULL, 1, 1, NULL);
+ net = bsc_network_init(NULL, 1, 1);
net->bsc_data->rf_ctrl = talloc_zero(NULL, struct osmo_bsc_rf);
net->bsc_data->rf_ctrl->policy = S_RF_ON;