laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33321 )
Change subject: Fix typo: CCNMesurementReport ......................................................................
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 --- M library/RLCMAC_CSN1_Templates.ttcn M library/RLCMAC_CSN1_Types.ttcn 2 files changed, 18 insertions(+), 4 deletions(-)
Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
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 := { 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 {