You must be logged in to reply to this topic.
LoRaWAN The LoRa Alliance first defined the LoRaWAN standard with the objective of creating a medium access scheme and a set of network management policies that leverage the properties of […]
Low-power wide-area network (LPWAN). These networks use low-power radio signals, such as those in the sub-1 GHz range, to send small amounts of data over a large area. LPWANs are […]
SUMO has different tools for creating and customizing road networks and traffic flows and traffic signals. In this article, we will use some of those tools available in SUMO to […]
Spring Mobility Spring mobility is nothing but making a node to move in a path similar to that of an expanded circular coil spring. From the top or bottom point […]
Mobility Models of ns-3. The default ns-3 installation will contain the following mobility models. MobilityModel Subclasses ConstantPosition ConstantVelocity ConstantAcceleration GaussMarkov Hierarchical RandomDirection2D RandomWalk2D RandomWaypoint SteadyStateRandomWaypoint Waypoint PositionAllocator Position allocators […]
Aquatic Animal Tracking: Tracking marine animals can be extremely tricky due to GPS signals not functioning well underwater[1]. Underwater acoustic communication is a technique of sending and receiving messages below […]
Hi
I am simulating a wired-cum-wireless topology (with hierarchical adressing), with multihomed SCTP agents on the endpoints.
I have this error exactly when the traffic is starting :
Classfier::no-slot{} default handler (tcl/lib/ns-lib.tcl) —
_o94: no target for slot 0
_o94 type: Classifier/Hier
content dump:
classifier _o94
0 offset
0 shift
2147483647 mask
0 slots
The endpoints are defined as follows :
set sctp0 [new Agent/SCTP]
$sctp0 set-multihome-core $MH_core
$ns_ multihome-add-interface $MH_core $MH_if0
$ns_ multihome-add-interface $MH_core $MH_if1
$ns_ multihome-attach-agent $MH_core $sctp0
$sctp0 force-source $MH_if0
$sctp0 set usNumStreams 2 ;# nb streams =2
$sctp0 set debugMask_ -1 # u can use -1 to turn oneverything
$sctp0 set debugFileIndex_ 1
#$sctp0 set heartbeatInterval_ 1
set trace_ch [open trace-infra9.sctp w]
$sctp0 attach $trace_ch
set sctp1 [new Agent/SCTP]
$sctp1 set-multihome-core $CN_core
$ns_ multihome-add-interface $CN_core $CN_if0
$ns_ multihome-add-interface $CN_core $CN_if1
$ns_ multihome-attach-agent $CN_core $sctp1
$sctp1 force-source $CN_if0
$ns_ connect $sctp0 $sctp1
$sctp0 set-primary-destination $CN_if0
$sctp1 set-primary-destination $MH_if0
Can you tell me what is the problem?
Your help will be really appreciated.
You must be logged in to reply to this topic.