Hi Shashi,
On Saturday, May 25, 2013 2:23:27 PM UTC+2, Shashi Ranjan wrote:
It can be clearly seen that RNTI are assigned randomly.
yes, this is due to the MAC Random Access procedure. This motivates the "Not necessarily" in my previous post - there is no guarantee that RNTI 1 will exist and will correspond to the IMSI that you expect.
2. Regarding earlier question on UE detach(), I came across RemoveUe (uint16_t rnti) in LteEnbRrc Class. What actually it does? If I have to make UE in RRC_Idle mode or atleast RRC_idle mode without cell selection/reselection will it be helpful.
Yes it would be a part of the detach procedure, but many other things would be needed to make it complete. If you are interested in developing this feature, making the code publicly available and eventually have it merged with the official ns-3, then I would be happy to provide you with some guidance on how to do it.