<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/18934">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts_features.h: Introduce BTS_FEAT_PAGING_COORDINATION<br><br>This feature indicates if the given BTS supports paging coordination,<br>that is the transmission of CS paging (received on Abis) to be sent<br>via PACCH/PCU in PS domain fro MS with active TBF.<br><br>Change-Id: Ifb2e83eaf05dd36e5b203ed2de1a74864b039e38<br>Related: OS#2406<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;"><span>diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h</span><br><span>index 27a3983..22461a6 100644</span><br><span>--- a/include/osmocom/gsm/bts_features.h</span><br><span>+++ b/include/osmocom/gsm/bts_features.h</span><br><span>@@ -24,6 +24,7 @@</span><br><span>  BTS_FEAT_SPEECH_F_AMR,</span><br><span>       BTS_FEAT_SPEECH_H_AMR,</span><br><span>       BTS_FEAT_ETWS_PN,</span><br><span style="color: hsl(120, 100%, 40%);">+     BTS_FEAT_PAGING_COORDINATION,   /* BTS hands CS paging to PCU/PACCH */</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 e4ff76c..5a4b7f6 100644</span><br><span>--- a/src/gsm/bts_features.c</span><br><span>+++ b/src/gsm/bts_features.c</span><br><span>@@ -39,6 +39,7 @@</span><br><span>     { BTS_FEAT_SPEECH_F_AMR,        "Fullrate speech AMR" },</span><br><span>   { BTS_FEAT_SPEECH_H_AMR,        "Halfrate speech AMR" },</span><br><span>   { BTS_FEAT_ETWS_PN,             "ETWS Primary Notification via PCH" },</span><br><span style="color: hsl(120, 100%, 40%);">+      { BTS_FEAT_PAGING_COORDINATION, "BSS Paging Coordination" },</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/+/18934">change 18934</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/+/18934"/><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: Ifb2e83eaf05dd36e5b203ed2de1a74864b039e38 </div>
<div style="display:none"> Gerrit-Change-Number: 18934 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>