Hello
am trying to simulate LTE networks using the NS 2.33...I used LTE patch for NS2 using the guidelines available in the forum...Now lte-model-read-only code is working fine and giving the correct result for throughput and delay...
Now am trying to simulate lte with HVQ(Hierarchical vector queue), which is almost similar to that of the lte-model-read-only, an extra queue added...but when I simulate it, it generates the out.tr...
In out.tr, in the destination ip and port address, it is producing some weird kind of negative number... such as -2417483648 in all the rows...
The code is available at this link
Download
can anyone help me with exactly whats going on here...why such numbers are getting generated...is there any extra dependency files I have to include or patch is not correct...
Thanks in advance...