<p>pespin <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/18130">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: Fix Decoding EGPRS MultislotClass from 11-bit EGPRS PACKET CHANNEL REQUEST<br><br>In osmo-pcu datatructures, the variables holding multislot classes<br>simply contain an integer referring to the multislot class number,<br>instead of coding from 3GPP TS 44.060 Table 11.2.5.3 and Table<br>11.2.5a.3.<br><br>So coding Multislot class 3 is stored as 0x03 in osmo-pcu variables,<br>while in 3GPP TS 44.060 coding it's coded as 0x02 (N-1).<br>This allows us using value 0x00 to designate a "yet unknown (EGPRS) Multislot<br>class".<br>Hence, we need to add 1 to the decoded value to match our data<br>structures.<br><br>Change-Id: Id3b121272bb7e84c0542ae9b4ce09598c6054edd<br>---<br>M src/bts.cpp<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-pcu refs/changes/30/18130/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/18130">change 18130</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-pcu/+/18130"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id3b121272bb7e84c0542ae9b4ce09598c6054edd </div>
<div style="display:none"> Gerrit-Change-Number: 18130 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>