Company | Functions/Components implemented by contribution | Running Platform/ Environment | Source code repos | Target Contribution Date | Status | ||||
---|---|---|---|---|---|---|---|---|---|
repo name | Description | code license | committers | language | |||||
Lenovo | Abstraction Adaptation Layer | OpenStack Hypervisor | aal/lib | Apache2 | liufeng24@lenovo.com, lujq1@lenovo.com | in progress | |||
aal/logic | Apache2 | in progress | |||||||
aal/mgmt | Apache2 | in progress | |||||||
aal/virt | Apache2 | C/C++ | in progress | ||||||
China Mobile | Integrated eNB | x86 Server | |||||||
Inspur | Infrastructure monitoring | x86 Server | imp/metal | Host Configuration Management | Apache2 | gaosong.lc@inspur.com, liutao.lc01@inspur.com, qiaoxj@inspur.com | Python | requested 2019/06/11, LF Ticket #76725 | |
imp/metal-api | Host management interface | Apache2 | gaosong.lc@inspur.com, liutao.lc01@inspur.com, qiaoxj@inspur.com | Python | requested 2019/06/11, LF Ticket #76725 | ||||
imp/fm | Host Fault Monitoring, Detection and Recovery | Apache2 | gaosong.lc@inspur.com, liutao.lc01@inspur.com, qiaoxj@inspur.com | Python | requested 2019/06/11, LF Ticket #76725 | ||||
Intel | DU layer 1 | x86 Server | o-du/phy | O-RAN DU Layer 1 | Apache 2 | zhimin.yuan@intel.com, vitaliy.zakharchenko@intel.com, nicolas.chautru@intel.com, luis.farias@intel.com | C/C++ | requested 2019/06/11, LF Ticket #76725 | |
Radisys | DU layer 2 and layer 3 | x86 Server | o-du | O-RAN DU | Apache 2 | C | requested 2019/06/11, LF Ticket #76725 | ||
o-du/l2 | O-RAN DU Layer 2 | Apache 2 | balaji.shankaran@radisys.com, somshekar.ydlapur@radisys.com | C | requested 2019/06/11, LF Ticket #76725 |
Seed code preparation:
- Check dependency license
- Make sure they are compatible with the contribution license
- Remove company proprietary and internal information
- Internal information may include internal email addresses, URLs, etc
- Include LICENSES.txt file at root of the repo
- For Apache 2 and Creative Commons 4 licenses: LICENSES.txt
- For O-RAN Software License and Creative Commons 4 licenses: (to be added)
- Include license and copyright claim at the beginning of every source code file
- For Apache 2 (using language specific code comment format)
################################################################################ # Copyright (c) [years] [company name] # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # # You may obtain a copy of the License at # # # # http://www.apache.org/licenses/LICENSE-2.0 # # # # Unless required by applicable law or agreed to in writing, software # # distributed under the License is distributed on an "AS IS" BASIS, # # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################
- For O-RAN Software License: (to be added)
Repo creation:
- Completing the columns under "Source code repos"
- ToC approval of the creation and committers
- Making request to Linux Foundation