Wrong value format in measurment ves example 93/6393/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 23 Jun 2021 07:58:00 +0000 (09:58 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 23 Jun 2021 07:58:36 +0000 (09:58 +0200)
- start and end time changed from ms tu µs

Issue-Id: OAM-221
Change-Id: I35dd1617958de2f5471ac9505e78c31604988802
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/dev/client-scripts-ves-v7/send15minPm.sh

index 5a5a505..f984a4d 100755 (executable)
@@ -36,8 +36,8 @@ declare -A mapping=(
     [interface]=${interfaceByType[$pnfType]}
     [timestamp]=${timestamp}
     [eventTime]=${eventTime}
-    [collectionStartTime]=${collectionStartTime}000
-    [collectionEndTime]=${collectionEndTime}000
+    [collectionStartTime]=${collectionStartTime}000000
+    [collectionEndTime]=${collectionEndTime}000000
     [intervalStartTime]=$(date -u -R -d @$collectionStartTime )
     [intervalEndTime]=$(date -u -R -d @$collectionEndTime )
     [vendor]=${vendorsByType[$pnfType]^^}