<p>fixeria <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19991">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/PCUIF_Types: version 10: add Mobile Allocation length field<br><br>My initial assumption was that we can skip redundant '0'B bits or<br>even '00'O octets in the Mobile Allocation IE, and thus reduce<br>the overall size of this element.  Unfortunately, this is wrong.<br><br>3GPP TS 44.018, section 10.5.2.21 clearly states that the Mobile<br>Allocation IE contains a bit-string of size NF, where NF is the<br>number of frequencies in the cell allocation.  If NF % 8 != 0,<br>then '0'B padding bits must be appended to make it octet-aligned.<br><br>In other words, if the cell allocation contains let's say 13<br>frequencies, but a hopping timeslot makes use of only a small<br>fraction of it (e.g. 4 first channels), we would still need to<br>transmit at least 13 bits (+padding), including all redundant<br>bits and octets.<br><br>In RLC/MAC frames though it's not required to make the bit-string<br>octet aligned, so we need to send exactly NF bits without padding.<br><br>In order to achieve that:<br><br>  a) add MA length field to INFO.ind (record PCUIF_InfoTrxTs);<br>  b) ajust the existing test cases to use this field.<br><br>It's safe to merge this change as the related patches have not<br>been merged to osmo-pcu and osmo-bts yet.<br><br>Change-Id: I2709673c90a0cd7d76de9db8b8ad82ac59ca84a0<br>Related: SYS#4868, OS#4547<br>---<br>M library/PCUIF_Types.ttcn<br>M pcu/PCU_Tests.ttcn<br>2 files changed, 15 insertions(+), 23 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/91/19991/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19991">change 19991</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-ttcn3-hacks/+/19991"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I2709673c90a0cd7d76de9db8b8ad82ac59ca84a0 </div>
<div style="display:none"> Gerrit-Change-Number: 19991 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </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-CC: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>