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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
038a80b2
Commit
038a80b2
authored
Aug 21, 2020
by
Laurent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes after merge
parent
38f01abd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
executables/main-ocp.c
executables/main-ocp.c
+0
-6
executables/ocp-gnb.c
executables/ocp-gnb.c
+1
-0
No files found.
executables/main-ocp.c
View file @
038a80b2
...
...
@@ -1324,14 +1324,8 @@ int main ( int argc, char **argv ) {
// end of CI modifications
//getchar();
<<<<<<<
HEAD
if
(
IS_SOFTMODEM_DOFORMS
)
{
load_softscope
(
"enb"
,
NULL
);
}
=======
if
(
IS_SOFTMODEM_DOFORMS
)
load_softscope
(
"enb"
,
NULL
);
>>>>>>>
7
f28f8d10dc0d73fd4b10d4a89fde554158f9fb5
itti_wait_tasks_end
();
oai_exit
=
1
;
...
...
executables/ocp-gnb.c
View file @
038a80b2
...
...
@@ -46,6 +46,7 @@
#include <forms.h>
#include <executables/stats.h>
#include <openair1/PHY/TOOLS/nr_phy_scope.h>
#include <openair1/PHY/TOOLS/phy_scope_interface.h>
// Global vars
#include <openair2/LAYER2/MAC/mac_vars.h>
...
...
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