<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/25939">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Set subslots_per_pchan[GSM_PCHAN_OSMO_DYN] = 8<br><br>Since a while ago, osmocom types dynamic TS supports being configured as<br>SDCCH8, hence the maximum subslots is 8. This fixes issue where only up<br>to 2 subslots where being used on those TS.<br><br>Related: OS#5278<br>Related: SYS#5309<br>Fixes: 52b9912ef95838c0b60fc171984d3157a56fe488<br>Change-Id: I50e6530284ef49cfd77d1944d4a183c5df345820<br>---<br>M src/osmo-bsc/gsm_data.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/39/25939/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/gsm_data.c b/src/osmo-bsc/gsm_data.c</span><br><span>index 5d57072..b0e0a68 100644</span><br><span>--- a/src/osmo-bsc/gsm_data.c</span><br><span>+++ b/src/osmo-bsc/gsm_data.c</span><br><span>@@ -609,7 +609,7 @@</span><br><span>       [GSM_PCHAN_CCCH_SDCCH4_CBCH] = 4,</span><br><span>    [GSM_PCHAN_SDCCH8_SACCH8C_CBCH] = 8,</span><br><span>         /* Dyn TS: maximum allowed subslots */</span><br><span style="color: hsl(0, 100%, 40%);">-  [GSM_PCHAN_OSMO_DYN] = 2,</span><br><span style="color: hsl(120, 100%, 40%);">+     [GSM_PCHAN_OSMO_DYN] = 8,</span><br><span>    [GSM_PCHAN_TCH_F_PDCH] = 1,</span><br><span> };</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/25939">change 25939</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/osmo-bsc/+/25939"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I50e6530284ef49cfd77d1944d4a183c5df345820 </div>
<div style="display:none"> Gerrit-Change-Number: 25939 </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>