Attention is currently required from: laforge, dexter.
1 comment:
File library/RLCMAC_CSN1_Types.ttcn:
Patch Set #1, 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 { ... };
```
To view, visit change 32995. To unsubscribe, or for help writing mail filters, visit settings.