Merge branch 'next' into agpl_next

master
Codebot 2 years ago committed by SRS codebot
commit 42b8e2d8d1

@ -29,7 +29,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get install \ sudo apt update
sudo apt install -y \
build-essential \ build-essential \
cmake \ cmake \
libfftw3-dev \ libfftw3-dev \

@ -1,20 +1,20 @@
srsRAN srsRAN
====== ======
[![Build Status](https://github.com/srsran/srsRAN/actions/workflows/ccpp.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions/workflows/ccpp.yml) [![Build Status](https://github.com/srsran/srsRAN_4G/actions/workflows/ccpp.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN_4G/actions/workflows/ccpp.yml)
[![CodeQL](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml) [![CodeQL](https://github.com/srsran/srsRAN_4G/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN_4G/actions/workflows/codeql.yml)
[![Coverity](https://scan.coverity.com/projects/23045/badge.svg)](https://scan.coverity.com/projects/srsran) [![Coverity](https://scan.coverity.com/projects/23045/badge.svg)](https://scan.coverity.com/projects/srsran)
srsRAN is a 4G/5G software radio suite developed by [SRS](http://www.srs.io). srsRAN is an open source 4G software radio suite developed by [SRS](http://www.srs.io).
See the [srsRAN project pages](https://www.srsran.com) for information, guides and project news. See the [srsRAN 4G project pages](https://www.srsran.com) for information, guides and project news.
The srsRAN suite includes: The srsRAN suite includes:
* srsUE - a full-stack SDR 4G/5G UE application * srsUE - a full-stack SDR 4G UE application with prototype 5G features
* srsENB - a full-stack SDR 4G/5G e(g)NodeB application * srsENB - a full-stack SDR 4G eNodeB application
* srsEPC - a light-weight 4G core network implementation with MME, HSS and S/P-GW * srsEPC - a light-weight 4G core network implementation with MME, HSS and S/P-GW
For application features, build instructions and user guides see the [srsRAN documentation](https://docs.srsran.com). For application features, build instructions and user guides see the [srsRAN 4G documentation](https://docs.srsran.com/projects/4g/).
For license details, see LICENSE file. For license details, see LICENSE file.

Loading…
Cancel
Save