Luis Farias | 2de9752 | 2022-03-17 20:01:53 -0700 | [diff] [blame] | 1 | .. Copyright (c) 2022 Intel |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 2 | .. |
| 3 | .. Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | .. you may not use this file except in compliance with the License. |
| 5 | .. You may obtain a copy of the License at |
| 6 | .. |
| 7 | .. http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | .. |
| 9 | .. Unless required by applicable law or agreed to in writing, software |
| 10 | .. distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | .. See the License for the specific language governing permissions and |
| 13 | .. limitations under the License. |
| 14 | |
Luis Farias | 9d66fca | 2020-05-28 19:01:58 -0700 | [diff] [blame] | 15 | .. |br| raw:: html |
| 16 | |
| 17 | <br /> |
| 18 | |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 19 | Front Haul Interface Library Overview |
| 20 | ===================================== |
| 21 | |
| 22 | The O-RAN FHI Lib is built on top of DPDK to perform U-plane and C-plane functions according to the |
Luis Farias | 70d9d92 | 2020-08-11 16:05:37 -0700 | [diff] [blame] | 23 | ORAN Fronthaul Interface specification between O-DU and O-RU. |
| 24 | The S-Plane support requires PTP for Linux version 2.0 or later. |
| 25 | The Management plane is outside of the scope of this library implementation. |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 26 | |
| 27 | |
| 28 | Project Resources |
| 29 | ----------------- |
| 30 | |
| 31 | The source code is available from the Linux Foundation Gerrit server: |
Luis Farias | 9d66fca | 2020-05-28 19:01:58 -0700 | [diff] [blame] | 32 | `<https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=summary>`_ |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 33 | |
| 34 | The build (CI) jobs will be in the Linux Foundation Jenkins server: |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 35 | `<https://jenkins.o-ran-sc.org>`_ |
| 36 | |
| 37 | Issues are tracked in the Linux Foundation Jira server: |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 38 | `<https://jira.o-ran-sc.org/secure/Dashboard.jspa>`_ |
| 39 | |
| 40 | Project information is available in the Linux Foundation Wiki: |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 41 | `<https://wiki.o-ran-sc.org>`_ |
| 42 | |
| 43 | |
| 44 | ODULOW |
| 45 | ------ |
| 46 | |
| 47 | The ODULOW uses the FHI library to access the C-Plane and U-Plane interfaces to the O-RU. |
| 48 | The FHI Lib is defined to communicate TTI event, symbol time, C-plane information as well as IQ sample data. |
| 49 | |
| 50 | DPDK |
| 51 | ---- |
| 52 | |
| 53 | DPDK is used by the FHI Library to interface to an Ethernet Port |
| 54 | The FHI Library is built on top of DPDK to perform U-plane and C-plane functions per the ORAN Front Haul specifications |
| 55 | |
| 56 | Linux PTP |
| 57 | --------- |
| 58 | Linux PTP is used to synchronize the system timer to the GPS time |