BUG-4521 Support milliseconds in event-time notification format 64/28764/2
authorMaros Marsalek <mmarsale@cisco.com>
Fri, 23 Oct 2015 22:25:40 +0000 (00:25 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 5 Nov 2015 14:53:58 +0000 (14:53 +0000)
commitc9bde204249db7acd55294c2066e1fd3ef833a31
treead1176714800c688d5ccf7b7289e9b4ea49ed3d4
parent818f2e0fdb8706f95de5411f45c1dc7d30e93e33
BUG-4521 Support milliseconds in event-time notification format

Current format does not support milliseconds right now and netconf
notification RFC clearly says the milliseconds should be supported

Change-Id: Ib91b5f08a0ec78721e2b0984b8dc123f3283d2e1
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/schema/mapping/NetconfMessageTransformer.java
opendaylight/md-sal/sal-netconf-connector/src/test/java/org/opendaylight/controller/sal/connect/netconf/NetconfToNotificationTest.java
opendaylight/md-sal/sal-netconf-connector/src/test/resources/notification-payload.xml
opendaylight/netconf/netconf-notifications-api/src/main/java/org/opendaylight/controller/netconf/notifications/NetconfNotification.java
opendaylight/netconf/netconf-notifications-impl/src/test/java/org/opendaylight/controller/netconf/notifications/impl/NetconfNotificationManagerTest.java