<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12367">View Change</a></p><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;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/67/12367/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 79d89e5..76b77b6 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: newchange </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: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>