aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/main.c
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-05-08 14:26:29 +0200
committerMax <msuraev@sysmocom.de>2017-05-10 07:50:00 +0000
commit8913b29be206ed3ade7376128649918f8c23f88b (patch)
tree39c1da88f05407c716236716294786e792dbc4f0 /src/osmo-bts-litecell15/main.c
parent028820510e53d3c2c7e7547155f349605bd6e5ab (diff)
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
Diffstat (limited to 'src/osmo-bts-litecell15/main.c')
-rw-r--r--src/osmo-bts-litecell15/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-litecell15/main.c b/src/osmo-bts-litecell15/main.c
index 352949b4..ab139811 100644
--- a/src/osmo-bts-litecell15/main.c
+++ b/src/osmo-bts-litecell15/main.c
@@ -70,6 +70,7 @@ int bts_model_init(struct gsm_bts *bts)
static struct osmo_fd accept_fd, read_fd;
int rc;
+ bts->variant = BTS_OSMO_LITECELL15;
btsb = bts_role_bts(bts);
btsb->support.ciphers = CIPHER_A5(1) | CIPHER_A5(2) | CIPHER_A5(3);