From e31816c83b6398967b47d1a75778bc75d7f3f0dd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 26 Jun 2011 14:55:06 +0200 Subject: make channel_test build again --- openbsc/tests/channel/channel_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/tests/channel/channel_test.c b/openbsc/tests/channel/channel_test.c index e05af1e3e..1121dd5ad 100644 --- a/openbsc/tests/channel/channel_test.c +++ b/openbsc/tests/channel/channel_test.c @@ -56,7 +56,7 @@ int main(int argc, char **argv) network = gsm_network_init(1, 1, NULL); if (!network) exit(1); - bts = gsm_bts_alloc(network, GSM_BTS_TYPE_BS11, 0, 0); + bts = gsm_bts_alloc(network); bts->location_area_code = 23; /* Create a dummy subscriber */ -- cgit v1.2.3