src/lte/model/lte-enb-mac.cc
changeset 7973 bb231415fa70
parent 7971 3cc205853837
child 7978 2c9446298bc4
--- a/src/lte/model/lte-enb-mac.cc	Tue Apr 19 11:29:34 2011 +0200
+++ b/src/lte/model/lte-enb-mac.cc	Tue Apr 19 16:41:16 2011 +0200
@@ -583,7 +583,7 @@
 void
 LteEnbMac::DoConfigureMac (uint8_t ulBandwidth, uint8_t dlBandwidth)
 {
-  NS_LOG_FUNCTION (this << " ulBandwidth=" << ulBandwidth << " dlBandwidth=" << dlBandwidth);
+  NS_LOG_FUNCTION (this << " ulBandwidth=" << (uint16_t) ulBandwidth << " dlBandwidth=" << (uint16_t) dlBandwidth);
   FfMacCschedSapProvider::CschedCellConfigReqParameters params;
   // Configure the subset of parameters used by FfMacScheduler
   params.m_ulBandwidth = ulBandwidth;