<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13844">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><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;"><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: merged </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>
<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: Pau Espin Pedrol <pespin@sysmocom.de> </div>