Skip to content

Commit e74ad21

Browse files
committed
WHATSNEW updated
1 parent 1189333 commit e74ad21

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Version

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

WHATSNEW.md

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

3+
## v1.4.1 (2025-10-06)
4+
5+
This is a minor update that brings further refactoring of the C++ code for clarity,
6+
improvements in the C++ interface of the Binder module, and some minor bug fixes.
7+
These improvements were contributed by Andras Varga (OMNeT++ Core Team).
8+
9+
Notable changes:
10+
11+
- Binder: Partial rationalization of the C++ interface, via
12+
renaming/replacing/removing methods. See the git history for changes.
13+
14+
- Updated IP addresses in simulation the IPv4 configuration files: use 10.x.x.x
15+
addresses for the Core Network, and 192.168.x.x addresses for external
16+
addresses
17+
18+
- Visual improvement: node IDs are now displayed over module icon
19+
20+
- In MEC, do not use module IDs for bgAppId, deviceAppId and other IDs, and do
21+
NOT encode module ID into module names. That practice made simulations brittle
22+
for regression testing via fingerprints.
23+
24+
- PDCP: Eliminated tweaking of srcId/destId in FlowControlInfo when sending
25+
downlink packets over the X2 link in a Dual-Connectivity setup.
26+
27+
- Various further fixes and changes to improve code quality.
28+
29+
330
## v1.4.0 (2025-09-18)
431

532
Compatible with **OMNeT++ 6.2.0** and **INET 4.5.4**.

0 commit comments

Comments
 (0)