pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/29000 )
Change subject: gsm: bts_features: Add missing entries to osmo_bts_features_names
......................................................................
gsm: bts_features: Add missing entries to osmo_bts_features_names
Those features were present in osmo_bts_features_descs but not in
osmo_bts_features_names.
Change-Id: Ic8162e7ab6b657de694e3825e694e9b18c540271
---
M src/gsm/bts_features.c
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index 785ad8a..6811038 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -78,5 +78,7 @@
{ BTS_FEAT_ABIS_OSMO_PCU, "ABIS_OSMO_PCU" },
{ BTS_FEAT_BCCH_POWER_RED, "BCCH_PWR_RED" },
{ BTS_FEAT_DYN_TS_SDCCH8, "DYN_TS_SDCCH8" },
+ { BTS_FEAT_ACCH_TEMP_OVP, "ACCH_TEMP_OVP" },
+ { BTS_FEAT_OSMUX, "OSMUX" },
{}
};
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/29000
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ic8162e7ab6b657de694e3825e694e9b18c540271
Gerrit-Change-Number: 29000
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged