<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22460">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tbf: Make tbf_ms() param const<br><br>Change-Id: I041c564b15d17d05ce97ea0085fcd9192a346578<br>---<br>M src/tbf.cpp<br>M src/tbf.h<br>2 files 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-pcu refs/changes/60/22460/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/tbf.cpp b/src/tbf.cpp</span><br><span>index d2d55f2..0fec476 100644</span><br><span>--- a/src/tbf.cpp</span><br><span>+++ b/src/tbf.cpp</span><br><span>@@ -1165,7 +1165,7 @@</span><br><span>         return &tbf->m_bts_list.list;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-struct GprsMs *tbf_ms(struct gprs_rlcmac_tbf *tbf)</span><br><span style="color: hsl(120, 100%, 40%);">+struct GprsMs *tbf_ms(const struct gprs_rlcmac_tbf *tbf)</span><br><span> {</span><br><span>       return tbf->ms();</span><br><span> }</span><br><span>diff --git a/src/tbf.h b/src/tbf.h</span><br><span>index d616076..983d38c 100644</span><br><span>--- a/src/tbf.h</span><br><span>+++ b/src/tbf.h</span><br><span>@@ -196,7 +196,7 @@</span><br><span> void tbf_set_ms(struct gprs_rlcmac_tbf *tbf, struct GprsMs *ms);</span><br><span> struct llist_head *tbf_ms_list(struct gprs_rlcmac_tbf *tbf);</span><br><span> struct llist_head *tbf_bts_list(struct gprs_rlcmac_tbf *tbf);</span><br><span style="color: hsl(0, 100%, 40%);">-struct GprsMs *tbf_ms(struct gprs_rlcmac_tbf *tbf);</span><br><span style="color: hsl(120, 100%, 40%);">+struct GprsMs *tbf_ms(const struct gprs_rlcmac_tbf *tbf);</span><br><span> bool tbf_timers_pending(struct gprs_rlcmac_tbf *tbf, enum tbf_timers t);</span><br><span> void tbf_free(struct gprs_rlcmac_tbf *tbf);</span><br><span> struct gprs_llc *tbf_llc(struct gprs_rlcmac_tbf *tbf);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22460">change 22460</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-pcu/+/22460"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I041c564b15d17d05ce97ea0085fcd9192a346578 </div>
<div style="display:none"> Gerrit-Change-Number: 22460 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>