<p>Max <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12367">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Stefan Sperling: Looks good to me, but someone else must approve
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">LCLS: use proper types for value_string wrappers<br><br>Change-Id: I0f47a610e06ac99bd60a5aad6f50f3658480165e<br>---<br>M include/osmocom/gsm/gsm0808.h<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></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 ac88748..782f3ec 100644</span><br><span>--- a/include/osmocom/gsm/gsm0808.h</span><br><span>+++ b/include/osmocom/gsm/gsm0808.h</span><br><span>@@ -219,13 +219,13 @@</span><br><span> extern const struct value_string gsm0808_lcls_control_names[];</span><br><span> extern const struct value_string gsm0808_lcls_status_names[];</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static inline const char *gsm0808_lcls_config_name(uint8_t val) {</span><br><span style="color: hsl(120, 100%, 40%);">+static inline const char *gsm0808_lcls_config_name(enum gsm0808_lcls_config val) {</span><br><span>        return get_value_string(gsm0808_lcls_config_names, val);</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">-static inline const char *gsm0808_lcls_control_name(uint8_t val) {</span><br><span style="color: hsl(120, 100%, 40%);">+static inline const char *gsm0808_lcls_control_name(enum gsm0808_lcls_control val) {</span><br><span>        return get_value_string(gsm0808_lcls_control_names, val);</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">-static inline const char *gsm0808_lcls_status_name(uint8_t val) {</span><br><span style="color: hsl(120, 100%, 40%);">+static inline const char *gsm0808_lcls_status_name(enum gsm0808_lcls_status val) {</span><br><span>  return get_value_string(gsm0808_lcls_status_names, val);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12367">change 12367</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/12367"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I0f47a610e06ac99bd60a5aad6f50f3658480165e </div>
<div style="display:none"> Gerrit-Change-Number: 12367 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <stsp@stsp.name> </div>