Update go.mod to 1.0.20
[ric-plt/nodeb-rnib.git] / entities / ran_load_information.proto
index 94312bb..338ae4d 100644 (file)
@@ -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;
 }
 
@@ -77,7 +76,7 @@ enum NumberOfCellSpecificAntennaPorts {
 message EnhancedRntp {
     string enhanced_rntp_bitmap = 1;
     RntpThreshold rntp_high_power_threshold = 2;
-    repeated StartTime enhanced_rntp_start_times = 3;
+    StartTime enhanced_rntp_start_time = 3;
 }
 
 message StartTime {
@@ -117,7 +116,7 @@ message ExtendedUlInterferenceOverloadInfo {
 // 9.2.74
 message CompInformation {
     repeated CompInformationItem comp_information_items = 1;
-    repeated StartTime comp_information_start_time = 2;
+    StartTime comp_information_start_time = 2;
 }
 
 message CompInformationItem {