<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22537">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm: bts_features: Introduce BTS_FEAT_CCN<br><br>This feature is used by BSC to gain knowledge on whether a given BTS<br>supports GPRS Cell Change Notification (CCN) related procedures on PDCH,<br>and as a result enable or not by default the CCN_ACTIVE bit in SI13 to<br>announce the support it is allowed to use the feature.<br><br>Related: SYS#4909<br>Change-Id: I61991266b95d0c13d51b47906cc07846e9cf1390<br>---<br>M include/osmocom/gsm/bts_features.h<br>M src/gsm/bts_features.c<br>2 files changed, 2 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/37/22537/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 6856aac..d0dbe48 100644</span><br><span>--- a/include/osmocom/gsm/bts_features.h</span><br><span>+++ b/include/osmocom/gsm/bts_features.h</span><br><span>@@ -27,6 +27,7 @@</span><br><span>       BTS_FEAT_PAGING_COORDINATION,   /* BTS hands CS paging to PCU/PACCH */</span><br><span>       BTS_FEAT_IPV6_NSVC,</span><br><span>  BTS_FEAT_ACCH_REP,</span><br><span style="color: hsl(120, 100%, 40%);">+    BTS_FEAT_CCN, /* Is CCN supported by the cell? TS 44.060 sec 8.8.2 */</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 d8c27d8..1e15616 100644</span><br><span>--- a/src/gsm/bts_features.c</span><br><span>+++ b/src/gsm/bts_features.c</span><br><span>@@ -42,6 +42,7 @@</span><br><span>     { BTS_FEAT_PAGING_COORDINATION, "BSS Paging Coordination" },</span><br><span>       { BTS_FEAT_IPV6_NSVC,           "NSVC IPv6" },</span><br><span>     { BTS_FEAT_ACCH_REP,            "FACCH/SACCH Repetition" },</span><br><span style="color: hsl(120, 100%, 40%);">+ { BTS_FEAT_CCN,                 "Cell Change Notification (CCN)" },</span><br><span>        { 0, NULL }</span><br><span> };</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/22537">change 22537</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/+/22537"/><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: I61991266b95d0c13d51b47906cc07846e9cf1390 </div>
<div style="display:none"> Gerrit-Change-Number: 22537 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>