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
This commit is contained in:
Philipp Maier 2023-06-15 12:48:36 +02:00 committed by laforge
parent 48bfd56521
commit dcba8d2d20
2 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ module RLCMAC_CSN1_Templates {
}
};
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 @@ module RLCMAC_CSN1_Templates {
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 := {

View File

@ -1020,7 +1020,7 @@ module RLCMAC_CSN1_Types {
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 @@ module RLCMAC_CSN1_Types {
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 {