X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=control%2Ftypes.go;h=387c13776db78714e31f41d30f6508aada313540;hb=3c3529321278742332a150b4bc9c97b58e0c1786;hp=c6fef1438ea14226bf098988411e38b3a8862e49;hpb=4a8b4de538cb766095326da4a628b5cc01b8c8e7;p=scp%2Fric-app%2Fkpimon.git diff --git a/control/types.go b/control/types.go index c6fef14..387c137 100644 --- a/control/types.go +++ b/control/types.go @@ -349,9 +349,9 @@ type CellMetricsEntry struct { } type CellRFType struct { - RSRP int `json:"rsrp"` - RSRQ int `json:"rsrq"` - RSSINR int `json:"rsSinr"` + RSRP int `json:"rsrp"` + RSRQ int `json:"rsrq"` + RSSINR int `json:"rssinr"` } type NeighborCellRFType struct { @@ -360,15 +360,15 @@ type NeighborCellRFType struct { } type UeMetricsEntry struct { - UeID string `json:"UE ID"` - ServingCellID string `json:"Serving Cell ID"` - MeasTimestampPDCPBytes Timestamp `json:"Meas-Timestamp-PDCP-Bytes"` - PDCPBytesDL int64 `json:"PDCP-Bytes-DL"` - PDCPBytesUL int64 `json:"PDCP-Bytes-UL"` - MeasTimestampPRB Timestamp `json:"Meas-Timestamp-PRB"` - PRBUsageDL int64 `json:"PRB-Usage-DL"` - PRBUsageUL int64 `json:"PRB-Usage-UL"` - MeasTimeRF Timestamp `json:"Meas-Time-RF"` - ServingCellRF CellRFType `json:"Serving-Cell-RF"` - NeighborCellsRF []NeighborCellRFType `json:"Neighbor-Cell-RF"` + UeID string `json:"UE ID"` + ServingCellID string `json:"Serving Cell ID"` + MeasTimestampPDCPBytes Timestamp `json:"Meas-Timestamp-PDCP-Bytes"` + PDCPBytesDL int64 `json:"PDCP-Bytes-DL"` + PDCPBytesUL int64 `json:"PDCP-Bytes-UL"` + MeasTimestampPRB Timestamp `json:"Meas-Timestamp-PRB"` + PRBUsageDL int64 `json:"PRB-Usage-DL"` + PRBUsageUL int64 `json:"PRB-Usage-UL"` + MeasTimeRF Timestamp `json:"Meas-Time-RF"` + ServingCellRF CellRFType `json:"servingCellRfReport"` + NeighborCellsRF []NeighborCellRFType `json:"neighbourCellList"` }