Skip to content
Snippets Groups Projects
Commit 3e95dad6 authored by Florian Kaltenberger's avatar Florian Kaltenberger
Browse files

harmonization of pcie_interface.h with firmware

adding compiled firmware that supports TDD (corresponding openair0 svn revision 6313)
parent ebeab461
Branches
Tags
No related merge requests found
...@@ -332,11 +332,11 @@ typedef struct { ...@@ -332,11 +332,11 @@ typedef struct {
#define SWITCHSTATE_1 (1<<3) #define SWITCHSTATE_1 (1<<3)
#define TEST_ADACLOOP_MASK (1<<4) #define TEST_ADACLOOP_MASK (1<<4)
#define TEST_ADACLOOP_EN (1<<4) #define TEST_ADACLOOP_EN (1<<4)
#define ACTIVE_RF_MASK (15<<5) #define RF_ACTIVE_MASK (15<<5)
#define ACTIVE_RF_1 (1<<5) #define RF_ACTIVE_1 (1<<5)
#define ACTIVE_RF_2 (2<<5) #define RF_ACTIVE_2 (2<<5)
#define ACTIVE_RF_3 (4<<5) #define RF_ACTIVE_3 (4<<5)
#define ACTIVE_RF_4 (8<<5) #define RF_ACTIVE_4 (8<<5)
typedef enum { typedef enum {
BW5, BW5,
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment