--- 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 <LteUePhy> ())
-/* .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<uint64_t> ())*/
+ MakeUintegerChecker<uint64_t> ())
;
return tid;