From b1f77e2fb2d0cb102f2a553463f59f9216355ea8 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Fri, 21 Oct 2022 13:25:21 +0200 Subject: [PATCH] Add test script for o1NotifyPnfRegistration - add json template IssueID: OAM-302 Change-Id: I9ccf0184f6bd82ae9ac3cf1940072eba16869847 Signed-off-by: demx8as6 --- .../json/templates/stndDefined-o1NotifyPnfRegistration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/client-scripts-ves-v7/json/templates/stndDefined-o1NotifyPnfRegistration.json b/code/client-scripts-ves-v7/json/templates/stndDefined-o1NotifyPnfRegistration.json index 2ac255b..96bd4e9 100644 --- a/code/client-scripts-ves-v7/json/templates/stndDefined-o1NotifyPnfRegistration.json +++ b/code/client-scripts-ves-v7/json/templates/stndDefined-o1NotifyPnfRegistration.json @@ -3,8 +3,8 @@ "commonEventHeader": { "domain": "@domain@", "eventId": "@eventId@", - "eventName": "@domain@_@eventType@_Alarms_@alarm@", - "eventType": "@eventType@_Alarms", + "eventName": "@domain@_@eventType@_pnf_registration", + "eventType": "@eventType@_pnf_registration", "sequence": 0, "priority": "Low", "reportingEntityId": "", -- 2.16.6