From 3df3182a7badeef662f743bfc8d67cea805b1ef4 Mon Sep 17 00:00:00 2001 From: mojahidi Date: Tue, 29 Aug 2017 18:20:26 +0530 Subject: Update ASDC References to SDC 1/2 This patch changes ASDC to SDC in APPC code, bundle names and other pertinent places. This change sanitizes SDC for Open Source. It is the first in a two part change, the first updates code mentions and artifacts. The second will update database references. Change-Id: Iffd73480cc325172b5d8969fe839728f1c88ef78 Issue-ID:APPC-179 Signed-off-by: mojahidi --- appc-oam/appc-oam-model/src/main/yang/appc-oam.yang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'appc-oam/appc-oam-model') diff --git a/appc-oam/appc-oam-model/src/main/yang/appc-oam.yang b/appc-oam/appc-oam-model/src/main/yang/appc-oam.yang index 03675c8f2..0984daeda 100644 --- a/appc-oam/appc-oam-model/src/main/yang/appc-oam.yang +++ b/appc-oam/appc-oam-model/src/main/yang/appc-oam.yang @@ -92,14 +92,14 @@ module appc-oam { } grouping status { - description "The specific response codes are to be aligned with ASDC reference + description "The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from - main table). See ASDC and ECOMP Distribution Consumer Interface + main table). See SDC and ECOMP Distribution Consumer Interface Agreement"; container status { - description "The specific response codes are to be aligned with ASDC reference + description "The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from - main table). See ASDC and ECOMP Distribution Consumer Interface + main table). See SDC and ECOMP Distribution Consumer Interface Agreement"; leaf code { description "Response code"; -- cgit 1.2.3-korg