Bug 2786

Summary: unimplemented method blocks visualizer
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: lteAssignee: Biljana Bojović <bbojovic>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

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