<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13844">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm/gsm_utils.h: fix argument type of gsm_chan_t_name()<br><br>The actual value-string array 'gsm_chan_t_names' describes<br>the enum values of 'gsm_chan_t', not 'gsm48_chan_mode'.<br><br>Change-Id: Ifc2121b23fb8d07589cc5b7aa8fbf4e27eb6b72b<br>Fixes: CID#188831, CID#188825<br>---<br>M include/osmocom/gsm/gsm_utils.h<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/libosmocore refs/changes/44/13844/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h</span><br><span>index 37df665..7a5da9a 100644</span><br><span>--- a/include/osmocom/gsm/gsm_utils.h</span><br><span>+++ b/include/osmocom/gsm/gsm_utils.h</span><br><span>@@ -230,7 +230,7 @@</span><br><span> };</span><br><span> </span><br><span> extern const struct value_string gsm_chan_t_names[];</span><br><span style="color: hsl(0, 100%, 40%);">-static inline const char *gsm_chan_t_name(enum gsm48_chan_mode val)</span><br><span style="color: hsl(120, 100%, 40%);">+static inline const char *gsm_chan_t_name(enum gsm_chan_t val)</span><br><span> { return get_value_string(gsm_chan_t_names, val); }</span><br><span> </span><br><span> /* Deprectated functions */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13844">change 13844</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/13844"/><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: Ifc2121b23fb8d07589cc5b7aa8fbf4e27eb6b72b </div>
<div style="display:none"> Gerrit-Change-Number: 13844 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>