pcu: Assign TLLI_UNUSED instead of string literal

Change-Id: I7a505527458ed716b7b0912e88c6fcf58e0ff044
This commit is contained in:
Pau Espin 2021-01-11 14:43:35 +01:00 committed by laforge
parent 92c19081c7
commit 2889f87d20
1 changed files with 1 additions and 1 deletions

View File

@ -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 */