aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/main.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-01 11:27:41 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-01 11:27:41 +0200
commit4450a1530cd7b1bacfa5e7ee7f68a09fcad0c59e (patch)
treefcaa131f106aeff8630e55a483e07fe822498b2c /src/osmo-bts-sysmo/main.c
parent062d96e38b10cae4b9f5222dc1109609ec3c5e24 (diff)
sysmo-bts: properly initialize the nominal power, print it at startup
Diffstat (limited to 'src/osmo-bts-sysmo/main.c')
-rw-r--r--src/osmo-bts-sysmo/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index bc4f916a..cf6aeae9 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -61,6 +61,7 @@ int bts_model_init(struct gsm_bts *bts)
}
bts->c0->role_bts.l1h = fl1h;
+ bts->c0->nominal_power = 23;
l1if_reset(fl1h);