Bug 1999

Summary: Remote p2p channel do not call p2p channel constructor
Product: ns-3 Reporter: natale.patriciello
Component: point-to-pointAssignee: natale.patriciello
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description natale.patriciello 2014-10-03 10:00:29 UTC
PointToPointRemoteChannel::PointToPointRemoteChannel ()
{
}


.. do you see anything missing?

Trivial to fix:

PointToPointRemoteChannel::PointToPointRemoteChannel () : PointToPointChannel ()
{
}
Comment 1 natale.patriciello 2015-12-17 06:45:48 UTC
Fixed in 11790:e9251369f09e