LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Problem : Evalvid and bugs on Eurena NS2 (https://www.linuxquestions.org/questions/programming-9/problem-evalvid-and-bugs-on-eurena-ns2-4175420147/)

track_mouse 08-03-2012 04:28 AM

Problem : Evalvid and bugs on Eurena NS2
 
I am working with ns2, eurane ( for UMTS) and Evalvid (for MPEG4 transmission). I have set up all the tools and modified the ns2 source code to integrate Eurane and Evalvid. The problem is when I do a simulation of MPEG traffic over HSDPA.
I am starts running my simulation and then succesfulls :

9.9689999999999994
9.9689999999999994
Simulation is running ... please wait ...
300 records
300 records

When I looked at the trace file rd_a00 is empty, I figured out that packets arrive to the RNC but are not handed to the Base Station.

set myUdpSink20 [new Agent/myEvalvid_Sink]
$myUdpSink20 set fid_ 0
$ns attach-agent $ue1 $myUdpSink20
$ns connect $myUDP0 $myUdpSink20
$myUdpSink20 set_filename rd_a00

set myUdpSink21 [new Agent/myEvalvid_Sink]
$myUdpSink21 set fid_ 1
$ns attach-agent $ue2 $myUdpSink21
$ns connect $myUDP1 $myUdpSink21
$myUdpSink21 set_filename rd_a01

Please help me if you can, I am stuck here and I must finish my thesis !


All times are GMT -5. The time now is 08:12 PM.