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
9cedfbcf
Commit
9cedfbcf
authored
May 24, 2016
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add openair logo to enb.c
parent
d08a2b1a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
399 additions
and
0 deletions
+399
-0
common/utils/T/tracer/enb.c
common/utils/T/tracer/enb.c
+4
-0
common/utils/T/tracer/openair_logo.h
common/utils/T/tracer/openair_logo.h
+395
-0
common/utils/T/tracer/openair_logo.png
common/utils/T/tracer/openair_logo.png
+0
-0
No files found.
common/utils/T/tracer/enb.c
View file @
9cedfbcf
...
...
@@ -13,6 +13,7 @@
#include "utils.h"
#include "../T_defs.h"
#include "event_selector.h"
#include "openair_logo.h"
#define DEFAULT_REMOTE_PORT 2021
...
...
@@ -116,6 +117,7 @@ static void enb_main_gui(gui *g, event_handler *h, void *database)
widget
*
main_window
;
widget
*
top_container
;
widget
*
line
;
widget
*
logo
;
widget
*
input_signal_plot
;
logger
*
input_signal_log
;
view
*
input_signal_view
;
...
...
@@ -131,6 +133,8 @@ static void enb_main_gui(gui *g, event_handler *h, void *database)
line
=
new_container
(
g
,
HORIZONTAL
);
widget_add_child
(
g
,
top_container
,
line
,
-
1
);
logo
=
new_image
(
g
,
openair_logo_png
,
openair_logo_png_len
);
widget_add_child
(
g
,
line
,
logo
,
-
1
);
input_signal_plot
=
new_xy_plot
(
g
,
256
,
55
,
"input signal"
,
20
);
widget_add_child
(
g
,
line
,
input_signal_plot
,
-
1
);
xy_plot_set_range
(
g
,
input_signal_plot
,
0
,
7680
*
10
,
20
,
70
);
...
...
common/utils/T/tracer/openair_logo.h
0 → 100644
View file @
9cedfbcf
This diff is collapsed.
Click to expand it.
common/utils/T/tracer/openair_logo.png
0 → 100644
View file @
9cedfbcf
4.55 KB
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