<p>pespin <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/24188">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Rename function s/tbf_alloc_ul/tbf_alloc_ul_pacch/<br><br>Change-Id: I70ca0b5be0a29a05c6e65b9c92cc6d3b5c43d3dc<br>---<br>M src/pdch.cpp<br>M src/tbf_ul.cpp<br>M src/tbf_ul.h<br>3 files changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/pdch.cpp b/src/pdch.cpp</span><br><span>index 5389763..c69c45c 100644</span><br><span>--- a/src/pdch.cpp</span><br><span>+++ b/src/pdch.cpp</span><br><span>@@ -119,7 +119,7 @@</span><br><span>      bts_do_rate_ctr_inc(bts, CTR_CHANNEL_REQUEST_DESCRIPTION);</span><br><span> </span><br><span>       /* This call will register the new TBF with the MS on success */</span><br><span style="color: hsl(0, 100%, 40%);">-        gprs_rlcmac_ul_tbf *ul_tbf = tbf_alloc_ul(bts, tbf->ms(), tbf->trx->trx_no, tbf->tlli());</span><br><span style="color: hsl(120, 100%, 40%);">+ gprs_rlcmac_ul_tbf *ul_tbf = tbf_alloc_ul_pacch(bts, tbf->ms(), tbf->trx->trx_no, tbf->tlli());</span><br><span> </span><br><span>      /* schedule uplink assignment or reject */</span><br><span>   if (ul_tbf) {</span><br><span>@@ -683,7 +683,7 @@</span><br><span>                  tbf_free(ul_tbf);</span><br><span>            }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-           ul_tbf = tbf_alloc_ul(bts(), ms, trx_no(), tlli);</span><br><span style="color: hsl(120, 100%, 40%);">+             ul_tbf = tbf_alloc_ul_pacch(bts(), ms, trx_no(), tlli);</span><br><span>              if (!ul_tbf) {</span><br><span>                       handle_tbf_reject(bts(), ms, trx_no(), ts_no);</span><br><span>                       goto return_unref;</span><br><span>diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp</span><br><span>index c41793d..cf8c75c 100644</span><br><span>--- a/src/tbf_ul.cpp</span><br><span>+++ b/src/tbf_ul.cpp</span><br><span>@@ -141,7 +141,7 @@</span><br><span> }</span><br><span> </span><br><span> /* Alloc a UL TBF to be assigned over PACCH */</span><br><span style="color: hsl(0, 100%, 40%);">-gprs_rlcmac_ul_tbf *tbf_alloc_ul(struct gprs_rlcmac_bts *bts, GprsMs *ms, int8_t use_trx,</span><br><span style="color: hsl(120, 100%, 40%);">+gprs_rlcmac_ul_tbf *tbf_alloc_ul_pacch(struct gprs_rlcmac_bts *bts, GprsMs *ms, int8_t use_trx,</span><br><span>                            uint32_t tlli)</span><br><span> {</span><br><span>         struct gprs_rlcmac_ul_tbf *tbf;</span><br><span>diff --git a/src/tbf_ul.h b/src/tbf_ul.h</span><br><span>index 53c7ad8..4207deb 100644</span><br><span>--- a/src/tbf_ul.h</span><br><span>+++ b/src/tbf_ul.h</span><br><span>@@ -118,8 +118,8 @@</span><br><span> }</span><br><span> </span><br><span> struct gprs_rlcmac_ul_tbf *tbf_alloc_ul_tbf(struct gprs_rlcmac_bts *bts, GprsMs *ms, int8_t use_trx, bool single_slot);</span><br><span style="color: hsl(0, 100%, 40%);">-struct gprs_rlcmac_ul_tbf *tbf_alloc_ul(struct gprs_rlcmac_bts *bts, GprsMs *ms,</span><br><span style="color: hsl(0, 100%, 40%);">-                                  int8_t use_trx, uint32_t tlli);</span><br><span style="color: hsl(120, 100%, 40%);">+struct gprs_rlcmac_ul_tbf *tbf_alloc_ul_pacch(struct gprs_rlcmac_bts *bts, GprsMs *ms,</span><br><span style="color: hsl(120, 100%, 40%);">+                                             int8_t use_trx, uint32_t tlli);</span><br><span> struct gprs_rlcmac_ul_tbf *handle_tbf_reject(struct gprs_rlcmac_bts *bts,</span><br><span>   GprsMs *ms, uint8_t trx_no, uint8_t ts_no);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/24188">change 24188</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/+/24188"/><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: I70ca0b5be0a29a05c6e65b9c92cc6d3b5c43d3dc </div>
<div style="display:none"> Gerrit-Change-Number: 24188 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>