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-octphy/l1_if.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bts-octphy/l1_if.c') diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c index b42fb3a7..a4d0e3ad 100644 --- a/src/osmo-bts-octphy/l1_if.c +++ b/src/osmo-bts-octphy/l1_if.c @@ -769,6 +769,7 @@ int bts_model_init(struct gsm_bts *bts) LOGP(DL1C, LOGL_NOTICE, "model_init()\n"); + bts->variant = BTS_OSMO_OCTPHY; btsb = bts_role_bts(bts); btsb->support.ciphers = CIPHER_A5(1) | CIPHER_A5(2) | CIPHER_A5(3); -- cgit v1.2.3