lte: Move UE_MEASUREMENT_REPORT_DELAY definition to .cc file
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
|
||||
namespace ns3
|
||||
{
|
||||
const Time UE_MEASUREMENT_REPORT_DELAY = MicroSeconds(1);
|
||||
|
||||
NS_LOG_COMPONENT_DEFINE("LteUeRrc");
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace ns3
|
||||
* - time-to-trigger check is always performed before the reporting, so there
|
||||
* would still be chance for it to cancel the reporting if necessary.
|
||||
*/
|
||||
static const Time UE_MEASUREMENT_REPORT_DELAY = MicroSeconds(1);
|
||||
extern const Time UE_MEASUREMENT_REPORT_DELAY;
|
||||
|
||||
class LteRlc;
|
||||
class LteMacSapProvider;
|
||||
|
||||
Reference in New Issue
Block a user