<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18994">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lchan_rtp_fsm: fix out_state_mask<br><br>In the state LCHAN_RTP_ST_WAIT_MGW_ENDPOINT_CONFIGURED, the event<br>LCHAN_RTP_EV_ROLLBACK is allowed and also handled in the action<br>callback, which causes a change to LCHAN_RTP_ST_ROLLBACK. However,<br>LCHAN_RTP_ST_ROLLBACK is missing from the out_state_mask.<br><br>Change-Id: Ifca3892901c8389beee6e4f0fea03c33cfbdc265<br>---<br>M src/osmo-bsc/lchan_rtp_fsm.c<br>1 file changed, 1 insertion(+), 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/94/18994/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/lchan_rtp_fsm.c b/src/osmo-bsc/lchan_rtp_fsm.c</span><br><span>index 25aca14..4be9790 100644</span><br><span>--- a/src/osmo-bsc/lchan_rtp_fsm.c</span><br><span>+++ b/src/osmo-bsc/lchan_rtp_fsm.c</span><br><span>@@ -672,6 +672,7 @@</span><br><span>                     ,</span><br><span>            .out_state_mask = 0</span><br><span>                  | S(LCHAN_RTP_ST_READY)</span><br><span style="color: hsl(120, 100%, 40%);">+                       | S(LCHAN_RTP_ST_ROLLBACK)</span><br><span>                   ,</span><br><span>    },</span><br><span>   [LCHAN_RTP_ST_READY] = {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18994">change 18994</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-bsc/+/18994"/><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-Change-Id: Ifca3892901c8389beee6e4f0fea03c33cfbdc265 </div>
<div style="display:none"> Gerrit-Change-Number: 18994 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>