<p>Stefan Sperling <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/11781">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">add missing 'break' in switch statement<br><br>Coverity points out that abis_nm_rcvmsg_sw() contains a switch<br>statement with suspicious looking missing break statements.<br><br>It is unclear to me if the code intends to process some<br>types of messages in more than one state, or of all messages<br>which affect a particular state already appear in the state's<br>corresponding switch block.<br><br>Can someone else tell what is supposed to happen here?<br><br>If this code is falling through intentionally, I will suggest<br>a patch adding /* fallthrough */ comments for clarity.<br><br>Change-Id: I1ea4221fadf30074156e9d17d94a5cb065242584<br>Related: CID#57703<br>Related: CID#57704<br>---<br>M src/osmo-bsc/abis_nm.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/81/11781/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/11781">change 11781</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/11781"/><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: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I1ea4221fadf30074156e9d17d94a5cb065242584 </div>
<div style="display:none"> Gerrit-Change-Number: 11781 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <ssperling@sysmocom.de> </div>