From a74a5ce048680b2c5a39a527e09f7558a8f70f44 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 13 Feb 2023 21:55:18 +0100 Subject: [PATCH 1/3] github: add missing apt-get update to codeql pipeline --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b5d08a1fa..95d63895c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,8 @@ jobs: - name: Install dependencies run: | - sudo apt-get install \ + sudo apt update + sudo apt install -y \ build-essential \ cmake \ libfftw3-dev \ From fbca9819d2bf241f7cc8ed2eca8dc0065255c7f1 Mon Sep 17 00:00:00 2001 From: Paul Sutton Date: Mon, 20 Feb 2023 16:27:09 +0100 Subject: [PATCH 2/3] Minor readme updates --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f94b9891..55d5cdd05 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ srsRAN [![CodeQL](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml) [![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/4g) for information, guides and project news. The srsRAN suite includes: - * srsUE - a full-stack SDR 4G/5G UE application - * srsENB - a full-stack SDR 4G/5G e(g)NodeB application + * srsUE - a full-stack SDR 4G UE application with prototype 5G features + * srsENB - a full-stack SDR 4G eNodeB application * 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). For license details, see LICENSE file. From 9c5777d13d806fed5cff40f608ea5171e27007a1 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 23 Feb 2023 12:41:13 +0100 Subject: [PATCH 3/3] readme: fix link to project page and update badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55d5cdd05..06a048b03 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ 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) -[![CodeQL](https://github.com/srsran/srsRAN/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/srsran/srsRAN/actions/workflows/codeql.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_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) srsRAN is an open source 4G software radio suite developed by [SRS](http://www.srs.io). -See the [srsRAN 4G project pages](https://www.srsran.com/4g) 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: * srsUE - a full-stack SDR 4G UE application with prototype 5G features * srsENB - a full-stack SDR 4G eNodeB application * 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 4G 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.