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
lizhongxiao
OpenXG-RAN
Commits
453e94d4
Commit
453e94d4
authored
Jan 22, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove check_xran_ptp_sync(): it does not work reliably
parent
5ee4b081
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
radio/fhi_72/oran_isolate.c
radio/fhi_72/oran_isolate.c
+0
-12
No files found.
radio/fhi_72/oran_isolate.c
View file @
453e94d4
...
...
@@ -279,15 +279,6 @@ void *get_internal_parameter(char *name)
return
NULL
;
}
static
void
check_xran_ptp_sync
()
{
int
res
;
if
((
res
=
xran_is_synchronized
())
!=
0
)
printf
(
"Machine is not synchronized using PTP (%x)!
\n
"
,
res
);
else
printf
(
"Machine is synchronized using PTP!
\n
"
);
}
__attribute__
((
__visibility__
(
"default"
)))
int
transport_init
(
openair0_device
*
device
,
openair0_config_t
*
openair0_cfg
,
...
...
@@ -331,9 +322,6 @@ int transport_init(openair0_device *device,
printf
(
"ORAN: %s
\n
"
,
__FUNCTION__
);
// Check if the machine is PTP sync
check_xran_ptp_sync
();
initNotifiedFIFO
(
&
oran_sync_fifo
);
eth
->
oran_priv
=
oai_oran_initialize
(
openair0_cfg
);
AssertFatal
(
eth
->
oran_priv
!=
NULL
,
"can not initialize fronthaul"
);
...
...
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