Adding NS3 FDNetDevice RM
[nepi.git] / src / nepi / resources / ns3 / classes / random_walk2d_mobility_model.py
index ee4095a..3d5773b 100644 (file)
@@ -32,7 +32,7 @@ class NS3RandomWalk2dMobilityModel(NS3BaseMobilityModel):
         attr_bounds = Attribute("Bounds",
             "Bounds of the area to cruise.",
             type = Types.String,
-            default = "0|0|100|100",  
+            default = "0|100|0|100",  
             allowed = None,
             range = None,    
             flags = Flags.Reserved | Flags.Construct)