Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
ff5ec94d
Commit
ff5ec94d
authored
Jun 28, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address review: drop bool defines
parent
0b91791f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
openair2/RRC/NR/rrc_gNB_reconfig.c
openair2/RRC/NR/rrc_gNB_reconfig.c
+0
-3
openair2/UTIL/OMG/defs.h
openair2/UTIL/OMG/defs.h
+0
-6
No files found.
openair2/RRC/NR/rrc_gNB_reconfig.c
View file @
ff5ec94d
...
...
@@ -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
;
...
...
openair2/UTIL/OMG/defs.h
View file @
ff5ec94d
...
...
@@ -29,12 +29,6 @@
#include <stdlib.h>
// TYPEDEFS
#define true 1
#define false 0
//typedef char bool;
#include <stdbool.h>
#include "omg_constants.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment