aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-26 14:55:06 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-26 14:55:06 +0200
commite31816c83b6398967b47d1a75778bc75d7f3f0dd (patch)
treef1f01911ba7c996f38ba0d528e694abbc944fc77
parentc90499bb28d77525c4eb45fdce3ddea3f17d483b (diff)
make channel_test build again
-rw-r--r--openbsc/tests/channel/channel_test.c2
1 files changed, 1 insertions, 1 deletions
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 */