<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/24774">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts_features: add feature for BCCH carrier power reduction mode<br><br>Change-Id: I69283b3f35988fc7a1a1dcf1a1ad3b67f08ec716<br>Related: SYS#4919<br>---<br>M include/osmocom/gsm/bts_features.h<br>M src/gsm/bts_features.c<br>2 files changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/74/24774/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h</span><br><span>index 8bd5ef5..5374619 100644</span><br><span>--- a/include/osmocom/gsm/bts_features.h</span><br><span>+++ b/include/osmocom/gsm/bts_features.h</span><br><span>@@ -30,6 +30,7 @@</span><br><span>  BTS_FEAT_CCN, /* Is CCN supported by the cell? TS 44.060 sec 8.8.2 */</span><br><span>        BTS_FEAT_VAMOS, /* Is the BTS VAMOS capable? */</span><br><span>      BTS_FEAT_ABIS_OSMO_PCU, /* BTS supports forwarding data to PCUIF over IPA OML multiplex */</span><br><span style="color: hsl(120, 100%, 40%);">+    BTS_FEAT_BCCH_POWER_RED,</span><br><span>     _NUM_BTS_FEAT</span><br><span> };</span><br><span> </span><br><span>diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c</span><br><span>index 6e63d5c..6671946 100644</span><br><span>--- a/src/gsm/bts_features.c</span><br><span>+++ b/src/gsm/bts_features.c</span><br><span>@@ -45,6 +45,7 @@</span><br><span>     { BTS_FEAT_CCN,                 "Cell Change Notification (CCN)" },</span><br><span>        { BTS_FEAT_VAMOS,               "VAMOS (Voice services over Adaptive Multi-user channels on One Slot)" },</span><br><span>  { BTS_FEAT_ABIS_OSMO_PCU,       "OsmoPCU over OML link IPA multiplex" },</span><br><span style="color: hsl(120, 100%, 40%);">+    { BTS_FEAT_BCCH_POWER_RED,      "BCCH carrier power reduction mode" },</span><br><span>     { 0, NULL }</span><br><span> };</span><br><span> </span><br><span>@@ -77,5 +78,6 @@</span><br><span>    { BTS_FEAT_CCN, "CCN" },</span><br><span>   { BTS_FEAT_VAMOS, "VAMOS" },</span><br><span>       { BTS_FEAT_ABIS_OSMO_PCU, "ABIS_OSMO_PCU" },</span><br><span style="color: hsl(120, 100%, 40%);">+        { BTS_FEAT_BCCH_POWER_RED, "BCCH_PWR_RED" },</span><br><span>       {}</span><br><span> };</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/24774">change 24774</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/24774"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I69283b3f35988fc7a1a1dcf1a1ad3b67f08ec716 </div>
<div style="display:none"> Gerrit-Change-Number: 24774 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>