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
spbro
OpenXG-RAN
Commits
f7917abb
Commit
f7917abb
authored
Apr 30, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print xran headers version used during compilation
parent
cd5822e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
radio/fhi_72/oran_isolate.c
radio/fhi_72/oran_isolate.c
+6
-1
No files found.
radio/fhi_72/oran_isolate.c
View file @
f7917abb
...
...
@@ -34,6 +34,11 @@
#include "common/utils/threadPool/thread-pool.h"
#include "oaioran.h"
// include the following file for VERSIONX, version of xran lib, to print it during
// startup. Only relevant for printing, if it ever makes problem, remove this
// line and the use of VERSIONX further below. It is relative to phy/fhi_lib/lib/api
#include "../../app/src/common.h"
typedef
struct
{
eth_state_t
e
;
rru_config_msg_type_t
last_msg
;
...
...
@@ -309,7 +314,7 @@ __attribute__((__visibility__("default"))) int transport_init(openair0_device *d
eth
->
last_msg
=
(
rru_config_msg_type_t
)
-
1
;
printf
(
"ORAN: %s
\n
"
,
__FUNCTION__
);
LOG_I
(
HW
,
"Initializing O-RAN 7.2 FH interface through xran library (compiled against headers of %s)
\n
"
,
VERSIONX
);
initNotifiedFIFO
(
&
oran_sync_fifo
);
eth
->
oran_priv
=
oai_oran_initialize
(
openair0_cfg
);
...
...
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