An error occurred fetching the project authors.
  1. 08 Jul, 2023 1 commit
  2. 07 Jul, 2023 1 commit
    • Robert Schmidt's avatar
      Move radio CMakeLists.txt to subdirectory · ddf549b1
      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
      ddf549b1