fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/24811 )
Change subject: osmo-bts-omldummy: indicate BTS_FEAT_BCCH_POWER_RED as supported
......................................................................
osmo-bts-omldummy: indicate BTS_FEAT_BCCH_POWER_RED as supported
This is required for ttcn3-bsc-test, see change [1].
Change-Id: I765d5e38cb0746e0458773abf3717ee9bf1cb7d1
Related: [1] I084f7736cd7d09b68ed49f8ba52a14de928d4c01
Related: SYS#4919
---
M src/osmo-bts-omldummy/bts_model.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/11/24811/1
diff --git a/src/osmo-bts-omldummy/bts_model.c
b/src/osmo-bts-omldummy/bts_model.c
index 5624fc1..46558a1 100644
--- a/src/osmo-bts-omldummy/bts_model.c
+++ b/src/osmo-bts-omldummy/bts_model.c
@@ -187,6 +187,7 @@
bts->variant = BTS_OSMO_OMLDUMMY;
osmo_bts_set_feature(bts->features, BTS_FEAT_CBCH);
osmo_bts_set_feature(bts->features, BTS_FEAT_HOPPING);
+ osmo_bts_set_feature(bts->features, BTS_FEAT_BCCH_POWER_RED);
return 0;
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/24811
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I765d5e38cb0746e0458773abf3717ee9bf1cb7d1
Gerrit-Change-Number: 24811
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange