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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
895775e5
Commit
895775e5
authored
8 years ago
by
Navid Nikaein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert the amount of mem block to its previous value
parent
7eb57d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
openair2/UTIL/MEM/mem_block.h
openair2/UTIL/MEM/mem_block.h
+2
-1
No files found.
openair2/UTIL/MEM/mem_block.h
View file @
895775e5
...
@@ -75,7 +75,8 @@ public_mem_block(void check_mem_area (void);)
...
@@ -75,7 +75,8 @@ public_mem_block(void check_mem_area (void);)
private_mem_block
(
void
check_free_mem_block
(
mem_block_t
*
leP
);)
private_mem_block
(
void
check_free_mem_block
(
mem_block_t
*
leP
);)
# endif
# endif
#ifdef USER_MODE
#ifdef USER_MODE
# define MEM_SCALE MAX_MOBILES_PER_ENB*NB_RB_MAX
//# define MEM_SCALE MAX_MOBILES_PER_ENB*NB_RB_MAX
# define MEM_SCALE MAX_MOBILES_PER_ENB
#else
#else
# ifdef NODE_RG
# ifdef NODE_RG
# define MEM_SCALE 2
# define MEM_SCALE 2
...
...
This diff is collapsed.
Click to expand it.
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