Commit ff5ec94d authored by Robert Schmidt's avatar Robert Schmidt

Address review: drop bool defines

parent 0b91791f
......@@ -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;
......
......@@ -29,12 +29,6 @@
#include <stdlib.h>
// TYPEDEFS
#define true 1
#define false 0
//typedef char bool;
#include <stdbool.h>
#include "omg_constants.h"
......
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