[ns] Rs:TCL_CHANNEL struct

2011-01-14 Thread Dhara Buch

Hello,

Agent class has one field name channel_ of type struct TCL_CHANNEL. I want to 
change the index number of the channel_.
In which file the struct TCL_CHANNEL is defined?

Thank you,
Dhara Buch



  


[ns] erro when configure Wimax module in ns-allinone2.31

2011-01-14 Thread atif riaz



Is there any who can help me to configure Wimax module in ns-allinone2.31.
When I run the make command  it give an erro see attachment file


  

Re: [ns] Patched NS Make error

2011-01-14 Thread manoj1987



Christopher Ogirri wrote:
 
  I should note now that in order to install ns2.1b9 I had to basically
  install a much older version of gcc, precisely gcc 3.3.6.
 
How did you manage to downgrade to a lower version of gcc?
What OS are you using?


Christopher Ogirri wrote:
 
   I have attached  the file so that anyone can go through it.
 

Sir! Attachments are not permitted in messages to mailing list.


-
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/Re%3A-Patched-NS-Make-error-tp30667645p30673716.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] How to make change in tcp.cc ?

2011-01-14 Thread manoj1987



Ghassan Akrem wrote:
 
 It seems that any change I've made doesn't take effect at all.What am I
 suppose to do to make it work? Please help me. I make change like this :
 
     .
     .
     .
 
     case 9:
     (I put the additonal change here)
     break;
    
 

Probably, case 9 in the switch  statement is never called/executed. Make
sure that the switch statement branches to case 9, by using a printf.


-
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/How-to-make-change-in-tcp.cc---tp30670545p30673750.html
Sent from the ns-users mailing list archive at Nabble.com.




Re: [ns] erro when configure Wimax module in ns-allinone2.31

2011-01-14 Thread manoj1987



atif riaz-3 wrote:
 
 see attachment file
 

Never send attachments to mailing lists.
Please read the mailing list guidelines!

-
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/erro-when-configure-Wimax-module-in-ns-allinone2.31-tp30670082p30673762.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] How to make change in tcp.cc ?

2011-01-14 Thread El hadi Cherkaoui

And also before all of this make sure that you are recompiling your code by 
doing the command : make.

Regards

--- En date de : Ven 14.1.11, manoj1987 micman.ma...@hotmail.com a écrit :

De: manoj1987 micman.ma...@hotmail.com
Objet: Re: [ns] How to make change in tcp.cc ?
À: ns-users@ISI.EDU
Date: Vendredi 14 janvier 2011, 18h20




Ghassan Akrem wrote:
 
 It seems that any change I've made doesn't take effect at all.What am I
 suppose to do to make it work? Please help me. I make change like this :
 
     .
     .
     .
 
     case 9:
     (I put the additonal change here)
     break;
    
 

Probably, case 9 in the switch  statement is never called/executed. Make
sure that the switch statement branches to case 9, by using a printf.


-
---
ManojKumar.A
---
Blog: http://getch.wordpress,com
Mailing list guidelines: http://goo.gl/xC874
-- 
View this message in context: 
http://old.nabble.com/How-to-make-change-in-tcp.cc---tp30670545p30673750.html
Sent from the ns-users mailing list archive at Nabble.com.