diff options
author | Sandeep Shah <sandeep.shah2@techmahindra.com> | 2019-06-13 08:46:43 -0500 |
---|---|---|
committer | Sandeep Shah <sandeep.shah2@techmahindra.com> | 2019-06-13 08:46:43 -0500 |
commit | 5d012b346c6a6b9b87c81da720094afad5282127 (patch) | |
tree | a3945212bc03a21e427fb1e5032c79ef0cd8a755 /platform-logic/oofpcipoc-api/src/main/resources/graph.versions | |
parent | 428403f72cd97df8bdded8dadb624cd01dde459a (diff) |
SDNR OOCPCI DG Updates for RANSIM Netconf Mount
RAN Simulator leverages Netconf servers to simulate DU's in the RAN
and DG's that reconfigure YANG tree leaf nodes for closed loop
automation need to also support RESTCONF API calls for YANG tree
leaf nodes behind the mount points. Modified existing DG's and
DG properties file
Issue-ID: CCSDK-1398
Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com>
Change-Id: I2875860115d6ee07edaa39bfcb2e28c01ac9040f
Diffstat (limited to 'platform-logic/oofpcipoc-api/src/main/resources/graph.versions')
-rw-r--r-- | platform-logic/oofpcipoc-api/src/main/resources/graph.versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform-logic/oofpcipoc-api/src/main/resources/graph.versions b/platform-logic/oofpcipoc-api/src/main/resources/graph.versions index cce73e17..6f81edb2 100644 --- a/platform-logic/oofpcipoc-api/src/main/resources/graph.versions +++ b/platform-logic/oofpcipoc-api/src/main/resources/graph.versions @@ -3,3 +3,4 @@ oofpcipoc-api oofpcipoc-api_configuration-phy-cell-id ${project.version} sync oofpcipoc-api oofpcipoc-api_generic-neighbor-configuration ${project.version} sync oofpcipoc-api oofpcipoc-api_add-neighbor ${project.version} sync oofpcipoc-api oofpcipoc-delete-neighbor ${project.version} sync +oofpcipoc-api oofpcipoc-api_handle-nbrlist-change-notif ${project.version} sync |