Let's first discuss and fix/reorder this algorithm. Any input will be highly appreciated!
Kind Regards
Jordan
Release the logical channel: invoke the ReleaseLc(...) of EnbCmacSapProvider (NOT IMPLEMENTED)!
Actually the whole "lte-enb-cmac-sap.cc" is blank, which explains your error...
Invoke RemoveUe offered by the RRC -> seems unimplemented & throws exception (missing RemoveUe method in CMAC SAP)
Dispose UE
To view this discussion on the web visit https://groups.google.com/d/msg/ns-3-users/-/U3vz39allQQJ.--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
Oh, yes, I still have the code. I'm coming back from my vacation on next Monday and I'll be able to send you the code.
Cheers,
VR
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/1BphTA3Y1jY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/groups/opt_out.
Since people who need the "handover code" are increasing, i'll share it in a public folder..
--
To unsubscribe from this group and all its topics, send an email to ns-3-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
I didn't try the improvements of ns3-.18, anyway about my code try this command:
./waf --run "scratch/handover-map --lambda=3.0 --SimulationTime=50 --NumberOfUsers=50 --PrefixStatsFile=50i" > log27.out 2>&1using the attached files stored in scratch
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Nitish, I think my code can help you a lot, but as I said before, it works only with ns 3.13, replacing the files with the ones you can find in the link. On the other hand, you can still work on ns 3.19, hence using my code to figure out how I did the RemoveUe. It is quite complex, I know, and unluckly there is no futher documentation. I worked on that in July 2012 but I remember deAttaching a Ue affects propagation loss models, mobility models, rlc, mac layers of both enb and ue. What I suggest is look at my code, wherever you read "marker", those are the changes I did. Then, try to understand my methodology, all the classes involved, attibutes and methods I have added and at the end built your own solution for ns 3.19. I know, it can take a month...
Hi
I am using ns3 3.19 version and I want to detach a ue from an enb and to re-attach it to another enb after some time in my simulation .can you help me please,?it's urgent
Kind Regards,
Ouarda