CBSP_Types: Fix typo num_bcats_compl -> num_bcast_compl

Change-Id: Ic51b3071ea9233a053cb1ee837b910d9250010d2
diff --git a/library/CBSP_Types.ttcn b/library/CBSP_Types.ttcn
index 5ab3c98..b282454 100644
--- a/library/CBSP_Types.ttcn
+++ b/library/CBSP_Types.ttcn
@@ -161,31 +161,31 @@
 };
 type record CBSP_FIELD_NumBcastCompl_CGI {
 	BSSMAP_FIELD_CellIdentification_CGI	ci,
-	uint16_t				num_bcats_compl,
+	uint16_t				num_bcast_compl,
 	CBSP_NumBcastInfo			num_bcast_info,
 	BIT4					spare1_4
 };
 type record CBSP_FIELD_NumBcastCompl_LAC_CI {
 	BSSMAP_FIELD_CellIdentification_LAC_CI	ci,
-	uint16_t				num_bcats_compl,
+	uint16_t				num_bcast_compl,
 	CBSP_NumBcastInfo			num_bcast_info,
 	BIT4					spare1_4
 };
 type record CBSP_FIELD_NumBcastCompl_LAI {
 	BSSMAP_FIELD_CellIdentification_LAI	ci,
-	uint16_t				num_bcats_compl,
+	uint16_t				num_bcast_compl,
 	CBSP_NumBcastInfo			num_bcast_info,
 	BIT4					spare1_4
 };
 type record CBSP_FIELD_NumBcastCompl_CI {
 	OCT2					ci,
-	uint16_t				num_bcats_compl,
+	uint16_t				num_bcast_compl,
 	CBSP_NumBcastInfo			num_bcast_info,
 	BIT4					spare1_4
 };
 type record CBSP_FIELD_NumBcastCompl_LAC {
 	OCT2					lac,
-	uint16_t				num_bcats_compl,
+	uint16_t				num_bcast_compl,
 	CBSP_NumBcastInfo			num_bcast_info,
 	BIT4					spare1_4
 };