Bug 2786 - unimplemented method blocks visualizer
unimplemented method blocks visualizer
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: lte
pre-release
All All
: P3 normal
Assigned To: Biljana Bojović
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-09-29 17:05 UTC by Tom Henderson
Modified: 2017-09-29 17:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2017-09-29 17:05:38 UTC
On ns-3.27.rc1, the unimplemented method LteSpectrumPhy::SetLtePhyTxEndCallback () causes 
$ ./waf --pyrun src/flow-monitor/examples/wifi-olsr-flowmon.py  --vis
to exit with:
ImportError: /ns-allinone-3.27.rc1/ns-3.27.rc1/build/bindings/python/ns/lte.so: undefined symbol: _ZN3ns314LteSpectrumPhy22SetLtePhyTxEndCallbackENS_8CallbackIvNS_3PtrIKNS_6PacketEEENS_5emptyES6_S6_S6_S6_S6_S6_S6_EE

The solution is to remove the declaration from lte-spectrum-phy.h (and also from the bindings).
Comment 1 Tom Henderson 2017-09-29 17:08:21 UTC
fixed in changeset 13105:e405cdc52a66