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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tbf_ul: Improve documentation of tbf_alloc_ul_pacch()<br><br>Change-Id: I59493788b4a54610a70f3eb4c31fd05f6e39e63d<br>---<br>M src/tbf_ul.cpp<br>1 file changed, 7 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp</span><br><span>index f0d16b5..9390fbb 100644</span><br><span>--- a/src/tbf_ul.cpp</span><br><span>+++ b/src/tbf_ul.cpp</span><br><span>@@ -151,7 +151,12 @@</span><br><span>    return tbf;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* Alloc a UL TBF to be assigned over PACCH */</span><br><span style="color: hsl(120, 100%, 40%);">+/* Alloc a UL TBF to be assigned over PACCH. Called when an MS requests to</span><br><span style="color: hsl(120, 100%, 40%);">+ * create a new UL TBF during the end of life of a previous UL TBF (or an SBA).</span><br><span style="color: hsl(120, 100%, 40%);">+ * In summary, this TBF is allocated as a consequence of receiving a "Pkt</span><br><span style="color: hsl(120, 100%, 40%);">+ * Resource Req" or "Pkt Ctrl Ack" from the MS.</span><br><span style="color: hsl(120, 100%, 40%);">+ * See TS 44.060 9.3.2.4.2 "Non-extended uplink TBF mode".</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span> gprs_rlcmac_ul_tbf *tbf_alloc_ul_pacch(struct gprs_rlcmac_bts *bts, GprsMs *ms, int8_t use_trx)</span><br><span> {</span><br><span>   struct gprs_rlcmac_ul_tbf *tbf;</span><br><span>@@ -162,6 +167,7 @@</span><br><span>                /* Caller will most probably send a Imm Ass Reject after return */</span><br><span>           return NULL;</span><br><span>         }</span><br><span style="color: hsl(120, 100%, 40%);">+     /* Contention resolution is considered to be done since TLLI is known in MS: */</span><br><span>      tbf->m_contention_resolution_done = 1;</span><br><span>    osmo_fsm_inst_dispatch(tbf->state_fsm.fi, TBF_EV_ASSIGN_ADD_PACCH, NULL);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/26079">change 26079</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/+/26079"/><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: I59493788b4a54610a70f3eb4c31fd05f6e39e63d </div>
<div style="display:none"> Gerrit-Change-Number: 26079 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </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: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>