X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=entities%2Fran_load_information.proto;h=338ae4d33e7e0ff3c8d1694f16964a1daeeae567;hb=80a19b42fc8ac94145a9e141743d748d161fa2fc;hp=b1cfc7f1510197e5dda50422c1dbdf6e0c31950e;hpb=b7853804b4f2b3d74ebe2458609ffad0a1751de4;p=ric-plt%2Fnodeb-rnib.git diff --git a/entities/ran_load_information.proto b/entities/ran_load_information.proto index b1cfc7f..338ae4d 100644 --- a/entities/ran_load_information.proto +++ b/entities/ran_load_information.proto @@ -1,12 +1,11 @@ syntax = "proto3"; package entities; -import "google/protobuf/timestamp.proto"; import "enb.proto"; // 9.1.2.1 message RanLoadInformation { - google.protobuf.Timestamp load_timestamp = 1; + uint64 load_timestamp = 1; repeated CellLoadInformation cell_load_infos = 2; }