uncommented LteUeNetDevice::Imsi attribute
authorNicola Baldo <nbaldo@cttc.es>
Fri, 07 Dec 2012 11:12:43 +0100
changeset 9172 2d6235af7a36
parent 9171 60b05583315c
child 9173 513f8ec65729
uncommented LteUeNetDevice::Imsi attribute
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 <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;