<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13375">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: Ensure we're always using the same defaults for the CGI<br><br>Not all parts of the code explicitly specify each and every parameter<br>of the Cell Gobal Identifier (particularly we don't do that for the PCU<br>INFO IND), and hence multiple parts only interoperate if the same<br>defaults are used in all locations.<br><br>Change-Id: Iac9be9a8d4ccb4d01cc343d763d2e35873e3844f<br>---<br>M library/PCUIF_Types.ttcn<br>M pcu/PCU_Tests.default<br>2 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/75/13375/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn</span><br><span>index 5644431..0c3f000 100644</span><br><span>--- a/library/PCUIF_Types.ttcn</span><br><span>+++ b/library/PCUIF_Types.ttcn</span><br><span>@@ -657,9 +657,9 @@</span><br><span>                                              template (value) PCUIF_Flags flags := c_PCUIF_Flags_default,</span><br><span>                                                 template (value) uint16_t mcc := 262,</span><br><span>                                                template (value) uint16_t mnc := 42,</span><br><span style="color: hsl(0, 100%, 40%);">-                                            template (value) uint16_t lac := 2342,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                template (value) uint16_t lac := 13135,</span><br><span>                                              template (value) uint8_t rac := 0,</span><br><span style="color: hsl(0, 100%, 40%);">-                                              template (value) uint16_t cell_id := 1,</span><br><span style="color: hsl(120, 100%, 40%);">+                                               template (value) uint16_t cell_id := 20960,</span><br><span>                                                  template (value) uint8_t bsic := 7,</span><br><span>                                                  template (value) PCUIF_InfoTrxs trx := ts_PCUIF_InfoTrxs_def,</span><br><span>                                                template (value) uint32_t version := PCU_IF_VERSION) := {</span><br><span>diff --git a/pcu/PCU_Tests.default b/pcu/PCU_Tests.default</span><br><span>index a877045..67c05f8 100644</span><br><span>--- a/pcu/PCU_Tests.default</span><br><span>+++ b/pcu/PCU_Tests.default</span><br><span>@@ -13,11 +13,11 @@</span><br><span>    cell_id := {</span><br><span>                 ra_id := {</span><br><span>                   lai := {</span><br><span style="color: hsl(0, 100%, 40%);">-                                mcc_mnc := '00101F'H, lac := 1</span><br><span style="color: hsl(120, 100%, 40%);">+                                mcc_mnc := '26242F'H, lac := 13135</span><br><span>                   },</span><br><span>                   rac := 0</span><br><span>             },</span><br><span style="color: hsl(0, 100%, 40%);">-              cell_id := 0</span><br><span style="color: hsl(120, 100%, 40%);">+          cell_id := 20960</span><br><span>     },</span><br><span>   sgsn_role := true</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13375">change 13375</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/13375"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iac9be9a8d4ccb4d01cc343d763d2e35873e3844f </div>
<div style="display:none"> Gerrit-Change-Number: 13375 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>