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
afdf5aa4
Commit
afdf5aa4
authored
Oct 23, 2024
by
Bartosz Podrygajlo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase number of DL Actors to 4
This increases the number of concurrent DL slots processed from 2 to 4.
parent
6bd50d6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/defs_nr_UE.h
openair1/PHY/defs_nr_UE.h
+1
-1
No files found.
openair1/PHY/defs_nr_UE.h
View file @
afdf5aa4
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
#define bzero(s,n) (memset((s),0,(n)))
#define bzero(s,n) (memset((s),0,(n)))
/// suppress compiler warning for unused arguments
/// suppress compiler warning for unused arguments
#define UNUSED(x) (void)x;
#define UNUSED(x) (void)x;
#define NUM_DL_ACTORS
2
#define NUM_DL_ACTORS
4
#include "impl_defs_top.h"
#include "impl_defs_top.h"
#include "impl_defs_nr.h"
#include "impl_defs_nr.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