Change in osmo-ttcn3-hacks[master]: pcu: Assign TLLI_UNUSED instead of string literal

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.org
Mon Jan 11 13:48:46 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22093 )


Change subject: pcu: Assign TLLI_UNUSED instead of string literal
......................................................................

pcu: Assign TLLI_UNUSED instead of string literal

Change-Id: I7a505527458ed716b7b0912e88c6fcf58e0ff044
---
M pcu/PCU_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/22093/1

diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 8294f2a..528ee25 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -311,7 +311,7 @@
 
 testcase TC_pcuif_suspend() runs on RAW_PCU_Test_CT {
 	var octetstring ra_id := enc_RoutingAreaIdentification(mp_gb_cfg.bvc[0].cell_id.ra_id);
-	var GprsTlli tlli := 'FFFFFFFF'O;
+	var GprsTlli tlli := TLLI_UNUSED;
 	timer T;
 
 	/* Initialize NS/BSSGP side */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22093
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: I7a505527458ed716b7b0912e88c6fcf58e0ff044
Gerrit-Change-Number: 22093
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/20210111/50820abc/attachment.htm>


More information about the gerrit-log mailing list