Created
August 2, 2025 19:05
-
-
Save ChinYikMing/e8155bd21ee13b7fb8b29a5665c5aad2 to your computer and use it in GitHub Desktop.
NS3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt | |
index 5b2f205f..fcfdb07d 100644 | |
--- a/examples/CMakeLists.txt | |
+++ b/examples/CMakeLists.txt | |
@@ -11,7 +11,7 @@ set(base_examples | |
cttc-3gpp-channel-nums-fdm | |
cttc-nr-cc-bwp-demo | |
cttc-lte-ca-demo | |
- cttc-nr-demo | |
+ #cttc-nr-demo | |
cttc-error-model | |
cttc-error-model-amc | |
cttc-error-model-comparison | |
@@ -134,6 +134,19 @@ else() | |
${liblte} | |
) | |
+ build_lib_example( | |
+ NAME cttc-nr-demo | |
+ SOURCE_FILES | |
+ cttc-nr-demo.cc | |
+ ${3gpp-outdoor-calibration_source_files} | |
+ LIBRARIES_TO_LINK | |
+ ${libnr} | |
+ ${libflow-monitor} | |
+ ${libstats} | |
+ ${liblte} | |
+ ) | |
+ | |
+ | |
set(example | |
cttc-realistic-beamforming | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment