From caf781999351fc6a3e2acb5b2fe47fe04a291d2d Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sat, 9 Mar 2019 07:26:17 -0600 Subject: YANG Models for Dublin SDNR OOF PCI ANR Use Case oofpcipoc.yang model to support configuration of RAN related parameters and oofpcipoc-api.yang model to support north-bound RPC's Change-Id: Ibe7f90ca054bb71de29ed88889013afdb2d76a7f Issue-ID: SDNC-430 Signed-off-by: SadeepLinux --- sdnr/northbound/oofpcipoc/model/pom.xml | 58 +++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 sdnr/northbound/oofpcipoc/model/pom.xml (limited to 'sdnr/northbound/oofpcipoc/model/pom.xml') diff --git a/sdnr/northbound/oofpcipoc/model/pom.xml b/sdnr/northbound/oofpcipoc/model/pom.xml new file mode 100644 index 000000000..6c1bffa7e --- /dev/null +++ b/sdnr/northbound/oofpcipoc/model/pom.xml @@ -0,0 +1,58 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 1.2.1-SNAPSHOT + + + + org.onap.ccsdk.features.sdnr.northbound + oofpcipoc-model + 0.4.1-SNAPSHOT + bundle + + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + properties-maven-plugin + [1.0.0,) + + set-system-properties + + + + + + + + + + + + + + -- cgit 1.2.3-korg