Fix typo: CCNMesurementReport

There is a typo in the CSN.1 definition for CCN Measurement Report.
While fixing this we can also shorten the record name to
"CCNMeasReport" to make it coherent to the Utran/Eutran related
definitions.

Change-Id: I1e44afdbede7420299435ddb7333dd151b5da4b3
diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn
index 917b5d5..a4ed307 100644
--- a/library/RLCMAC_CSN1_Types.ttcn
+++ b/library/RLCMAC_CSN1_Types.ttcn
@@ -1020,7 +1020,7 @@
 		variant (bsic) "PRESENCE(bsic_presence = '1'B)"
 	};
 	type record of NCMeasurementItem NCMeasurements;
-	type record CCNMesurementReport {
+	type record CCNMeasReport {
 		uint6_t 	rxlev_servig_cell,
 		BIT1		zero ('0'B),
 		uint3_t		num_meas,
@@ -1090,7 +1090,7 @@
 		BIT2			psi3_change_mark optional,
 		BIT1			pmo_used,
 		BIT1			pccn_sending,
-		CCNMesurementReport	ccn_meas_rep,
+		CCNMeasReport		ccn_meas_rep,
 		/* Rel-Additions (Matrioshka) */
 		PktCellChgNotifAdditions rel_additions optional
 	} with {