[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Where can I find the code for BAseStationNode



the class hierarchy by Antoine Clerget is for ns-2.1b5, mobile stuff appeared in 
later releases (b6 and b7).

you should look at the manual 
[http://www.isi.edu/nsnam/ns/ns-documentation.html]

and look at tcl/lib/*.tcl; 

>Date: Thu, 9 Nov 2000 22:55:44 +0530 (IST)
>From: Richa Jain <[email protected]>
>To: "[email protected]" <[email protected]>
>Subject: [ns] Where can I find the code for  BAseStationNode 
>MIME-Version: 1.0
>
>
>Hi,
>
> I am trying to implement a GPRS BAse Station. For that I was looking up
>how the base-stations are defined in ns.
>
>1. I see there are 2 kinds: MIPBS
>and BaseStationNode, as defined in /tcl/mobility/com.tcl
>
>if [Simulator set mobile_ip_] {
>    Simulator set node_factory_ MobileNode/MIPBS
>    } else {
>    Simulator set node_factory_ Node/MobileNode/BaseStationNode
>    }
>
>This is the only place where I find it mentioned. I didn't find it in
>mobilenode.cc, or even the mip related files. No mention of
>BAseStationNode in the hierarchy shown at
>http://www-sop.inria.fr/rodeo/personnel/Antoine.Clerget/ns/ns/ns-2.1b5/HIER.htm
l
>
>
>CAn someone tell me where I can find the relevant code.
>
>Also, any working simulations with Basestation useage would be welcome.
>
>
>
>Richa Jain.
>
>5th year student,
>Dual Degree,
>Communication and signal processing,
>Dept. of Electrical Engg.
>Indian Insitute of Technology,
>Mumbai,
>India.
>

Tarik