<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11112">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">allow less characters for SCCP address book entries<br><br>Allowing a whole line of characters as address book name would be a lot,<br>allowing 512 characters is completely ridiculous. That's more than this entire<br>commit log message! 32 is plenty.<br><br>Though libosmo-sigtran becomes binary-backwards-incompatible, all linking<br>programs should automatically get the limitation in their VTY parsing without<br>any changes.<br><br>Change-Id: I3ecf83d620e46f7bf9857fc60a93d4e240ee3b8a<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/12/11112/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 2f70bb6..c66a781 100644</span><br><span>--- a/src/osmo_ss7_vty.c</span><br><span>+++ b/src/osmo_ss7_vty.c</span><br><span>@@ -1018,7 +1018,7 @@</span><br><span>      struct llist_head list;</span><br><span>      struct llist_head list_global;</span><br><span>       struct osmo_ss7_instance *inst;</span><br><span style="color: hsl(0, 100%, 40%);">- char name[512];</span><br><span style="color: hsl(120, 100%, 40%);">+       char name[32];</span><br><span>       struct osmo_sccp_addr addr;</span><br><span> };</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11112">change 11112</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/11112"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3ecf83d620e46f7bf9857fc60a93d4e240ee3b8a </div>
<div style="display:none"> Gerrit-Change-Number: 11112 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>