<p>Patch set 3:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19114">View Change</a></p><p>4 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19114/3/library/GSM_RestOctets.ttcn">File library/GSM_RestOctets.ttcn:</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/osmo-ttcn3-hacks/+/19114/3/library/GSM_RestOctets.ttcn@523">Patch Set #3, Line 523:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">meas_params_desc := { presence := '0'B, desc := omit },<br>  gprs := {<br>             rt_diff_desc := { presence := '0'B, desc := omit },<br>           bsic_desc := { presence := '0'B, desc := omit },<br>              rep_prio_desc := { presence := '0'B, desc := omit },<br>          meas_params_desc := { presence := '0'B, desc := omit }<br>        },<br>    nc_meas_params := { presence := '0'B, params := omit },<br>       ext_info := { presence := '0'B, info := omit },<br><br>     utran_neigh_desc := { presence := '0'B, desc := omit },<br>       utran_meas_params_desc := { presence := '0'B, desc := omit },<br> utran_gprs_meas_params_desc := { presence := '0'B, desc := omit },<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Again, please do not copy-paste. Rather do 'modifies tro_SI2quaterRestOctets_base' and change what needs to be different from the base template.</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19114/3/library/GSM_RestOctets.ttcn@583">Patch Set #3, Line 583:</a> <code style="font-family:monospace,monospace">uint16_t e_arfcn := 111, uint3_t meas_bw := 3</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">These values are ttcn-bsc-test specific, while this file belongs to 'library'. Rather add template arguments, so this template would be much more flexible:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  template (present) uint16_t e_arfcn := ?,<br>  template (omit) uint3_t meas_bw := *</pre></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19114/3/library/GSM_RestOctets.ttcn@587">Patch Set #3, Line 587:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">meas_bw_presence := '1'B,<br> meas_bw := meas_bw<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">So here you can do:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">  meas_bw_presence := ?,<br>  meas_bw := meas_bw</pre></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19114/3/library/GSM_RestOctets.ttcn@595">Patch Set #3, Line 595:</a> <code style="font-family:monospace,monospace">uint5_t thresh_hi := 20</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Same here: tr_* templates should allow matching against '?' and '*'.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19114">change 19114</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/osmo-ttcn3-hacks/+/19114"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I4162cc39ad351f5e96f5941116a424adc44efaa2 </div>
<div style="display:none"> Gerrit-Change-Number: 19114 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 08 Jul 2020 00:43:26 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: Yes </div>
<div style="display:none"> Gerrit-MessageType: comment </div>