<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19191">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lchan_rtp_fsm: make _fsm_timer_cb and _fsm_cleanup static<br><br>The functions lchan_rtp_fsm_timer_cb() and lchan_rtp_fsm_cleanup() only<br>used in lchan_rtp_fsm.c, lets make them static.<br><br>Change-Id: I31940aff166ccd7a9612574536674e4e483a3cb9<br>---<br>M src/osmo-bsc/lchan_rtp_fsm.c<br>1 file changed, 2 insertions(+), 2 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/91/19191/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 4be9790..d01c0a7 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>@@ -729,7 +729,7 @@</span><br><span>     {}</span><br><span> };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-int lchan_rtp_fsm_timer_cb(struct osmo_fsm_inst *fi)</span><br><span style="color: hsl(120, 100%, 40%);">+static int lchan_rtp_fsm_timer_cb(struct osmo_fsm_inst *fi)</span><br><span> {</span><br><span>   struct gsm_lchan *lchan = lchan_rtp_fi_lchan(fi);</span><br><span>    lchan->release.in_error = true;</span><br><span>@@ -738,7 +738,7 @@</span><br><span>     return 0;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void lchan_rtp_fsm_cleanup(struct osmo_fsm_inst *fi, enum osmo_fsm_term_cause cause)</span><br><span style="color: hsl(120, 100%, 40%);">+static void lchan_rtp_fsm_cleanup(struct osmo_fsm_inst *fi, enum osmo_fsm_term_cause cause)</span><br><span> {</span><br><span>     struct gsm_lchan *lchan = lchan_rtp_fi_lchan(fi);</span><br><span>    if (lchan->mgw_endpoint_ci_bts) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/19191">change 19191</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/+/19191"/><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: I31940aff166ccd7a9612574536674e4e483a3cb9 </div>
<div style="display:none"> Gerrit-Change-Number: 19191 </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>