<p>Vadim Yanitskiy <strong>uploaded patch set #5</strong> to the change originally created by Max.</p><p><a href="https://gerrit.osmocom.org/12519">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">transaction: drop meaningless ti_flag of trans_assign_trans_id()<br><br>According to GSM 04.07, the TI flag takes one bit and can be<br>either of the following:<br><br>  '0'B - transaction is allocated by sender of a message,<br>  '1'B - transaction is allocated by receiver of a message.<br><br>Since we store transaction ID in gsm_trans structure, we also store<br>TI flag (as a part of transaction ID), which in this context means:<br><br>  '0'B - transaction is allocated by us (OsmoMSC),<br>  '1'B - transaction is allocated by some MS.<br><br>In 100% cases, trans_assign_trans_id() is used to assign transaction IDs<br>to transactions allocated by us (i.e. OsmoMSC) for MT connections. And<br>there is no need to use it for MO transactions, because they basically<br>already do contain a valid transaction ID assigned by the MS.<br><br>Change-Id: Ie11999900b1789652ee078d34636dcda1e137eb0<br>---<br>M include/osmocom/msc/transaction.h<br>M src/libmsc/gsm_04_08_cc.c<br>M src/libmsc/gsm_04_11.c<br>M src/libmsc/gsm_09_11.c<br>M src/libmsc/transaction.c<br>5 files changed, 8 insertions(+), 14 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/19/12519/5</pre><p>To view, visit <a href="https://gerrit.osmocom.org/12519">change 12519</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/12519"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ie11999900b1789652ee078d34636dcda1e137eb0 </div>
<div style="display:none"> Gerrit-Change-Number: 12519 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>