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
ZhouShuya
OpenXG-RAN
Commits
ece26036
Commit
ece26036
authored
Jun 17, 2019
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consolidate header files for nr_phy_scope
parent
705f2c1e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
executables/nr-softmodem.h
executables/nr-softmodem.h
+0
-4
openair1/PHY/TOOLS/nr_phy_scope.c
openair1/PHY/TOOLS/nr_phy_scope.c
+1
-0
openair1/PHY/TOOLS/nr_phy_scope.h
openair1/PHY/TOOLS/nr_phy_scope.h
+10
-1
No files found.
executables/nr-softmodem.h
View file @
ece26036
...
@@ -48,10 +48,6 @@
...
@@ -48,10 +48,6 @@
}
}
typedef
struct
{
int
*
argc
;
char
**
argv
;
}
scopeParms_t
;
extern
int
T_port
;
extern
int
T_port
;
extern
int
T_nowait
;
extern
int
T_nowait
;
...
...
openair1/PHY/TOOLS/nr_phy_scope.c
View file @
ece26036
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <stdlib.h>
#include "nr_phy_scope.h"
#include "nr_phy_scope.h"
#include "executables/nr-softmodem-common.h"
#define TPUT_WINDOW_LENGTH 100
#define TPUT_WINDOW_LENGTH 100
int
otg_enabled
;
int
otg_enabled
;
...
...
openair1/PHY/TOOLS/nr_phy_scope.h
View file @
ece26036
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
#include <openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h>
#include <openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h>
#include "common/ran_context.h"
#include "common/ran_context.h"
#include <openair1/PHY/defs_gNB.h>
#include <openair1/PHY/defs_gNB.h>
#include <nr-softmodem.h>
#include <forms.h>
#include <forms.h>
#include "PHY/defs_gNB.h"
#include "PHY/defs_gNB.h"
//#include "PHY/defs_nrUE.h"
//#include "PHY/defs_nrUE.h"
...
@@ -67,6 +66,11 @@ typedef struct {
...
@@ -67,6 +66,11 @@ typedef struct {
FL_OBJECT
*
button_0
;
FL_OBJECT
*
button_0
;
}
FD_phy_scope_nrue
;
}
FD_phy_scope_nrue
;
typedef
struct
{
int
*
argc
;
char
**
argv
;
}
scopeParms_t
;
extern
unsigned
char
scope_enb_num_ue
;
extern
unsigned
char
scope_enb_num_ue
;
FD_phy_scope_gnb
*
create_phy_scope_gnb
(
void
);
FD_phy_scope_gnb
*
create_phy_scope_gnb
(
void
);
FD_phy_scope_nrue
*
create_phy_scope_nrue
(
void
);
FD_phy_scope_nrue
*
create_phy_scope_nrue
(
void
);
...
@@ -82,5 +86,10 @@ void phy_scope_nrUE(FD_phy_scope_nrue *form,
...
@@ -82,5 +86,10 @@ void phy_scope_nrUE(FD_phy_scope_nrue *form,
int
eNB_id
,
int
eNB_id
,
int
UE_id
,
int
UE_id
,
uint8_t
subframe
);
uint8_t
subframe
);
void
startScope
(
scopeParms_t
*
p
);
extern
RAN_CONTEXT_t
RC
;
extern
RAN_CONTEXT_t
RC
;
#endif
#endif
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