From 3ecd2e6b624377a77cae88bffcc2bc3bd8845d23 Mon Sep 17 00:00:00 2001
From: Romain Beurdouche <romain.beurdouche@eurecom.fr>
Date: Mon, 26 Feb 2024 16:04:25 +0100
Subject: [PATCH] fix(doc): add ptp4l service configuration file in 7.2
 documentation

---
 doc/ORAN_FHI7.2_Tutorial.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/ORAN_FHI7.2_Tutorial.md b/doc/ORAN_FHI7.2_Tutorial.md
index 3c3e9e61b4f..ef2937c378d 100644
--- a/doc/ORAN_FHI7.2_Tutorial.md
+++ b/doc/ORAN_FHI7.2_Tutorial.md
@@ -203,6 +203,12 @@ hybrid_e2e              0
 ```
 Probably you need to increase `tx_timestamp_timeout` to 50 or 100 for Intel E-810. You will see that in the logs of ptp.
 
+Create the configuration file for ptp4l (`/etc/sysconfig/ptp4l`)
+
+```
+OPTIONS="-f /etc/ptp4l.conf"
+```
+
 Create the configuration file for phc2sys (`/etc/sysconfig/phc2sys`)
 
 ```
-- 
GitLab