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 := ?,