Giter Site home page Giter Site logo

erb-ubuntu's Introduction

Erb-Ubuntu

======

Build Status Coverity

Passo a passo

  1. Preparação:

    • Instale o Ubuntu 22.04 nos servidores diferentes.

    • Atualize as informações de pacote:

       sudo apt-add-repository universe && sudo apt update
    • Instalar Pacotes:
      sudo apt install bladerf git libbladerf-dev bladerf-fpga-hostedx40 libusb-1.0-0-dev libusb-1.0-0 build-essential cmake libncurses5-dev libtecla1 libtecla-dev pkg-config git wget libuhd-dev uhd-host libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libboost-system-dev libboost-test-dev libboost-thread-dev libqwt-qt5-dev qtbase5-dev -y
  2. Configurando UHD:

    • Download uhd images:
       sudo /usr/lib/uhd/utils/uhd_images_downloader.py
  3. Instalar Programas:

    • SoapySDR
        cd ~/Documentos && git clone https://github.com/pothosware/SoapySDR.git && cd SoapySDR && git checkout tags/soapy-sdr-0.7.2 && mkdir build && cd build && cmake .. && make -j4 && sudo make install && sudo ldconfig
    • LimeSuite:
        cd ~/Documentos && git clone https://github.com/myriadrf/LimeSuite.git && cd LimeSuite && git checkout tags/v20.01.0 && mkdir builddir && cd builddir && cmake ../ && make -j4 && sudo make install && sudo ldconfig && cd .. && cd udev-rules && sudo ./install.sh
    • srsGUI:
        cd ~/Documentos && git clone https://github.com/srsLTE/srsGUI.git && cd srsGUI && mkdir build && cd build && cmake ../ && make && sudo make install
    • srsRAN:

      • Release Last:
          cd ~/Documentos && git clone https://github.com/srsRAN/srsRAN.git && cd srsRAN && mkdir build && cd build && cmake ../ && make -j4 && sudo make install && sudo ldconfig && sudo ./srsran_install_configs.sh user
      • Release 19_12:
          cd ~/Documentos && git clone https://github.com/srsRAN/srsRAN.git && cd srsRAN && git checkout tags/release_19_12 && mkdir build && cd build && cmake ../ && make -j4 && sudo make install && sudo ldconfig && sudo ./srslte_install_configs.sh user
    • srsRANFork:

        cd ~/Documentos && git clone https://github.com/c3t4r4/srsRAN-SN.git && cd srsRAN-SN && mkdir build && cd build && cmake ../ && make -j4 && sudo make install && sudo ldconfig && sudo ./srsran_install_configs.sh user
  4. Configurar srsRan:

    • Configurar ENB:
        sudo nano /root/.config/srsran/enb.conf
        [enb]
        mcc = <yourMCC>
        mnc = <yourMNC>
        mme_addr = 127.0.1.100     ## or IP for external MME, eg. 192.168.1.10
        gtp_bind_addr = 127.0.1.1  ## or local interface IP for external S1-U, eg. 192.168.1.3
        s1c_bind_addr = 127.0.1.1  ## or local interface IP for external S1-MME, eg. 192.168.1.3
        n_prb = 15
        tm = 2
        nof_ports = 2
    
        [rf]
        dl_earfcn = 1934
        tx_gain = 80               ## this power seems to work best
        rx_gain = 40
        device_name = bladeRF
        device_args = auto         ## does not work with anything other than 'auto'
    • Configurar EPC:
        sudo nano /root/.config/srsran/epc.conf
        [mme]
        mcc = <yourMCC>
        mnc = <yourMNC>
        mme_bind_addr = 127.0.1.100  ## or local interface IP for external S1-MME, eg. 192.168.1.10
  5. Usando Amplificador XB-300:

    • Ativando
        bladeRF-cli -i
    
        xb 300 enable
        
        xb 300 pa on
        
        xb 300 lna on
        

erb-ubuntu's People

Contributors

c3t4r4 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.