This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26252 )
Change subject: pcu: No need to set t3142 in TC_ratectr_all_available_allocated
......................................................................
pcu: No need to set t3142 in TC_ratectr_all_available_allocated
That's a copy-past arfifact from another test.
Change-Id: Ib0ec4a9bb4f48330ab5ced94fe6b705a9fc69603
---
M pcu/PCU_Tests.ttcn
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/52/26252/1
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index a191cc5..40dd400 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -6511,7 +6511,6 @@
var BIT11 ra11;
info_ind := valueof(ts_PCUIF_INFO_default);
- info_ind.t3142 := 3;
/* Only the first TRX is enabled. */
f_PCUIF_PDCHMask_set(info_ind, '00000000'B, (1 .. 7));
@@ -6540,7 +6539,7 @@
rest := tr_IARRestOctets({ *, tr_ExtRAOpt(substr(ra11, 6, 5)), * });
/* At this point, the IUT should run out of free USFs */
- f_TC_egprs_pkt_chan_req_reject(ra11, 1870, rest, wi := info_ind.t3142);
+ f_TC_egprs_pkt_chan_req_reject(ra11, 1870, rest);
/* bts.0.pdch.all_allocated is updated once per second, wait some time to make sure it was updated. */
f_sleep(2.0);
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26252
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ib0ec4a9bb4f48330ab5ced94fe6b705a9fc69603
Gerrit-Change-Number: 26252
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211115/4aedaecf/attachment.htm>