<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21644">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">debug log: explain exit from lchan_fsm wait_rll_rtp_establish<br><br>Change-Id: I18ffcf93e82ee47413e4b2f741ffbfbb18322e1d<br>---<br>M src/osmo-bsc/lchan_fsm.c<br>1 file changed, 6 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/44/21644/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c</span><br><span>index 1903645..e3285b6 100644</span><br><span>--- a/src/osmo-bsc/lchan_fsm.c</span><br><span>+++ b/src/osmo-bsc/lchan_fsm.c</span><br><span>@@ -851,8 +851,13 @@</span><br><span> </span><br><span>      case LCHAN_EV_RLL_ESTABLISH_IND:</span><br><span>             if (!lchan->activate.info.requires_voice_stream</span><br><span style="color: hsl(0, 100%, 40%);">-                  || lchan_rtp_established(lchan))</span><br><span style="color: hsl(120, 100%, 40%);">+              || lchan_rtp_established(lchan)) {</span><br><span style="color: hsl(120, 100%, 40%);">+                        LOG_LCHAN(lchan, LOGL_DEBUG,</span><br><span style="color: hsl(120, 100%, 40%);">+                            "%s\n",</span><br><span style="color: hsl(120, 100%, 40%);">+                             (lchan->activate.info.requires_voice_stream ?</span><br><span style="color: hsl(120, 100%, 40%);">+                               "RTP already established earlier" : "no voice stream required"));</span><br><span>                     lchan_fsm_state_chg(LCHAN_ST_ESTABLISHED);</span><br><span style="color: hsl(120, 100%, 40%);">+            }</span><br><span>            return;</span><br><span> </span><br><span>  case LCHAN_EV_RTP_READY:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21644">change 21644</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/+/21644"/><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: I18ffcf93e82ee47413e4b2f741ffbfbb18322e1d </div>
<div style="display:none"> Gerrit-Change-Number: 21644 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>