From 60fc45503a4c969c139d3badbcfaf2cefb260f64 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sat, 8 Apr 2023 11:09:24 +0200 Subject: [PATCH] Support of WG4 OpenFronthaul Management-Plane VES - configure streamId for OFHM Issue-ID: OAM-236 Change-Id: Ib2dd448164441b04daac5546122082a89152d5b9 Signed-off-by: Martin Skorupski --- solution/smo/oam/ves-collector/collector.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/smo/oam/ves-collector/collector.properties b/solution/smo/oam/ves-collector/collector.properties index 630e995..315dbe5 100644 --- a/solution/smo/oam/ves-collector/collector.properties +++ b/solution/smo/oam/ves-collector/collector.properties @@ -61,7 +61,7 @@ event.externalSchema.schemaRefPath=$.event.stndDefinedFields.schemaReference event.externalSchema.stndDefinedDataPath=$.event.stndDefinedFields.data ## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile -collector.dmaap.streamid=fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance|o-ran-sc-du-hello-world-pm-streaming-oas3=ves-o-ran-sc-du-hello-world-pm-streaming-oas3|o1-notify-pnf-registration=ves-o1-notify-pnf-registration|file-ready=ves-file-ready +collector.dmaap.streamid=fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance|o-ran-sc-du-hello-world-pm-streaming-oas3=ves-o-ran-sc-du-hello-world-pm-streaming-oas3|o1-notify-pnf-registration=ves-o1-notify-pnf-registration|file-ready=ves-file-ready|o-ran-sc-ofhm=ves-o-ran-sc-ofhm collector.dmaapfile=etc/ves-dmaap-config.json ## Path to the file containing description of api versions -- 2.16.6