diff --git a/openair2/RRC/NR/rrc_gNB_reconfig.c b/openair2/RRC/NR/rrc_gNB_reconfig.c index 44212cbf7afdf16e29a34ed49fe6f8296ba2c2c6..2ee3a26c4b0c6a56e9fa2788651171a998276dbf 100644 --- a/openair2/RRC/NR/rrc_gNB_reconfig.c +++ b/openair2/RRC/NR/rrc_gNB_reconfig.c @@ -47,9 +47,6 @@ #include "LAYER2/nr_rlc/nr_rlc_oai_api.h" #include "nr_rrc_config.h" -#define false 0 -#define true 1 - void fix_servingcellconfigdedicated(NR_ServingCellConfig_t *scd) { int b = 0; diff --git a/openair2/UTIL/OMG/defs.h b/openair2/UTIL/OMG/defs.h index 06c9bf6e73fe1a5adc3c2f6022157969ccfd43ce..1102a69cc56a7ee85c825bb2a73de6291d87e7e6 100644 --- a/openair2/UTIL/OMG/defs.h +++ b/openair2/UTIL/OMG/defs.h @@ -29,12 +29,6 @@ #include <stdlib.h> -// TYPEDEFS - -#define true 1 -#define false 0 - -//typedef char bool; #include <stdbool.h> #include "omg_constants.h"