<p>Kévin Redon <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/9965">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix 'ISO_S_IN_ATR not handled' gcc warning<br><br>when building the cardem application GCC would output the following warning:<br>libcommon/source/card_emu.c: In function 'card_emu_process_rx_byte':<br>libcommon/source/card_emu.c:764:2: warning: enumeration value 'ISO_S_IN_ATR' not handled in switch [-Wswitch]<br>  switch (ch->state) {<br>  ^~~~~~<br><br>in card emulation the reader should not send data while the card is<br>sending its ATR.<br>this is true for other states already handled (RESET, ...). in<br>these cases an error message is output.<br>this behaviour is now the default case as data from the reader is<br>only expected in 3 cases: ISO_S_WAIT_TPDU, ISO_S_IN_TPDU, and<br>ISO_S_IN_PTS.<br><br>Change-Id: Ifbc8dbe1c9f176343304f211c7e6068fb977961e<br>---<br>M firmware/libcommon/source/card_emu.c<br>1 file changed, 4 insertions(+), 8 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/65/9965/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/9965">change 9965</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/9965"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ifbc8dbe1c9f176343304f211c7e6068fb977961e </div>
<div style="display:none"> Gerrit-Change-Number: 9965 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>