dexter has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/21/33321/1
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 ba4c285..7c671a7 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,
@@ -1089,7 +1089,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 {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33321
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1e44afdbede7420299435ddb7333dd151b5da4b3
Gerrit-Change-Number: 33321
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange