Skip to content

Commit 6b13d23

Browse files
andrepuschmanncodebot
authored andcommitted
all: bump version and add changelog for 25.10
1 parent 348c331 commit 6b13d23

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log for Releases
22
=======================
33

4+
## 25.10
5+
- Reworked threading and execution model to support more deployment use-cases
6+
- Updated E1AP ASN1 to Release 18.5
7+
- Added automatic SBOM generation
8+
- Itensified CI coverage and testing
9+
- New WebSocket interface for metrics reporting and remote commands
10+
- PDCP transmit parallelization for security processing
11+
- Simplified and aligned Docker/Helm configs, moved metrics to telegraf
12+
- Added new OFH parameter to set RU reference level
13+
- Other bug-fixes and improved stability and performance in all parts
14+
415
## 25.04
516
- PUCCH format F3 and F4
617
- Single layer closed loop UL-MIMO using Sounding Reference Signals (SRS)

cmake/modules/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
#
88

99
set(SRSRAN_VERSION_MAJOR 25)
10-
set(SRSRAN_VERSION_MINOR 04)
10+
set(SRSRAN_VERSION_MINOR 10)
1111
set(SRSRAN_VERSION_PATCH 0)
1212
set(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")

0 commit comments

Comments
 (0)