<p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19216">View Change</a></p><p>7 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/+/19216/1/bsc/BSC_Tests.ttcn">File bsc/BSC_Tests.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/+/19216/1/bsc/BSC_Tests.ttcn@1825">Patch Set #1, Line 1825:</a> <code style="font-family:monospace,monospace">           cells[i] := tr_CellSelectionIndicatorValue_EUTRAN_Description(earfcn, meas_bw_presence := '0'B, meas_bw := omit);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">I am using meas_bw_presence here.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19216/1/library/GSM_RR_Types.ttcn">File library/GSM_RR_Types.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/+/19216/1/library/GSM_RR_Types.ttcn@1074">Patch Set #1, Line 1074:</a> <code style="font-family:monospace,monospace">CellSelectionIndicatorValue</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">It makes sense to shorten names a bit, e.g. CellSelIndValue.</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">yes, the names are getting awfully long, but there's also something to using the exact naming from the specs...<br>looking around this file the style seems to be shortened names. so ok.</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/+/19216/1/library/GSM_RR_Types.ttcn@1087">Patch Set #1, Line 1087:</a> <code style="font-family:monospace,monospace">CellSelectionIndicatorValueEnum</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Not sure if this type is going to be used outside, so let's make it 'private'. […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">I see only this one. But I wonder why keeping it private is worth spending thoughts on?</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/+/19216/1/library/GSM_RR_Types.ttcn@1109">Patch Set #1, Line 1109:</a> <code style="font-family:monospace,monospace">arfcn</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">uarfcn?</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">in the spec this is called "FDD-ARFCN" and "TDD-ARFCN" -- i noticed that FDD and TDD are exactly the same structure, so i stripped the prefix and used this twice in the Enum above. It makes sense to add a 'u' but I try to use naming identical to the specs. What do you think?</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/+/19216/1/library/GSM_RR_Types.ttcn@1131">Patch Set #1, Line 1131:</a> <code style="font-family:monospace,monospace">define not_allowed_cells</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">See GSM_RestOctets.EUTRAN_RepeatedNotAllowedCells (incomplete implementation).</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">indeed seems to be the same "PCID Group IE" coding</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/+/19216/1/library/GSM_RR_Types.ttcn@1134">Patch Set #1, Line 1134:</a> <code style="font-family:monospace,monospace">target_pcid</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Can we use GSM_RestOctets. […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">44.018 says</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> PCID to TA mapping : < PCID Group IE ></pre><p style="white-space: pre-wrap; word-wrap: break-word;">vs</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> TARGET_PCID : bit (9)</pre><p style="white-space: pre-wrap; word-wrap: break-word;">so looks distinct to me...?<br>let's just leave it until someone wants to use it?</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/+/19216/1/library/GSM_RR_Types.ttcn@1154">Patch Set #1, Line 1154:</a> <code style="font-family:monospace,monospace">meas_bw_presence</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Unused argument. I don't think it's even needed.</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">if i want to verify that the presence bit is encoded correctly, then I do need this argument.<br>I am using it in this patch.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Are you saying the presence bit is validated even when I am passing it as '?'</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19216">change 19216</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/+/19216"/><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: I882c5e1f70bcc4833fc837a95c900ce291919cc5 </div>
<div style="display:none"> Gerrit-Change-Number: 19216 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-CC: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 13 Jul 2020 11:27:41 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>