<p>Stefan Sperling has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9652">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tweak the default point codes used by sccp_demo_user<br><br>commit 4dc9088cabedc40cb9072814237ad5926b12bd35 changed<br>default point code values from:<br><br>Client mode: 23 (local)<br>Server mode: 1 (local)<br><br>to<br><br>Client mode: -1 (local)<br>Server mode: 23 (local)<br><br>Change the defaults again:<br>Set local default point code to 23, and remote default point<br>code to 1. Use the same default values for both client and<br>server modes. This default behaviour is more consistent and<br>will be assumed by the upcoming SCCP test suite.<br><br>Change-Id: I7432e6fc2617e0fd77a098fcd7d14abc40db7229<br>Related: OS#2666<br>---<br>M examples/sccp_demo_user.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/52/9652/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c</span><br><span>index f0b1a3e..b01574e 100644</span><br><span>--- a/examples/sccp_demo_user.c</span><br><span>+++ b/examples/sccp_demo_user.c</span><br><span>@@ -82,10 +82,10 @@</span><br><span>     .version = 0,</span><br><span> };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#define DEFAULT_LOCAL_PC -1</span><br><span style="color: hsl(120, 100%, 40%);">+#define DEFAULT_LOCAL_PC    23</span><br><span> #define DEFAULT_LOCAL_ADDRESS     "127.0.0.2"</span><br><span> #define DEFAULT_LOCAL_PORT     M3UA_PORT</span><br><span style="color: hsl(0, 100%, 40%);">-#define DEFAULT_REMOTE_PC      23</span><br><span style="color: hsl(120, 100%, 40%);">+#define DEFAULT_REMOTE_PC   1</span><br><span> #define DEFAULT_REMOTE_ADDRESS     "127.0.0.1"</span><br><span> #define DEFAULT_REMOTE_PORT    M3UA_PORT</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9652">change 9652</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/9652"/><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: I7432e6fc2617e0fd77a098fcd7d14abc40db7229 </div>
<div style="display:none"> Gerrit-Change-Number: 9652 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <ssperling@sysmocom.de> </div>