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
3d2984ff
Commit
3d2984ff
authored
Dec 13, 2013
by
ghaddab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4705
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
058956bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
targets/ARCH/EXMIMO/DEFS/openair_device.h
targets/ARCH/EXMIMO/DEFS/openair_device.h
+3
-1
targets/ARCH/EXMIMO/DEFS/pcie_interface.h
targets/ARCH/EXMIMO/DEFS/pcie_interface.h
+2
-2
No files found.
targets/ARCH/EXMIMO/DEFS/openair_device.h
View file @
3d2984ff
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
*/
*/
#define BOARD_SWREV_LEGACY 0x07
#define BOARD_SWREV_LEGACY 0x07
#define BOARD_SWREV_CMDREGISTERS 0x08
#define BOARD_SWREV_CMDREGISTERS 0x08
#define BOARD_SWREV_CNTL2 0x0
9
#define BOARD_SWREV_CNTL2 0x0
A
#define BOARD_SWREV_CMDFIFOS 0x11
#define BOARD_SWREV_CMDFIFOS 0x11
...
@@ -75,6 +75,8 @@
...
@@ -75,6 +75,8 @@
#define openair_GET_FRAME _IOR(openair_IOC_MAGIC,6,int)
#define openair_GET_FRAME _IOR(openair_IOC_MAGIC,6,int)
#define openair_START_RT_ACQUISITION _IOR(openair_IOC_MAGIC,28,int)
#define openair_START_RT_ACQUISITION _IOR(openair_IOC_MAGIC,28,int)
#define openair_STOP _IOR(openair_IOC_MAGIC,5,int)
#define openair_STOP _IOR(openair_IOC_MAGIC,5,int)
#define openair_STOP_WITHOUT_RESET _IOR(openair_IOC_MAGIC,9,int)
#define openair_RECONFIGURE _IOR(openair_IOC_MAGIC,10,int)
#define openair_UPDATE_FIRMWARE _IOR(openair_IOC_MAGIC,40,int)
#define openair_UPDATE_FIRMWARE _IOR(openair_IOC_MAGIC,40,int)
...
...
targets/ARCH/EXMIMO/DEFS/pcie_interface.h
View file @
3d2984ff
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#define FRAME_LENGTH_COMPLEX_SAMPLES 76800
#define FRAME_LENGTH_COMPLEX_SAMPLES 76800
// Buffer size per channel: FRAME_LENGTH_COMPLEX_SAMPLES+2048 smp/frame: LTE frame+tail, *4 (7.68*4 MsmpPS), *4 Bytes/smp
// Buffer size per channel: FRAME_LENGTH_COMPLEX_SAMPLES+2048 smp/frame: LTE frame+tail, *4 (7.68*4 MsmpPS), *4 Bytes/smp
#define ADAC_BUFFERSZ_PERCHAN_B ((FRAME_LENGTH_COMPLEX_SAMPLES+2048)*
1
*4)
#define ADAC_BUFFERSZ_PERCHAN_B ((FRAME_LENGTH_COMPLEX_SAMPLES+2048)*
4
*4)
#define BIGSHM_SIZE_PAGES ((( MAX_FIRMWARE_BLOCK_SIZE_B + \
#define BIGSHM_SIZE_PAGES ((( MAX_FIRMWARE_BLOCK_SIZE_B + \
MAX_PRINTK_BUFFER_B + \
MAX_PRINTK_BUFFER_B + \
...
@@ -319,7 +319,7 @@ typedef struct
...
@@ -319,7 +319,7 @@ typedef struct
uint32_t
adac_intr_period
;
// e.g. 1024
uint32_t
adac_intr_period
;
// e.g. 1024
uint32_t
switch_offset
[
4
];
// sample offsets (relative to start of frame) used to control the RX/TX switch in TDD mode
uint32_t
switch_offset
[
4
];
// sample offsets (relative to start of frame) used to control the RX/TX switch in TDD mode
uint32_t
resampling_factor
;
// 0=>1, 1=>2, 2=>4, applied equally to each chain and TX/RX
uint32_t
resampling_factor
[
4
]
;
// 0=>1, 1=>2, 2=>4, applied equally to each chain and TX/RX
}
exmimo_framing_t
;
}
exmimo_framing_t
;
...
...
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