[Nsi-wg] Issue 102 in ogf-nsi-project: Existing capacity and burst size definitions in p2p service too small for expected values.

ogf-nsi-project at googlecode.com ogf-nsi-project at googlecode.com
Thu Aug 1 10:12:00 EDT 2013


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

New issue 102 by jmacauley: Existing capacity and burst size definitions in  
p2p service too small for expected values.
http://code.google.com/p/ogf-nsi-project/issues/detail?id=102

Description of Issue:
Capacity and burstsize are defined as xsd:int which cannot represent a 100  
Gbps service.

Discussion of Issue:
xsd:int was originally chosen because rates were in Mbps, and this  
converted to a base int in java.  We must change to a larger representation  
such as xsd:long that will also map to a basic java type.

Resolution of Issue:
Need to change xsd:int to xsd:long to hold these larger rates.

-- 
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