Bug 1071 - bridge with lte
bridge with lte
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: lte
ns-3.10
All Linux
: P5 normal
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-11 12:36 UTC by rodolfo
Modified: 2012-05-19 11:12 UTC (History)
2 users (show)

See Also:


Attachments
bridge with ltd (6.36 KB, text/x-c++src)
2011-03-11 12:36 UTC, rodolfo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodolfo 2011-03-11 12:36:44 UTC
Created attachment 1040 [details]
bridge with ltd

I've been trying create a bridger like wifi-wired-bridging but when i run my
 code show this message

 msg="Device does not support SendFrom: cannot be added to bridge.",
 file=../src/devices/bridge/model/bridge-net-device.cc, line=251
 terminate called without an active exception


How can I create a bridge with lte

my code is attached
Comment 1 Nicola Baldo 2012-05-19 11:12:56 UTC
It is allowed for a device not to support SendFrom. It's not a bug.