<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11830">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: si: Fix SI2ter L2 pseudo length<br><br>3GPP TS 04.08 V7.21.0, section "9.1.34 System information type 2ter"<br>states:<br><br>"""<br>This message has a L2 pseudo length of 18. This message may be sent<br>by the network with either a L2 pseudo length of 18 or some other<br>value. A mobile station that does not ignore this message shall not<br>discard the message due to a received L2 pseudo length different<br>from 18.<br>"""<br><br>Change-Id: I45cb217ebdf89b82b0f37f38eef7a1e3a651f541<br>---<br>M src/osmo-bsc/system_information.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/30/11830/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/system_information.c b/src/osmo-bsc/system_information.c</span><br><span>index 18c609b..0148ac3 100644</span><br><span>--- a/src/osmo-bsc/system_information.c</span><br><span>+++ b/src/osmo-bsc/system_information.c</span><br><span>@@ -802,7 +802,7 @@</span><br><span> </span><br><span>        memset(si2t, GSM_MACBLOCK_PADDING, GSM_MACBLOCK_LEN);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-       si2t->header.l2_plen = GSM48_LEN2PLEN(22);</span><br><span style="color: hsl(120, 100%, 40%);">+ si2t->header.l2_plen = GSM48_LEN2PLEN(18);</span><br><span>        si2t->header.rr_protocol_discriminator = GSM48_PDISC_RR;</span><br><span>  si2t->header.skip_indicator = 0;</span><br><span>  si2t->header.system_information = GSM48_MT_RR_SYSINFO_2ter;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11830">change 11830</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/11830"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I45cb217ebdf89b82b0f37f38eef7a1e3a651f541 </div>
<div style="display:none"> Gerrit-Change-Number: 11830 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>