An error occurred fetching the project authors.
- 22 Aug, 2024 1 commit
-
-
lfq authored
-
- 25 Jul, 2024 1 commit
-
-
yankuo authored
-
- 23 Jan, 2024 1 commit
-
-
Robert Schmidt authored
- Add the O-RAN 7.2 FHI library, interfacing with OSC xRAN library (E release) - Add Findxran.cmake to detect the library and headers, including version information - Test for numa and DPDK presence - Add patch for OSC xRAN to make interworking possible - Add sample config files for LiteOn, Benetel, and VVDN units. Documentation is provided in the next commit. Co-authored-by:
Raymond Knopp <raymond.knopp@eurecom.fr> Co-authored-by:
Cedric Roux <cedric.roux@eurecom.fr> Co-authored-by:
Manish Kumar Singh <manish1.kumar@amd.com> Co-authored-by:
thamizhselvan.k <thamizhselvan.k@vvdntech.in> Co-authored-by:
rajeshwari.p <rajeshwari.p@vvdntech.in> Co-authored-by:
Hongzhi Wang <hongzhi.wang@openairinterface.org> Co-authored-by:
Sofia Pison <Sofia.Pison@eurecom.fr>
-
- 07 Jul, 2023 1 commit
-
-
Robert Schmidt authored
- move following radios: AW2S, BladeRF, IRIS, LMSSDR, RFsimulator, USRP - move following transports: Ethernet, benetel4g, benetel5g - for each: create independent cmake variable to switch compilation on/off, in order: OAI_AW2S, OAI_BLADERF, OAI_IRIS, OAI_LMSSDR, OAI_SIMU, OAI_USRP, OAI_ETHERNET, OAI_BENETEL4G, OAI_BENETEL5G - Remove RF_BOARD variable, allows to compile multiple boards at once - where applicable: remove USERSPACE/LIB in path, i.e., move files up to directories, as all are userspace libraries Note that with the above, it is now mandatory to enable a radio implementation before compiling it, e.g., for USRP: ./build_oai -w USRP cmake .. -DOAI_USRP=ON && ninja oai_usrpdevif
-