<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/24788">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts_feature: Introduce feature to confiure dyn ts as sdcch8<br><br>This feature signals support to configure Osmocom Dynamic Timeslot type<br>as SDCCH8, on top of historically supported TCH/H and TCH/F.<br>The idea is that when unneeded, the TS is configured as PDCH, and as<br>soon as there's need for an SDCCH and there's none available, the TS is<br>dynamically reconfigured to SDCCH8. Once all logical channels in the<br>dynamic TS are released and hence becomes free, the BSC will reconfigure<br>it to PDCH.<br><br>Related: SYS#5309<br>Change-Id: Ifc0ca8916bd3e93e5a60a7dd7391d2588fdb5532<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/88/24788/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 5374619..42e1934 100644</span><br><span>--- a/include/osmocom/gsm/bts_features.h</span><br><span>+++ b/include/osmocom/gsm/bts_features.h</span><br><span>@@ -31,6 +31,7 @@</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>   BTS_FEAT_BCCH_POWER_RED,</span><br><span style="color: hsl(120, 100%, 40%);">+      BTS_FEAT_DYN_TS_SDCCH8, /* Osmo Dynamic TS supports configured as SDCCH8 */</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 6671946..a6d5766 100644</span><br><span>--- a/src/gsm/bts_features.c</span><br><span>+++ b/src/gsm/bts_features.c</span><br><span>@@ -46,6 +46,7 @@</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>   { BTS_FEAT_BCCH_POWER_RED,      "BCCH carrier power reduction mode" },</span><br><span style="color: hsl(120, 100%, 40%);">+      { BTS_FEAT_DYN_TS_SDCCH8,       "Dynamic Timeslot configuration as SDCCH8" },</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/+/24788">change 24788</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/+/24788"/><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: Ifc0ca8916bd3e93e5a60a7dd7391d2588fdb5532 </div>
<div style="display:none"> Gerrit-Change-Number: 24788 </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>