Commit a955470a authored by Thomas Schlichter's avatar Thomas Schlichter Committed by Marwan Hammouda

NTN: fix compilation of unitary NR simulators

parent ab07c130
...@@ -81,6 +81,11 @@ const char *__asan_default_options() ...@@ -81,6 +81,11 @@ const char *__asan_default_options()
return "detect_leaks=0"; return "detect_leaks=0";
} }
uint16_t NTN_UE_k2 = 0;
uint16_t NTN_UE_slot_Rx_to_Tx = 0;
uint16_t NTN_gNB_k2 = 0;
uint16_t max_ul_sched_frame = 1;
PHY_VARS_gNB *gNB; PHY_VARS_gNB *gNB;
PHY_VARS_NR_UE *UE; PHY_VARS_NR_UE *UE;
RAN_CONTEXT_t RC; RAN_CONTEXT_t RC;
......
...@@ -62,6 +62,11 @@ char *parallel_config = NULL; ...@@ -62,6 +62,11 @@ char *parallel_config = NULL;
char *worker_config = NULL; char *worker_config = NULL;
char *uecap_file; char *uecap_file;
uint16_t NTN_UE_k2 = 0;
uint16_t NTN_UE_slot_Rx_to_Tx = 0;
uint16_t NTN_gNB_k2 = 0;
uint16_t max_ul_sched_frame = 1;
PHY_VARS_gNB *gNB; PHY_VARS_gNB *gNB;
PHY_VARS_NR_UE *UE; PHY_VARS_NR_UE *UE;
RAN_CONTEXT_t RC; RAN_CONTEXT_t RC;
......
...@@ -75,6 +75,11 @@ const char *__asan_default_options() ...@@ -75,6 +75,11 @@ const char *__asan_default_options()
return "detect_leaks=0"; return "detect_leaks=0";
} }
uint16_t NTN_UE_k2 = 0;
uint16_t NTN_UE_slot_Rx_to_Tx = 0;
uint16_t NTN_gNB_k2 = 0;
uint16_t max_ul_sched_frame = 1;
PHY_VARS_gNB *gNB; PHY_VARS_gNB *gNB;
PHY_VARS_NR_UE *UE; PHY_VARS_NR_UE *UE;
RAN_CONTEXT_t RC; RAN_CONTEXT_t RC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment