lte: Export UE_MEASUREMENT_REPORT_DELAY symbol for MSVC compatibility

This commit is contained in:
Gabriel Ferreira
2025-01-28 15:05:34 +01:00
parent 2733c1aae2
commit 72a6bee292
2 changed files with 3 additions and 1 deletions

View File

@@ -358,4 +358,5 @@ build_lib(
${libconfig-store}
TEST_SOURCES ${test_sources}
MODULE_ENABLED_FEATURES ${emu_features}
GENERATE_EXPORT_HEADER
)

View File

@@ -23,6 +23,7 @@
#include "lte-ue-cphy-sap.h"
#include "ns3/deprecated.h"
#include "ns3/lte-export.h"
#include "ns3/object.h"
#include "ns3/packet.h"
#include "ns3/traced-callback.h"
@@ -50,7 +51,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.
*/
extern const Time UE_MEASUREMENT_REPORT_DELAY;
LTE_EXPORT extern const Time UE_MEASUREMENT_REPORT_DELAY;
class LteRlc;
class LteMacSapProvider;