[Nsi-wg] Issue 96 in ogf-nsi-project: Add dataPlaneStateChange notifications to QueryNotificationConfirmedType.

ogf-nsi-project at googlecode.com ogf-nsi-project at googlecode.com
Thu Jul 4 12:32:34 EDT 2013


Status: Accepted
Owner: jmacauley
Labels: Type-Defect Priority-Medium FoundInVersion-2.0 FixedInVersion-2.0

New issue 96 by jmacauley: Add dataPlaneStateChange notifications to  
QueryNotificationConfirmedType.
http://code.google.com/p/ogf-nsi-project/issues/detail?id=96

The current QueryNotificationConfirmedType does not return  
dataPlaneStateChange notifications since this information is already  
available in the reservation query results.  Including the  
dataPlaneStateChange notifications would provide minimal additional value.   
The current QueryNotificationConfirmedType appears as follows:

     <xsd:complexType name="QueryNotificationConfirmedType">
         <xsd:sequence>
             <xsd:choice minOccurs="0" maxOccurs="unbounded">
                 <xsd:element ref="tns:errorEvent" />
                 <xsd:element ref="tns:reserveTimeout" />
                 <xsd:element ref="tns:messageDeliveryTimeout" />
             </xsd:choice>
         </xsd:sequence>
     </xsd:complexType>

Feed back from design teams has indicated that for consistency they would  
like dataPlaneStateChange notifications to be included in the  
QueryNotificationConfirmedType for consistent notification behaviours.  The  
NSI working group agreed that this change would be acceptable to provide  
the requested consistency.  The type definition will be changed to the  
following:

     <xsd:complexType name="QueryNotificationConfirmedType">
         <xsd:sequence>
             <xsd:choice minOccurs="0" maxOccurs="unbounded">
                 <xsd:element ref="tns:errorEvent" />
                 <xsd:element ref="tns:reserveTimeout" />
                 <xsd:element ref="tns:dataPlaneStateChange" />
                 <xsd:element ref="tns:messageDeliveryTimeout" />
             </xsd:choice>
         </xsd:sequence>
     </xsd:complexType>

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


More information about the nsi-wg mailing list