aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-11 14:43:35 +0100
committerlaforge <laforge@osmocom.org>2021-01-11 13:54:48 +0000
commit2889f87d205cd3af899f71cbcd51f88f310e1b38 (patch)
tree9e8035491e04dc23b57ebc567d34d41392b22b77
parent92c19081c702f370e2abcaf5ae1b6deffa0e45e0 (diff)
pcu: Assign TLLI_UNUSED instead of string literal
-rw-r--r--pcu/PCU_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 8294f2ac..528ee253 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -311,7 +311,7 @@ runs on RAW_PCU_Test_CT return PollFnCtx {
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 */