LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-27-2017, 11:41 PM   #31
designermp
Member
 
Registered: Apr 2017
Posts: 43

Original Poster
Rep: Reputation: Disabled

thank for replying me!
i tested your file code umts__rO.tcl. it run successfully. so I edited the File :wlan-umts_edit-21Apr017.txt follow by file code umts__rO.tcl
but i still get some errors:
bsUMTS: tcl=_o16; id=1; addr=0.0.1
invalid command name "-downlinkTTI"
while executing
"-downlinkTTI 10ms \ # added 21 Apr 2017 "
(file "wlan-umts_edit-21Apr017.tcl" line 52)
please guiding me how can i fix them!
Attached Files
File Type: txt wlan-umts_edit-21Apr017.txt (24.4 KB, 14 views)

Last edited by designermp; 04-28-2017 at 12:17 AM.
 
Old 04-28-2017, 05:42 AM   #32
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #31.

Added ( from handoff_umts-802.11_r0.tcl )
Code:
############## Apr 28 2017 
# set up for hierarchical routing (needed for routing over a basestation)
$ns node-config -addressType hierarchical
AddrParams set domain_num_ 5 ;# domain number
AddrParams set cluster_num_ {1 1 1 1 1} ;# cluster number for each domain
AddrParams set nodes_num_ {3 1 3 2 1} ;# number of nodes for each cluster

################
Now it runs ....
Code:
ns229-nist-pmip6-el6 3-wlan-umts.tcl
bsUMTS: tcl=_o16; id=1; addr=0.0.1
Error!!
str2addr:Address 7239534 outside range of address field length 2048
... Kind of. Now please make it a little less complex to run with no error.
Please read all the other examples to know what's possible and what's not possible.

? Where did you get the ideas for "wlan-umts.tcl" ? ?

3-wlan-umts.tcl https://drive.google.com/file/d/0B7S...ew?usp=sharing


-

Last edited by knudfl; 04-28-2017 at 05:48 AM.
 
Old 05-03-2017, 12:22 AM   #33
designermp
Member
 
Registered: Apr 2017
Posts: 43

Original Poster
Rep: Reputation: Disabled
thank you so much for helping me
 
Old 05-03-2017, 07:30 AM   #34
designermp
Member
 
Registered: Apr 2017
Posts: 43

Original Poster
Rep: Reputation: Disabled
can i ask you one more question?
with your attached file as your linkhttps://code.google.com/archive/p/cran/downloads
i ran this file successfully, i read the Scenario which you note inside file but i can't understand how handover between wifi and wimax network? can you explain or tell me the detail! i realy want to deep inside the handover between wifi and wimax network!
thank you so much!
Attached Files
File Type: txt wifi_wimax.txt (12.6 KB, 10 views)
 
Old 05-03-2017, 08:00 AM   #35
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #34.
Quote:
I really want deep insight : handover between wifi and wimax network
Sorry, it's beyond my knowledge.

But Google https://www.google.com/webhp?hl=all&...+wimax+network
... has answers, example https://www.merl.com/publications/docs/TR2009-063.pdf

Etc. etc. thousands of hits ...


-
 
Old 05-03-2017, 09:56 AM   #36
designermp
Member
 
Registered: Apr 2017
Posts: 43

Original Poster
Rep: Reputation: Disabled
Smile

No problem! thank you so much for helping me!
 
Old 05-05-2017, 11:55 PM   #37
designermp
Member
 
Registered: Apr 2017
Posts: 43

Original Poster
Rep: Reputation: Disabled
i have just ran your handover.tcl file which labels wimax wimax handover! in this linkhttps://code.google.com/archive/p/cran/downloads
[mp@localhost ~]$ ns229-nist-pmip6-el6 handover.tcl 1 2 4
and it appear error:
Wrong Number of Arguments! No arguments in this topology
ns handover2.tcl seed scan_iteration going_down other_nodes
how can i fix them? please!
 
Old 05-06-2017, 02:30 AM   #38
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #37.

Please read "ex-nist-Oct2015/handover-13.tcl" , line 6 → → Example command :

$ ns-nist-pmipv6 handover-13.tcl 1 2 3 4



"handover.tcl" :
The other original files by @rouil {handover.tcl, L2handover.tcl} are some different.
That's why I renamed the https://code.google.com/archive/p/cran/downloads file to handover-13.tcl

You can read the other files in "wimax-ex-all_10.2015.tar.gz"
https://drive.google.com/file/d/0B7S...ew?usp=sharing
... The package is a mix of wimax examples for all kinds of wimax for ns2.

-
Attached Files
File Type: txt rouil.txt (2.0 KB, 11 views)

Last edited by knudfl; 05-06-2017 at 02:43 AM.
 
Old 05-11-2017, 07:47 AM   #39
designermp
Member
 
Registered: Apr 2017
Posts: 43

Original Poster
Rep: Reputation: Disabled
Smile

thank you so much!
 
  


Reply

Tags
mih-multi-criteria, nist-mob, ns2



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] ns2 error " o14 cmd line 1 " r0w225 Linux - Software 19 02-18-2019 04:49 AM
[SOLVED] perl script runs fine from command line but fails when invoked by nagios andrest964 Linux - Newbie 7 10-04-2012 09:04 AM
Issue sg_modes cmd at cmd line, want to see the cmd in binary form NuUser Linux - Newbie 1 03-28-2012 08:08 AM
[SOLVED] NSLOOKUP - One Line cmd Line NetRock Programming 6 09-23-2010 07:53 AM
[SOLVED] Cmd Line help SteveThePirate Linux - Newbie 7 08-14-2009 02:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration