X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran-du%2Fves_template.json;fp=ntsimulator%2Fdeploy%2Fo-ran-du%2Fves_template.json;h=3768e91bf2e83c8340e81e302371150873d6c0c2;hb=74bdd4bd523a3401fb3e28b09e2e333435c8926e;hp=0000000000000000000000000000000000000000;hpb=15be1f3b456af2c634418ebfa10930bf142c1379;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/o-ran-du/ves_template.json b/ntsimulator/deploy/o-ran-du/ves_template.json new file mode 100644 index 0000000..3768e91 --- /dev/null +++ b/ntsimulator/deploy/o-ran-du/ves_template.json @@ -0,0 +1,38 @@ +{ + "event": { + "commonEventHeader": { + "domain": "stndDefined", + "eventId": "%%job-id%%_%%starttime%%", + "eventName": "stndDefined_performanceMeasurementStreaming", + "eventType": "performanceMeasurementStreaming", + "sequence": $$uint32_counter$$, + "priority": "Low", + "reportingEntityId": "", + "reportingEntityName": "$$hostname$$", + "sourceId": "", + "sourceName": "$$hostname$$", + "startEpochMicrosec": %%starttime%%000000, + "lastEpochMicrosec": %%endtime%%000000, + "nfNamingCode": "SIM-O-DU", + "nfVendorName": "O-RAN-SC SIM Project", + "stndDefinedNamespace": "o-ran-sc-du-hello-world-pm-streaming-oas3", + "timeZoneOffset": "+00:00", + "version": "4.1", + "vesEventListenerVersion": "7.2.1" + }, + "stndDefinedFields": { + "stndDefinedFieldsVersion": "1.0", + "schemaReference": "https://gerrit.o-ran-sc.org/r/gitweb?p=scp/oam/modeling.git;a=blob_plain;f=data-model/oas3/experimental/o-ran-sc-du-hello-world-pm-streaming-oas3.yaml", + "data": { + "id": "%%job-id%%_%%starttime%%", + "start-time": "%%starttime-literal%%", + "administrative-state": "%%administrative-state%%", + "operational-state": "enabled", + "user-label": "%%user-label%%", + "job-tag": "%%job-tag%%", + "granularity-period": %%granularity-period%%, + "measurements": [$$du_ves_measurements$$] + } + } + } +} \ No newline at end of file