PCUIF: Fix naming of counters in InfoInd

Change-Id: Ieb26020e0f18169f19322963e23358b6ca254545
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 31721c8..ef27b11 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -203,9 +203,9 @@
 	uint8_t		t3191,
 	uint8_t		t3193_10ms,
 	uint8_t		t3195,
-	uint8_t		t3101,
-	uint8_t		t3103,
-	uint8_t		t3105,
+	uint8_t		n3101,
+	uint8_t		n3103,
+	uint8_t		n3105,
 	uint8_t		cv_countdown,
 	uint16_t	dl_tbf_ext,
 	uint16_t	ul_tbf_ext,
@@ -905,9 +905,9 @@
 			t3191 := ?,
 			t3193_10ms := ?,
 			t3195 := ?,
-			t3101 := ?,
-			t3103 := ?,
-			t3105 := ?,
+			n3101 := ?,
+			n3103 := ?,
+			n3105 := ?,
 			cv_countdown := ?,
 			dl_tbf_ext := ?,
 			ul_tbf_ext := ?,
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 1d35a55..61048b0 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -98,9 +98,9 @@
 	t3191 := 5,
 	t3193_10ms := 160,
 	t3195 := 5,
-	t3101 := 10,
-	t3103 := 4,
-	t3105 := 8,
+	n3101 := 10,
+	n3103 := 4,
+	n3105 := 8,
 	cv_countdown := 15,
 	dl_tbf_ext := 250 * 10, /* ms */
 	ul_tbf_ext := 250 * 10, /* ms */