Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 1 | .. Copyright (c) 2019 Intel |
| 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 | 9d66fca | 2020-05-28 19:01:58 -0700 | [diff] [blame] | 23 | ORAN Fronthaul |br| |
| 24 | Interface specification between O-DU and O-RU. |
| 25 | S-Plane support requires PTP for Linux version 2.0 or later |br| |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 26 | The management plane is outside of the scope of this library implementation. |
| 27 | |
| 28 | |
| 29 | Project Resources |
| 30 | ----------------- |
| 31 | |
| 32 | The source code is available from the Linux Foundation Gerrit server: |
Luis Farias | 9d66fca | 2020-05-28 19:01:58 -0700 | [diff] [blame] | 33 | `<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] | 34 | |
| 35 | The build (CI) jobs will be in the Linux Foundation Jenkins server: |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 36 | `<https://jenkins.o-ran-sc.org>`_ |
| 37 | |
| 38 | Issues are tracked in the Linux Foundation Jira server: |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 39 | `<https://jira.o-ran-sc.org/secure/Dashboard.jspa>`_ |
| 40 | |
| 41 | Project information is available in the Linux Foundation Wiki: |
Luis Farias | dc60302 | 2019-11-12 17:45:28 -0800 | [diff] [blame] | 42 | `<https://wiki.o-ran-sc.org>`_ |
| 43 | |
| 44 | |
| 45 | ODULOW |
| 46 | ------ |
| 47 | |
| 48 | The ODULOW uses the FHI library to access the C-Plane and U-Plane interfaces to the O-RU. |
| 49 | The FHI Lib is defined to communicate TTI event, symbol time, C-plane information as well as IQ sample data. |
| 50 | |
| 51 | DPDK |
| 52 | ---- |
| 53 | |
| 54 | DPDK is used by the FHI Library to interface to an Ethernet Port |
| 55 | The FHI Library is built on top of DPDK to perform U-plane and C-plane functions per the ORAN Front Haul specifications |
| 56 | |
| 57 | Linux PTP |
| 58 | --------- |
| 59 | Linux PTP is used to synchronize the system timer to the GPS time |