Commit 376fc1ec authored by Thomas Schlichter's avatar Thomas Schlichter

Consolidate header files for nr_phy_scope

parent 2960d27a
...@@ -46,10 +46,6 @@ ...@@ -46,10 +46,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;
......
...@@ -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;
......
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment