issue #33

Declined
#5 · Created  · Last updated

Declined pull request

Decline this PR since the relevant issue has been resolved (closed).

Closed by: ·2018-04-20

Description

issue #33 in method _six_top_cell_reservation_response() of llds, the simulator throws the error there is no timeslot to remove in line availableTimeslots.remove(timeslot)

this error occurs when the availableTimeslots is []. so the fix for the above error is change the line in def _sixtop_cell_reservation_response(self,neighbor,numCells,dirNeighbor): in Mote.py as if self.settings.lldsEnable and availableTimeslots !=[]:

0 attachments

0 comments

Loading commits...