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
alex037yang
OpenXG-RAN
Commits
784c4e49
Commit
784c4e49
authored
Sep 26, 2016
by
Florian Kaltenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding missing symbol to octave tools
parent
da100fb6
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
2 deletions
+9
-2
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf.h
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf.h
+1
-0
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_config_exmimo.cc
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_config_exmimo.cc
+1
-0
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_get_frame.cc
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_get_frame.cc
+1
-0
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_get_num_detected_cards.cc
...CH/EXMIMO/USERSPACE/OCTAVE/oarf_get_num_detected_cards.cc
+1
-0
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_send_frame.cc
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_send_frame.cc
+1
-0
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop.cc
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop.cc
+1
-0
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc
...s/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc
+1
-0
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/txsig.m
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/txsig.m
+2
-2
No files found.
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf.h
0 → 100644
View file @
784c4e49
volatile
int
oai_exit
=
0
;
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_config_exmimo.cc
View file @
784c4e49
...
...
@@ -36,6 +36,7 @@
#include <octave/oct.h>
#include "pcie_interface.h"
#include "oarf.h"
extern
"C"
{
#include "openair0_lib.h"
...
...
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_get_frame.cc
View file @
784c4e49
...
...
@@ -42,6 +42,7 @@
extern
"C"
{
#include "openair0_lib.h"
}
#include "oarf.h"
#define FCNNAME "oarf_get_frame"
...
...
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_get_num_detected_cards.cc
View file @
784c4e49
...
...
@@ -39,6 +39,7 @@
extern
"C"
{
#include "openair0_lib.h"
}
#include "oarf.h"
#define FCNNAME "oarf_get_num_detected_cards"
...
...
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_send_frame.cc
View file @
784c4e49
...
...
@@ -41,6 +41,7 @@
extern
"C"
{
#include "openair0_lib.h"
}
#include "oarf.h"
#define FCNNAME "oarf_send_frame"
...
...
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop.cc
View file @
784c4e49
...
...
@@ -40,6 +40,7 @@
extern
"C"
{
#include "openair0_lib.h"
}
#include "oarf.h"
#define FCNNAME "oarf_stop"
...
...
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc
View file @
784c4e49
...
...
@@ -39,6 +39,7 @@
extern
"C"
{
#include "openair0_lib.h"
}
#include "oarf.h"
#define FCNNAME "oarf_stop_without_reset"
...
...
targets/ARCH/EXMIMO/USERSPACE/OCTAVE/txsig.m
View file @
784c4e49
fc
=
1907600000
;
fc
=
2560000000
%fc = 1907600000;
%fc = 859.5e6;
...
...
@@ -6,7 +6,7 @@ rxgain=0;
txgain
=
0
;
eNB_flag
=
0
;
card
=
0
;
active_rf
=
[
1
1
1
1
];
active_rf
=
[
1
0
0
0
];
autocal
=
[
1
1
1
1
];
resampling_factor
=
[
2
2
2
2
];
limeparms
;
...
...
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