<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-remsim/+/18475">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">simtrace2: use correct event when dispatching modem data to main_fsm<br><br>Change-Id: I35e20a577544bde7ad7440a617dc3ed4d2572abf<br>---<br>M src/client/user_simtrace2.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-remsim refs/changes/75/18475/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/client/user_simtrace2.c b/src/client/user_simtrace2.c</span><br><span>index 39e6b32..c66f71e 100644</span><br><span>--- a/src/client/user_simtrace2.c</span><br><span>+++ b/src/client/user_simtrace2.c</span><br><span>@@ -111,7 +111,7 @@</span><br><span>              /* send APDU to card */</span><br><span>              ftpdu.buf = apdu_command;</span><br><span>            ftpdu.len = sizeof(ac.hdr) + ac.lc.tot;</span><br><span style="color: hsl(0, 100%, 40%);">-         osmo_fsm_inst_dispatch(bc->main_fi, MF_E_BANKD_TPDU, &ftpdu);</span><br><span style="color: hsl(120, 100%, 40%);">+          osmo_fsm_inst_dispatch(bc->main_fi, MF_E_MDM_TPDU, &ftpdu);</span><br><span>   } else if (ac.lc.tot > ac.lc.cur) {</span><br><span>               /* there is pending data from the modem: send procedure byte to get remaining data */</span><br><span>                osmo_st2_cardem_request_pb_and_rx(ci, ac.hdr.ins, ac.lc.tot - ac.lc.cur);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-remsim/+/18475">change 18475</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-remsim/+/18475"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-remsim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I35e20a577544bde7ad7440a617dc3ed4d2572abf </div>
<div style="display:none"> Gerrit-Change-Number: 18475 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>