<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/21303">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pdch: packet_paging_request: Put back non-fitting paging entry where where it was<br><br>dequeue_paging() dequeues the first paging (at the start of the list).<br>If a paging request is dequeued but later it cannot be added to the<br>message being sent, it has to be re-added to the list for later<br>processing on next message. However, existing code was enqueueing it at<br>the end, which meant that paging request was delayed for no reason.<br><br>Change-Id: Iad8e7045267d56e32f42db0fbb8448b1b1185f05<br>---<br>M src/pdch.cpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/03/21303/1</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 a7dd2aa..dc98877 100644</span><br><span>--- a/src/pdch.cpp</span><br><span>+++ b/src/pdch.cpp</span><br><span>@@ -235,7 +235,7 @@</span><br><span>                     LOGP(DRLCMAC, LOGL_DEBUG, "- Does not fit, so schedule "</span><br><span>                           "next time\n");</span><br><span>                    /* put back paging record, because does not fit */</span><br><span style="color: hsl(0, 100%, 40%);">-                      llist_add_tail(&pag->list, &paging_list);</span><br><span style="color: hsl(120, 100%, 40%);">+                  llist_add(&pag->list, &paging_list);</span><br><span>                      break;</span><br><span>               }</span><br><span>            Encoding::write_repeated_page_info(pag_vec, wp, pag->identity_lv[0],</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/21303">change 21303</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/+/21303"/><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: Iad8e7045267d56e32f42db0fbb8448b1b1185f05 </div>
<div style="display:none"> Gerrit-Change-Number: 21303 </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>