GithubHelp home page GithubHelp logo

mrahman2-vt / srsran_project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srsran/srsran_project

0.0 0.0 0.0 27.43 MB

Open source O-RAN 5G CU/DU solution from Software Radio Systems (SRS) https://docs.srsran.com/projects/project

Home Page: https://www.srsran.com

License: GNU Affero General Public License v3.0

Shell 0.02% C++ 98.93% Python 0.10% C 0.04% CMake 0.90% GDB 0.02%

srsran_project's Introduction

srsRAN Project

Build Status CodeQL

The srsRAN Project is a complete 5G RAN solution, featuring an ORAN-native CU/DU developed by SRS.

The solution includes a complete L1/2/3 implementation with minimal external dependencies. Portable across processor architectures, the software has been optimized for x86 and ARM. srsRAN follows the 3GPP 5G system architecture implementing the functional splits between distributed unit (DU) and centralized unit (CU). The CU is further disaggregated into control plane (CU-CP) and user-plane (CU-UP).

See the srsRAN Project for information, guides and project news.

For build instructions and user guides see the srsRAN Project documentation.

For community announcements and support, join our discussion board.

Features and Roadmap

For application features and feature roadmap see here.

License

For license details, see LICENSE file.

Build Preparation

You can install the build tools and mandatory requirements for some example distributions with the commands below:

Ubuntu 22.04
sudo apt-get install cmake make gcc g++ pkg-config libfftw3-dev libmbedtls-dev libsctp-dev libyaml-cpp-dev libgtest-dev
Fedora
sudo yum install cmake make gcc gcc-c++ fftw-devel lksctp-tools-devel yaml-cpp-devel mbedtls-devel gtest-devel
Arch Linux
sudo pacman -S cmake make base-devel fftw mbedtls yaml-cpp lksctp-tools gtest

The srsRAN Project uses RF drivers to support different radio types. Currently, only UHD is supported however additional drivers are under development:

Build Instructions

Download and build srsRAN:

git clone https://github.com/srsran/srsRAN_Project.git
cd srsRAN_Project
mkdir build
cd build
cmake ..
make
make test

Run PHY testvector tests:

A number of PHY tests are based on MATLAB generated testvectors. By default, those tests are disabled. The following steps are required to enable them:

  1. Download the PHY testvector set.
  2. Copy the PHY testvectors to its location within srsRAN:
tar -xzf phy_testvectors.tar.gz -C /path_to_your_local_repository/srsgnb/
  1. Enable the use of PHY testvectors by modifying the root CMakeLists as shown below:
option(USE_PHY_TESTVECTORS   "Enable testvector PHY tests"              ON)
  1. Do a fresh srsRAN build.

srsran_project's People

Contributors

alaial avatar alvasman avatar andrepuschmann avatar asaezper avatar brendan-mcauliffe avatar carlo-gal avatar dvdgrgrtt avatar fabianeckermann avatar faluco avatar frankist avatar herlesupreeth avatar joaquim-srs avatar ninjab3s avatar ofontbach avatar pgawlowicz avatar qbroquetas avatar robertfalkenberg avatar sauka avatar srs-codebot avatar suttonpd avatar xavierarteaga avatar yagoda 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.