<p>Max <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/12352">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Store GSN address in libosmocore struct<br><br>That's automated code change made using following program:<br><br>//spatch --in-place --sp-file dup.spatch -I include --dir ./ --all-includes<br>@@<br>@@<br>struct<br>- gsn_addr<br>+ osmo_gsn_address<br><br>@@<br>struct osmo_gsn_address a;<br>@@<br>(<br>a.<br>- len<br>+ length<br>|<br>a.<br>- buf<br>+ addr<br>)<br><br>@@<br>@@<br>- /* ... */<br>- struct gsn_addr {...};<br><br>Note that --all-includes is necessary because affected functions are<br>defined and implemented in files with different subdirectory names under<br>include and src correspondingly.<br><br>Change-Id: I6ed32a91483dc608c47df77869033a6e891e9e6a<br>---<br>M include/osmocom/sgsn/gtphub.h<br>M src/gprs/gtphub.c<br>M src/gprs/gtphub_ares.c<br>M tests/gtphub/gtphub_test.c<br>4 files changed, 61 insertions(+), 61 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/52/12352/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/12352">change 12352</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/12352"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I6ed32a91483dc608c47df77869033a6e891e9e6a </div>
<div style="display:none"> Gerrit-Change-Number: 12352 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>