Attention is currently required from: laforge, dexter.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32995 )
Change subject: RLCMAC_CSN1_Types: Add release 6 additions to PacketCellChangeNotification ......................................................................
Patch Set 1:
(1 comment)
File library/RLCMAC_CSN1_Types.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32995/comment/adb307a5_ac8d1... PS1, Line 969: utran_cell_list_index Actually, this field should also be part of the list.
``` type record of UtranCCNMesurementReportItem ReportingQuantityList; type record UtranCCNMesurementReportItem { uint7_t cell_list_index, uint6_t reporting_quantity } with { variant "" };
type record UtranCCNMesurementReport { uint3_t n_3g, ReportingQuantityList cells, } with { ... }; ```