From 0a40f05fae20bc14385a02b4e787e9345b452594 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Fri, 7 Dec 2012 11:12:43 +0100 Subject: [PATCH] uncommented LteUeNetDevice::Imsi attribute --- src/lte/model/lte-ue-net-device.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lte/model/lte-ue-net-device.cc b/src/lte/model/lte-ue-net-device.cc index ab8f264f5..f4c1c68bb 100644 --- a/src/lte/model/lte-ue-net-device.cc +++ b/src/lte/model/lte-ue-net-device.cc @@ -72,12 +72,12 @@ TypeId LteUeNetDevice::GetTypeId (void) 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;