<p><a href="https://gerrit.osmocom.org/c/libosmocore/+/20335">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/20335/1/src/gsm/gsm0808.c">File src/gsm/gsm0808.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/libosmocore/+/20335/1/src/gsm/gsm0808.c@1363">Patch Set #1, Line 1363:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> out = msgb_tl_put(msg, GSM0808_IE_IMSI);<br>              rc = osmo_mobile_identity_encode_msgb(msg, &params->imsi, false);<br>              if (rc < 0) {<br>                      msgb_free(msg);<br>                       return NULL;<br>          }<br>             /* write the MI value length */<br>               *out = rc;<br></pre></blockquote></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">We are seeing this pattern across multiple patches here. […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">the legacy mobile identity included the IEI value and tag length, which caused a lot of weird code.<br>because every protocol has a different IEI tag, and there's one place that has a 16bit length instead of the typical 8bit.<br>i considered it an improvement to encode only the MI coding part without the TL stuff around it...</p><p style="white-space: pre-wrap; word-wrap: break-word;">that said you're right that the 8bit T and 8bit L is the typical common case and passing in the IEI tag value would avoid weird code.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/20335">change 20335</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/libosmocore/+/20335"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I4d7302a4853518916b6b425e710c10568eb2ffe5 </div>
<div style="display:none"> Gerrit-Change-Number: 20335 </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-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 01 Oct 2020 13:25:16 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>