Skip to content

Instantly share code, notes, and snippets.

@ChinYikMing
Created August 2, 2025 19:05
Show Gist options
  • Save ChinYikMing/e8155bd21ee13b7fb8b29a5665c5aad2 to your computer and use it in GitHub Desktop.
Save ChinYikMing/e8155bd21ee13b7fb8b29a5665c5aad2 to your computer and use it in GitHub Desktop.
NS3
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