<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/16101">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix generating asp-role that can be parsed when re-opening config file<br><br>The ASP role must be saved in lowercas as the parser during config file<br>reading only understands it in lowercase.<br><br>Change-Id: I38b8e4d73121f8bf001037fdd2dd164113544d94<br>Closes: OS#4270<br>---<br>M src/osmo_ss7_vty.c<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/libosmo-sccp refs/changes/01/16101/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo_ss7_vty.c b/src/osmo_ss7_vty.c</span><br><span>index 08d8c43..ebae5a5 100644</span><br><span>--- a/src/osmo_ss7_vty.c</span><br><span>+++ b/src/osmo_ss7_vty.c</span><br><span>@@ -753,7 +753,7 @@</span><br><span>        if (asp->cfg.qos_class)</span><br><span>           vty_out(vty, "  qos-class %u%s", asp->cfg.qos_class, VTY_NEWLINE);</span><br><span>      if (asp->cfg.role_set_by_vty) {</span><br><span style="color: hsl(0, 100%, 40%);">-              vty_out(vty, "  role %s%s", get_value_string(osmo_ss7_asp_role_names, asp->cfg.role),</span><br><span style="color: hsl(120, 100%, 40%);">+            vty_out(vty, "  role %s%s", osmo_str_tolower(get_value_string(osmo_ss7_asp_role_names, asp->cfg.role)),</span><br><span>                         VTY_NEWLINE);</span><br><span>        }</span><br><span>    if (!asp->cfg.is_server)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/16101">change 16101</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/c/libosmo-sccp/+/16101"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-sccp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I38b8e4d73121f8bf001037fdd2dd164113544d94 </div>
<div style="display:none"> Gerrit-Change-Number: 16101 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>