phc2sys issue #669
Replies: 1 comment
-
Hey @FaisalJAbushanab - what you see is expected as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We are trying to do a split 7.2 setup using srs gnb and different RUs that were tested by srs (i.e. Benetel RAN550). All info about the system is at the end.
one thing we notice is in the time sync process, when we run the srsRAN gNB, the phc2sys offset shoots up and becomes unstable.
To explain better, see below:
a.
sudo ./ptp4l -2 -i enp1s0f2np2 -s -f ./configs/ptp-RAN550.cfg -m
b.
sudo ./phc2sys -s enp1s0f2np2 -w -m -R 8 -f ./configs/ptp-RAN550.cfg
So as you can see, rms is almost 0 and is stable, offset is almost 0 and is stable.
However, as soon as we run gNB, this happens to phc2sys output:

Notice how it jumps from 2 to 59 then back to -4 and so on. It seems unstable to me.
It doesn’t matter if the RU on the other side is connected or not, the type of RU doesn’t matter as well, it seems that just running the gNB executable causes this.
And, we’re facing late packets as reported by gNB logs, so we’re thinking this might be the issue. Did anyone face this? Any clue why the gNB causes this issue? Is it even an issue, cause I can’t find other reasons for the late frames we’re facing.
Info about the system:
CPU: Intel i9-13900
RAM: 128 GB
NIC: Intel E810-XXVDA4T
OS: Ubuntu 22.04
Kernel: tried both Real-time 5.15 kernel and the generic kernel, no difference.
the ptp conf file:
ptp-RAN550.txt
Beta Was this translation helpful? Give feedback.
All reactions