Bug 1975

Summary: DataRate should allow fractional bitrate
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: networkAssignee: ns-bugs <ns-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2014-09-05 17:23:44 EDT
uint64_t m_bps; //!< data rate [bps]

In case of fractional bitrate (e.g., 2.5 bps), an error should be raised.
Even better, this limitation should be removed.