Re: [ns] Phy/WirelessPhy Segmentation Fault

2007-05-09 Thread Laurent Paquereau
For the same exact reason that it happens with a non-patched version of ns-2.30 (i.e. this is not related with the MW-Node patch). You need a Simulator instance. Try simply % new Simulator % set phy_a [new Phy/WirelessPhy] You should not get any segmentation fault. Laurent Paquereau Q2S

[ns] Phy/WirelessPhy Segmentation Fault

2007-05-01 Thread Elena Putzolu
hi ns-users, I work with ns-2.30 and Mw-Node patch (for interfaces/multiple channels). When I try to write in ns: % set phy_a [new Phy/WirelessPhy] the result is: Segmentation Fault. Someone knows to tell me, why happens this? Any help would be highly appreciated. Thanks Elena