<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17956">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pcu: Allow setting 'egprs only' mode by test<br><br>Will be used by next patches testing EGPRS features.<br><br>Change-Id: I7b0ff2f4895b7af39314600c10cc2f139bf45a2f<br>---<br>M pcu/PCU_Tests_RAW.ttcn<br>1 file changed, 8 insertions(+), 0 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/56/17956/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests_RAW.ttcn b/pcu/PCU_Tests_RAW.ttcn</span><br><span>index 7c525e2..006aea9 100644</span><br><span>--- a/pcu/PCU_Tests_RAW.ttcn</span><br><span>+++ b/pcu/PCU_Tests_RAW.ttcn</span><br><span>@@ -129,6 +129,8 @@</span><br><span>    var uint8_t g_mcs_max_dl := 9;</span><br><span>       var uint8_t g_mcs_max_ul := 9;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+    var boolean g_egprs_only := false;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>         /* Guard timeout */</span><br><span>  timer g_T_guard := 60.0;</span><br><span> };</span><br><span>@@ -175,6 +177,12 @@</span><br><span>        map(self:PCUVTY, system:PCUVTY);</span><br><span>     f_vty_set_prompts(PCUVTY);</span><br><span>   f_vty_transceive(PCUVTY, "enable");</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+       if (g_egprs_only) {</span><br><span style="color: hsl(120, 100%, 40%);">+           f_vty_config2(PCUVTY, {"pcu"}, "egprs only");</span><br><span style="color: hsl(120, 100%, 40%);">+     } else {</span><br><span style="color: hsl(120, 100%, 40%);">+              f_vty_config2(PCUVTY, {"pcu"}, "no egprs");</span><br><span style="color: hsl(120, 100%, 40%);">+       }</span><br><span> }</span><br><span> </span><br><span> private function f_init_raw(charstring id, template (value) PCUIF_info_ind info_ind := ts_PCUIF_INFO_default)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17956">change 17956</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/+/17956"/><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: I7b0ff2f4895b7af39314600c10cc2f139bf45a2f </div>
<div style="display:none"> Gerrit-Change-Number: 17956 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>