<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/24376">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">RR Assignment for VAMOS: send TSC Set<br><br>We already send the TSC Set in the RSL Channel Activation, telling the<br>BTS about the TSC Set. The MS needs to be instructed of the TSC Set in<br>the RR Assignment Command.<br><br>The first code to actually do an Assignment to a VAMOS activated lchan<br>will follow in If006f5caaf83b07675f57e5665cfa79328da55e6.<br><br>Change-Id: Ibf3b6d276fadf724c16a5225c03e96a27a056153<br>---<br>M src/osmo-bsc/gsm_04_08_rr.c<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/76/24376/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/gsm_04_08_rr.c b/src/osmo-bsc/gsm_04_08_rr.c</span><br><span>index bb654b4..9dc33af 100644</span><br><span>--- a/src/osmo-bsc/gsm_04_08_rr.c</span><br><span>+++ b/src/osmo-bsc/gsm_04_08_rr.c</span><br><span>@@ -648,6 +648,12 @@</span><br><span>               }</span><br><span>    }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ /* For VAMOS, include the TSC Set number in the Extended TSC Set IE.</span><br><span style="color: hsl(120, 100%, 40%);">+   * We don't put any PS domain related values, only the lowest two CS domain bits.</span><br><span style="color: hsl(120, 100%, 40%);">+  * Convert from spec conforming "human readable" TSC Set 1-4 to 0-3 on the wire. */</span><br><span style="color: hsl(120, 100%, 40%);">+ if (new_lchan->vamos.enabled && new_lchan->tsc_set > 0)</span><br><span style="color: hsl(120, 100%, 40%);">+              msgb_tv_put(msg, GSM48_IE_EXTENDED_TSC_SET, new_lchan->tsc_set - 1);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>    return gsm48_sendmsg(msg);</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/+/24376">change 24376</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/+/24376"/><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: Ibf3b6d276fadf724c16a5225c03e96a27a056153 </div>
<div style="display:none"> Gerrit-Change-Number: 24376 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>