<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13882">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Re-introduce declaration of gsm0808_create_handover_request_ack()<br><br>In Change-Id Ia71542ea37d4fd2c9fb9b40357db7aeb111ec576, the old<br>declaration of gsm0808_create_handover_request_ack() was accidentially<br>removed from the gsm0808.h header file.  The actual function itself<br>(and the exported symbol) remained for backwards compatibility at<br>runtime, but removing the declaration from the header file resulted in<br>build failures across the board of all automatic tests.<br><br>Let's re-introduce the old declaration.<br><br>Change-Id: I9e96fa675fccca9ee9631caad7559dea3794d490<br>---<br>M include/osmocom/gsm/gsm0808.h<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/82/13882/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h</span><br><span>index 93195b5..60ff550 100644</span><br><span>--- a/include/osmocom/gsm/gsm0808.h</span><br><span>+++ b/include/osmocom/gsm/gsm0808.h</span><br><span>@@ -194,6 +194,10 @@</span><br><span> };</span><br><span> struct msgb *gsm0808_create_handover_request(const struct gsm0808_handover_request *params);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+struct msgb *gsm0808_create_handover_request_ack(const uint8_t *l3_info, uint8_t l3_info_len,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                uint8_t chosen_channel, uint8_t chosen_encr_alg,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                uint8_t chosen_speech_version);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> struct gsm0808_handover_request_ack {</span><br><span>     const uint8_t *l3_info;</span><br><span>      uint8_t l3_info_len;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13882">change 13882</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/13882"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9e96fa675fccca9ee9631caad7559dea3794d490 </div>
<div style="display:none"> Gerrit-Change-Number: 13882 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>