Use 1 based indices 87/75987/1
authorkjaniak <kornel.janiak@nokia.com>
Fri, 18 Jan 2019 11:18:42 +0000 (12:18 +0100)
committerkjaniak <kornel.janiak@nokia.com>
Fri, 18 Jan 2019 11:19:32 +0000 (12:19 +0100)
Change-Id: Ic2c4309169deed9dab54891c23c5c67d971fc11b
Issue-ID: DCAEGEN2-1102
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
docs/sections/apis/ves-hv/MeasDataCollection.proto

index cd2adab..498358f 100644 (file)
@@ -60,7 +60,7 @@ message MeasValue
 {
     oneof MeasObjInstId {                   // monitored object LDN as per 3GPP TS 32.300 and 3GPP TS 32.432
         string sMeasObjInstId = 1;          // LDN itself
-        uint32 measObjInstIdListIdx = 2;    // %%: index into measObjInstIdList (zero-based)
+        uint32 measObjInstIdListIdx = 2;    // %%: index into measObjInstIdList (1-based)
     }
     repeated MeasResult measResults = 3;
     bool suspectFlag = 4;
@@ -69,7 +69,7 @@ message MeasValue
 
 message MeasResult
 {
-    uint32 p = 1;                           // Index in the MeasTypes array (zero-based), needed only if measResults has fewer elements than MeasTypes
+    uint32 p = 1;                           // Index in the MeasTypes array (1-based), needed only if measResults has fewer elements than MeasTypes
     oneof xValue {
         sint64 iValue = 2;
         double rValue = 3;