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 | |
| 15 | Front Haul Interface Library Overview |
| 16 | ===================================== |
| 17 | |
| 18 | The O-RAN FHI Lib is built on top of DPDK to perform U-plane and C-plane functions according to the |
| 19 | ORAN Fronthaul Interface specification between O-DU and O-RU. |
| 20 | S-Plane support requires PTP for Linux version 2.0 or later |
| 21 | The management plane is outside of the scope of this library implementation. |
| 22 | |
| 23 | |
| 24 | Project Resources |
| 25 | ----------------- |
| 26 | |
| 27 | The source code is available from the Linux Foundation Gerrit server: |
| 28 | `<https://gerrit.o-ran-sc.org/r/a/o-du/phy/fhi_lib/src>`_ |
| 29 | |
| 30 | The build (CI) jobs will be in the Linux Foundation Jenkins server: |
| 31 | |
| 32 | `<https://jenkins.o-ran-sc.org>`_ |
| 33 | |
| 34 | Issues are tracked in the Linux Foundation Jira server: |
| 35 | |
| 36 | `<https://jira.o-ran-sc.org/secure/Dashboard.jspa>`_ |
| 37 | |
| 38 | Project information is available in the Linux Foundation Wiki: |
| 39 | |
| 40 | `<https://wiki.o-ran-sc.org>`_ |
| 41 | |
| 42 | |
| 43 | ODULOW |
| 44 | ------ |
| 45 | |
| 46 | The ODULOW uses the FHI library to access the C-Plane and U-Plane interfaces to the O-RU. |
| 47 | The FHI Lib is defined to communicate TTI event, symbol time, C-plane information as well as IQ sample data. |
| 48 | |
| 49 | DPDK |
| 50 | ---- |
| 51 | |
| 52 | DPDK is used by the FHI Library to interface to an Ethernet Port |
| 53 | The FHI Library is built on top of DPDK to perform U-plane and C-plane functions per the ORAN Front Haul specifications |
| 54 | |
| 55 | Linux PTP |
| 56 | --------- |
| 57 | Linux PTP is used to synchronize the system timer to the GPS time |