Skip to content

Commit 456e1b1

Browse files
andrepuschmanncodebot
authored andcommitted
all: update readme and version
1 parent 58f0009 commit 456e1b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

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

4+
## 23.10
5+
* Added downlink MIMO (up to 4 layers)
6+
* Added Open Fronthaul (OFH) interface for split 7.2 ORAN radio units (optionally using DPDK)
7+
* Added E2 interface including KPM and RAN control (RC) service model
8+
* Added Timing Advance support
9+
* Added Docker files
10+
* Expose many more config parameters
11+
* Other bug-fixes and improved stability and performance in all parts
12+
413
## 23.5
514
* Updated ASN.1 of RRC/NGAP/F1AP/E1AP to 3GPP Release 17.4
615
* Add UE capability transfer procedure

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 23)
10-
set(SRSRAN_VERSION_MINOR 5)
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)