From 72d0c693abbd222bab7c4b864e54f14a3af1fb76 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 8 Sep 2021 10:03:52 +0200 Subject: Cosmetic: pcu: fix GprsMS count comment Related: SYS#4878 Change-Id: Ic11abb330eccf8572a95ddb7e7c59c57b018a713 --- pcu/PCU_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn index 88893ec8..c23e58c3 100644 --- a/pcu/PCU_Tests.ttcn +++ b/pcu/PCU_Tests.ttcn @@ -6004,7 +6004,7 @@ testcase TC_stat_pdch_avail_occ() runs on RAW_PCU_Test_CT { f_PCUIF_PDCHMask_set(info_ind, '11111111'B, 0); f_PCUIF_PDCHMask_set(info_ind, '00000000'B, (1 .. 7)); - /* Allocate 17 GprsMS instances */ + /* Allocate 4 GprsMS instances */ f_init_gprs_ms(4); /* Initialize the PCU interface abstraction */ -- cgit v1.2.3