--- 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;