We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64f18f commit 374200dCopy full SHA for 374200d
CHANGELOG
@@ -1,6 +1,9 @@
1
Change Log for Releases
2
=======================
3
4
+## 23.10.1
5
+ * Hotfix that updated the number of downlink threads based on the processing delay for default FDD configurations
6
+
7
## 23.10
8
* Added downlink MIMO (up to 4 layers)
9
* Added Open Fronthaul (OFH) interface for split 7.2 ORAN radio units (optionally using DPDK)
cmake/modules/version.cmake
@@ -20,5 +20,5 @@
20
21
set(SRSRAN_VERSION_MAJOR 23)
22
set(SRSRAN_VERSION_MINOR 10)
23
-set(SRSRAN_VERSION_PATCH 0)
+set(SRSRAN_VERSION_PATCH 1)
24
set(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")
0 commit comments