<p style="white-space: pre-wrap; word-wrap: break-word;">Only minor stuff, thanks!</p><p><a href="https://gerrit.osmocom.org/13744">View Change</a></p><p>2 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/#/c/13744/5/src/gprs/gprs_gmm.c">File src/gprs/gprs_gmm.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/13744/5/src/gprs/gprs_gmm.c@1620">Patch Set #5, Line 1620:</a> <code style="font-family:monospace,monospace"> * network. */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Please also leave the old comment together with the new additions, it's handy to understand what the function does quickly before looking at it:<br>"Returns false if any active PDP context in pdp_status is not present in the pdp_list for given MS".</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/#/c/13744/5/src/gprs/gprs_gmm.c@1628">Patch Set #5, Line 1628:</a> <code style="font-family:monospace,monospace">      for (pdp_nsapi = 0, i = 0; i < pdp_status_len; i = (++pdp_nsapi) / 8) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Probably much clear to have simple pdp_nsapi++ in the foor loop clause, then in body have:<br>i = pdp_nsapi / 8;<br>if (!(pdp_status[i] & (1 << (pdp_nsapi - 8 * i))))</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/13744">change 13744</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/13744"/><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: comment </div>
<div style="display:none"> Gerrit-Change-Id: If610cbef17c25ec44e65d4f1b2340d102c560437 </div>
<div style="display:none"> Gerrit-Change-Number: 13744 </div>
<div style="display:none"> Gerrit-PatchSet: 5 </div>
<div style="display:none"> Gerrit-Owner: Mykola Shchetinin <mykola@pentonet.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Mykola Shchetinin <mykola@pentonet.com> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-CC: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 24 Apr 2019 11:58:22 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>