make channel_test build again

This commit is contained in:
Harald Welte
2011-06-26 14:55:06 +02:00
parent c90499bb28
commit e31816c83b

View File

@@ -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 */