Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
28923dc8
Commit
28923dc8
authored
Nov 28, 2016
by
Florian Kaltenberger
Browse files
fixing bug introduced in
5c5c3363
parent
a4f8fff9
Changes
2
Hide whitespace changes
Inline
Side-by-side
targets/ARCH/COMMON/common_lib.h
View file @
28923dc8
...
...
@@ -44,8 +44,9 @@
#define BBU_LOCAL_RADIO_HEAD 0
#define BBU_REMOTE_RADIO_HEAD 1
#ifndef MAX_CARDS
#define MAX_CARDS 8
#endif
typedef
int64_t
openair0_timestamp
;
typedef
volatile
int64_t
openair0_vtimestamp
;
...
...
targets/ARCH/EXMIMO/DEFS/openair_device.h
View file @
28923dc8
...
...
@@ -24,9 +24,8 @@
// Maximum number of concurrently supported cards
// defined in openair_common_lib.h
//#define MAX_CARDS 16
//#define INIT_ZEROS {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
#define MAX_CARDS 16
#define INIT_ZEROS {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
/** PCIe subsystem configuration Space
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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