Skip to content

Commit 76b84b3

Browse files
committed
WHATSNEW updated for version 1.4.2
1 parent ac9fa14 commit 76b84b3

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

Version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

WHATSNEW.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# What's New in Simu5G
22

3+
## v1.4.2 (2025-11-27)
4+
5+
This is primarily a bugfix release.
6+
7+
- Pdcp: Fixed Dual Connectivity bug where separate PDCP entities were
8+
incorrectly created for LTE and NR legs of a Split Bearer instead of using a
9+
single shared entity. This fix breaks RLC-UM packet loss statistics which
10+
(incorrectly) inferred packet loss from PDCP sequence numbers.
11+
12+
- RlcUm: Removed packet loss statistics that incorrectly relied on PDCP sequence
13+
numbers (PDCP sequences are not contiguous in Dual Connectivity setups)
14+
15+
- PacketFlowManager: Renamed to PacketFlowObserver, updated NED documentation.
16+
17+
- Statistics collection refined, e.g. remove recording "sum" and/or "mean" where
18+
it does not make sense; use new "rateavg" filter for computing average
19+
throughput.
20+
21+
- Binder: New utility functions: isGNodeB(), getUeNodeId().
22+
23+
- Apps: Added sequence numbers to VoIP and VoD packet names, to facilitate
24+
tracing with Qtenv.
25+
26+
- NED documentation: Added content to simu5g-index.ned including version number
27+
and WHATSNEW.
28+
29+
30+
331
## v1.4.1 (2025-10-06)
432

533
This is a minor update that brings further refactoring of the C++ code for clarity,

0 commit comments

Comments
 (0)