uncommented LteUeNetDevice::Imsi attribute

This commit is contained in:
Nicola Baldo
2012-12-07 11:12:43 +01:00
parent b172b401c2
commit 0a40f05fae

View File

@@ -72,12 +72,12 @@ TypeId LteUeNetDevice::GetTypeId (void)
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;