sysmobts: don't call sysmobts_get_nominal_power() twice

... no need for that
This commit is contained in:
Harald Welte 2013-10-09 22:35:46 +02:00
parent e843f80832
commit 5c0e7b1f2c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ int bts_model_init(struct gsm_bts *bts)
"ansmit power\n");
return -EIO;
}
bts->c0->nominal_power = sysmobts_get_nominal_power(bts->c0);
bts->c0->nominal_power = rc;
bts_model_vty_init(bts);