<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/26060">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: Fix misleading log line in bts_rcv_rach()<br><br>If it's not single block packets access, then it's one phase packet<br>access. TS 44.018 Table 9.1.8.1:<br>"""<br>One phase packet access with request for single timeslot uplink transmission;<br>one PDCH is needed.<br>"""<br><br>Change-Id: Ic6beb6dcfebb77fd264b179b028f99a29c644fb1<br>---<br>M src/bts.cpp<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-pcu refs/changes/60/26060/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/bts.cpp b/src/bts.cpp</span><br><span>index 50df92e..bd1366e 100644</span><br><span>--- a/src/bts.cpp</span><br><span>+++ b/src/bts.cpp</span><br><span>@@ -900,8 +900,8 @@</span><br><span>    if (chan_req.single_block)</span><br><span>           LOGP(DRLCMAC, LOGL_DEBUG, "MS requests single block allocation\n");</span><br><span>        else if (bts->pcu->vty.force_two_phase) {</span><br><span style="color: hsl(0, 100%, 40%);">-         LOGP(DRLCMAC, LOGL_DEBUG, "MS requests single block allocation, "</span><br><span style="color: hsl(0, 100%, 40%);">-                  "but we force two phase access\n");</span><br><span style="color: hsl(120, 100%, 40%);">+            LOGP(DRLCMAC, LOGL_DEBUG, "MS requests single TS uplink transmission "</span><br><span style="color: hsl(120, 100%, 40%);">+                   "(one phase packet access), but we force two phase access\n");</span><br><span>                chan_req.single_block = true;</span><br><span>        }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/26060">change 26060</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/+/26060"/><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: Ic6beb6dcfebb77fd264b179b028f99a29c644fb1 </div>
<div style="display:none"> Gerrit-Change-Number: 26060 </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>