X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=control%2Ftypes.go;fp=control%2Ftypes.go;h=d7c5938a94bd646db6fedde05df755b96aad968a;hb=3557f23287ead88d87934e2df4d0b31e27d15b3f;hp=387c13776db78714e31f41d30f6508aada313540;hpb=3c3529321278742332a150b4bc9c97b58e0c1786;p=scp%2Fric-app%2Fkpimon.git diff --git a/control/types.go b/control/types.go index 387c137..d7c5938 100644 --- a/control/types.go +++ b/control/types.go @@ -360,7 +360,7 @@ type NeighborCellRFType struct { } type UeMetricsEntry struct { - UeID string `json:"UE ID"` + UeID int64 `json:"UE ID"` ServingCellID string `json:"Serving Cell ID"` MeasTimestampPDCPBytes Timestamp `json:"Meas-Timestamp-PDCP-Bytes"` PDCPBytesDL int64 `json:"PDCP-Bytes-DL"`