# HG changeset patch # User Nicola Baldo # Date 1354875163 -3600 # Node ID 2d6235af7a36044c269b1c5a619f5f5a56f3c5a3 # Parent 60b05583315c3f02652b7f0daac898e15e896f7c uncommented LteUeNetDevice::Imsi attribute diff -r 60b05583315c -r 2d6235af7a36 src/lte/model/lte-ue-net-device.cc --- a/src/lte/model/lte-ue-net-device.cc Thu Dec 06 13:17:48 2012 -0800 +++ b/src/lte/model/lte-ue-net-device.cc Fri Dec 07 11:12:43 2012 +0100 @@ -72,12 +72,12 @@ PointerValue (), MakePointerAccessor (&LteUeNetDevice::m_phy), MakePointerChecker ()) -/* .AddAttribute ("Imsi", + .AddAttribute ("Imsi", "International Mobile Subscriber Identity assigned to this UE", TypeId::ATTR_GET, UintegerValue (0), // not used because the attribute is read-only MakeUintegerAccessor (&LteUeNetDevice::m_imsi), - MakeUintegerChecker ())*/ + MakeUintegerChecker ()) ; return tid;