--- a/src/lte/model/lte-enb-net-device.h Fri Jun 17 17:15:35 2011 +0200
+++ b/src/lte/model/lte-enb-net-device.h Fri Jun 17 17:32:20 2011 +0200
@@ -76,7 +76,7 @@
* \return a pointer to the physical layer.
*/
Ptr<LteEnbPhy> GetPhy (void) const;
-
+
/**
* \return a pointer to the Radio Resource Control instance of the eNB
*/
@@ -129,7 +129,6 @@
protected:
-
// inherited from Object
virtual void DoStart (void);
@@ -142,7 +141,7 @@
void DoReceive (Ptr<Packet> p);
- /**
+ /**
* Several attributes (e.g., the bandwidth) are exported as
* attributes of the LteEnbNetDevice from a user perspective, but
* are actually used also in other modules as well (the RRC, the
@@ -150,7 +149,7 @@
* configuration of all modules so that their copy of the attribute
* values is in sync with the one in the LteEnbNetDevice.
*/
- void UpdateConfig (void);
+ void UpdateConfig (void);
Ptr<LteEnbMac> m_mac;
@@ -160,16 +159,16 @@
Ptr<FfMacScheduler> m_scheduler;
- uint16_t m_cellId; /**< Cell Identifer. Part of the CGI, see TS 29.274, section 8.21.1 */
+ uint16_t m_cellId; /**< Cell Identifer. Part of the CGI, see TS 29.274, section 8.21.1 */
- static uint16_t m_cellIdCounter;
+ static uint16_t m_cellIdCounter;
uint8_t m_dlBandwidth; /**< downlink bandwidth in RBs */
uint8_t m_ulBandwidth; /**< uplink bandwidth in RBs */
- uint16_t m_dlEarfcn; /**< downlink carrier frequency */
- uint16_t m_ulEarfcn; /**< uplink carrier frequency */
-
+ uint16_t m_dlEarfcn; /**< downlink carrier frequency */
+ uint16_t m_ulEarfcn; /**< uplink carrier frequency */
+
};
} // namespace ns3