Change in libosmocore[master]: bts_features: add feature for BCCH carrier power reduction mode

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Jun 25 17:35:29 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/24774 )


Change subject: bts_features: add feature for BCCH carrier power reduction mode
......................................................................

bts_features: add feature for BCCH carrier power reduction mode

Change-Id: I69283b3f35988fc7a1a1dcf1a1ad3b67f08ec716
Related: SYS#4919
---
M include/osmocom/gsm/bts_features.h
M src/gsm/bts_features.c
2 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/74/24774/1

diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index 8bd5ef5..5374619 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -30,6 +30,7 @@
 	BTS_FEAT_CCN, /* Is CCN supported by the cell? TS 44.060 sec 8.8.2 */
 	BTS_FEAT_VAMOS, /* Is the BTS VAMOS capable? */
 	BTS_FEAT_ABIS_OSMO_PCU, /* BTS supports forwarding data to PCUIF over IPA OML multiplex */
+	BTS_FEAT_BCCH_POWER_RED,
 	_NUM_BTS_FEAT
 };
 
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index 6e63d5c..6671946 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -45,6 +45,7 @@
 	{ BTS_FEAT_CCN,			"Cell Change Notification (CCN)" },
 	{ BTS_FEAT_VAMOS,		"VAMOS (Voice services over Adaptive Multi-user channels on One Slot)" },
 	{ BTS_FEAT_ABIS_OSMO_PCU,	"OsmoPCU over OML link IPA multiplex" },
+	{ BTS_FEAT_BCCH_POWER_RED,	"BCCH carrier power reduction mode" },
 	{ 0, NULL }
 };
 
@@ -77,5 +78,6 @@
 	{ BTS_FEAT_CCN, "CCN" },
 	{ BTS_FEAT_VAMOS, "VAMOS" },
 	{ BTS_FEAT_ABIS_OSMO_PCU, "ABIS_OSMO_PCU" },
+	{ BTS_FEAT_BCCH_POWER_RED, "BCCH_PWR_RED" },
 	{}
 };

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/24774
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I69283b3f35988fc7a1a1dcf1a1ad3b67f08ec716
Gerrit-Change-Number: 24774
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210625/0ed99ae7/attachment.htm>


More information about the gerrit-log mailing list