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_Templates.ttcn b/library/RLCMAC_CSN1_Templates.ttcn
index 000709d..ef8c952 100644
--- a/library/RLCMAC_CSN1_Templates.ttcn
+++ b/library/RLCMAC_CSN1_Templates.ttcn
@@ -142,7 +142,7 @@
 		}
 	};
 
-	const CCNMesurementReport ccn_meas_rep_def := {
+	const CCNMeasReport ccn_meas_rep_def := {
 		rxlev_servig_cell := 0,
 		zero := '0'B,
 		num_meas := 0,
@@ -153,7 +153,7 @@
 	template (value) RlcmacUlCtrlMsg ts_RlcMacUlCtrl_PKT_CELL_CHG_NOTIF(uint5_t tfi,
 						GsmArfcn arfcn,
 						uint6_t bsic,
-						template (value) CCNMesurementReport ccn_meas_rep := ccn_meas_rep_def)
+						template (value) CCNMeasReport ccn_meas_rep := ccn_meas_rep_def)
 	:= {
 		msg_type := PACKET_CELL_CHANGE_NOTIFICATION,
 		u := {