File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.4.1
1+ 1.4.2
Original file line number Diff line number Diff line change 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
533This is a minor update that brings further refactoring of the C++ code for clarity,
You can’t perform that action at this time.
0 commit comments