aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/CBSP_Types.ttcn10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/CBSP_Types.ttcn b/library/CBSP_Types.ttcn
index 5ab3c98b..b282454b 100644
--- a/library/CBSP_Types.ttcn
+++ b/library/CBSP_Types.ttcn
@@ -161,31 +161,31 @@ type union CBSP_FIELD_NumBcastCompl {
};
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
};