mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
make channel_test build again
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user