Bugzilla – Attachment #520: Remove the negative one values and replaced by ~0 for bug #630
//burst profile got to be there in DCD/UCD, assuming always all profiles are defined in DCD/UCD
NS_ASSERT(false);
return -1;
return ~0;
}
uint8_t
NS_OBJECT_ENSURE_REGISTERED ( ManagementMessageType);
ManagementMessageType::ManagementMessageType(void) :
m_type(-1)
m_type(~0)
{
PacketClassifier::PacketClassifier(void) :
m_priority(-1)
m_priority(~0)
NS_OBJECT_ENSURE_REGISTERED ( WimaxNetDevice);
uint32_t WimaxNetDevice::m_nrFrames = 0;
uint8_t WimaxNetDevice::m_direction = -1;
uint8_t WimaxNetDevice::m_direction = ~0;
Time WimaxNetDevice::m_frameStartTime = Seconds(0);
TypeId