summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/resources/WTP.yaml
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-03-19 15:53:15 +0100
committerFilip Krzywka <filip.krzywka@nokia.com>2019-04-11 11:33:05 +0200
commit12acf3e8deaf15c6e5263b2b402c966f495057f1 (patch)
tree4afa68c835536413d4d8290856659cebeb0dc1c7 /docs/sections/services/ves-hv/resources/WTP.yaml
parent580eae246a3ac7bf9533df96d20c0fc9b5425d3c (diff)
Update HV-VES documentation
- include changes to collector configuration, especially moving from command line parameters to configuration file - include changes to run-time configuration i.e. moving from direct Consul requests to CBS usage - changes in design.rst cover extraction of protofiles from hv-ves repository to sdk - also swapped rstTable to rstCSVTable in deployment.rst as they are easier to maintain Change-Id: I5cdee7170d03edaf31615e40f6cb6ad14a6a2331 Issue-ID: DCAEGEN2-1352 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'docs/sections/services/ves-hv/resources/WTP.yaml')
-rw-r--r--docs/sections/services/ves-hv/resources/WTP.yaml45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/sections/services/ves-hv/resources/WTP.yaml b/docs/sections/services/ves-hv/resources/WTP.yaml
new file mode 100644
index 00000000..835ab309
--- /dev/null
+++ b/docs/sections/services/ves-hv/resources/WTP.yaml
@@ -0,0 +1,45 @@
+WTP:
+ -- direct encoding using ASN.1 notation - WTP.asn
+ magic: 0xAA
+ versionMajor: 0x01
+ versionMinor: 0x00
+ reserved: 0x00 0x00 0x00
+ payloadId: 0x00 0x01
+ -- payloadLength set to the highest value 1MiB = 1024 * 1024 = 1048576 B
+ payloadLength: 0x00 0x10 0x00 0x00
+ payload:
+ -- GPB encoded payload - VesEvent.proto
+ commonEventHeader:
+ version: "1.0"
+ domain: "perf3gpp"
+ sequence: 0
+ priority: 1
+ eventId: "sampleEventId01"
+ eventName: "sampleEventName01"
+ lastEpochMicrosec: 120034455
+ startEpochMicrosec: 120034455
+ reportingEntityName: "sampleEntityName"
+ sourceName: "sampleSourceName"
+ vesEventListenerVersion: "anotherVersion"
+ eventFields:
+ -- GPB encoded fields for perf3gpp domain - Perf3gppFields.proto
+ perf3gppFieldsVersion: "1.0"
+ measDataCollection:
+ -- GPB encoded RTPM - MeasDataCollection.proto
+ formatVersion: "28.550 2.0"
+ granularityPeriod: 5
+ measuredEntityUserName: "sampleEntityUserName"
+ measuredEntityDn: "sampleEntityDn"
+ measuredEntitySoftwareVersion: "1.0"
+ measInfo:
+ - measInfo1:
+ iMeasInfoId: 1
+ iMeasTypes: 1
+ jobId: "sampleJobId"
+ measValues:
+ - measValue1:
+ measObjInstIdListIdx: 1
+ measResults:
+ p: 0
+ sint64 iValue: 63888
+ suspectFlag: false