From 8913b29be206ed3ade7376128649918f8c23f88b Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 8 May 2017 14:26:29 +0200 Subject: Set BTS variant while initializing BTS model This will allow proper BTS attribute reporting via OML in follow-up patches. Change-Id: I1c49d6c39fb4dac7a46ee25ceacf4c6ef0f0b736 Related: OS#1614 --- src/osmo-bts-trx/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bts-trx') diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c index 98066cab..0148e5bb 100644 --- a/src/osmo-bts-trx/main.c +++ b/src/osmo-bts-trx/main.c @@ -99,6 +99,7 @@ int bts_model_init(struct gsm_bts *bts) { struct gsm_bts_role_bts *btsb = bts_role_bts(bts); + bts->variant = BTS_OSMO_TRX; btsb->support.ciphers = CIPHER_A5(1) | CIPHER_A5(2); /* FIXME: this needs to be overridden with the real hardrware -- cgit v1.2.3