From: Maros Marsalek Date: Fri, 29 Nov 2013 13:23:44 +0000 (+0100) Subject: Initial implementation of netconf monitoring module according to http://tools.ietf... X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~242^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=38dbf4451a20bee38ccb5a9c685dcf9fa9d6fb33;hp=38dbf4451a20bee38ccb5a9c685dcf9fa9d6fb33 Initial implementation of netconf monitoring module according to tools.ietf.org/html/rfc6022 Response from netconf GET operation now contains monitoring information about current netconf state. Modified netconf-impl module: added monitoring capabilities to netconf-impl module exposed as OSGi service. Added netconf-monitoring module that provides a filter for netconf GET operation and adds monitoring information retrieved from netconf-impl to the response of the GET operation. It implements netconf-mapping-api similar to config-netconf-connector and currently provides information about current netconf SESSIONS and yang SCHEMAS (these information is retrieved via the netconf monitoring OSGi service provided by netconf-impl). Added ietf-netconf-monitoring module that contains sources generated from ietf-netconf-monitoring yang. These sources serve as an interface between netconf-impl and netconf-monitoring. Change-Id: I62c457cde42e01781d9039c6dde0a03115134df4 Signed-off-by: Maros Marsalek ---