Skip to content

Commit 1295471

Browse files
committed
1.4.0 draft
1 parent 8860bb6 commit 1295471

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

WHATSNEW.md

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

3+
## v1.4.0 (2025-09-04)
4+
5+
Naming convention:
6+
7+
- Sources are now under `src/simu5g/` instead of just `src/`, so that header includes
8+
start with `simu5g/...`
9+
- Renamed several directories to bring directory names closer to the all-lowercase convention. E.g.
10+
`mec/UALCMP/` became `mec/ualcmp/`, and `mec/MECPlatform` became just `mec/platform`.
11+
- Moved folders, e.g. nodes/mec/ promoted to mec/ (moved one level up)
12+
- Renamed several classes to ensure that only the first letter of acronyms is uppercase. E.g. MECHost became MecHost
13+
- Renamed several parameters, e.g. bs_noise_figure became bsNoiseFigure, and fading_paths became
14+
numFadingPaths
15+
- `PdcpRrc` became just `Pdcp`, and `pdcpRrc` submodules became `pdcp`
16+
17+
Other changes:
18+
- Moved fields added in C++ into .msg files. Goal: make packets more inspectable, and packet contents
19+
to be written into parsimPack (useful for deeper regression testing via fingerprints)
20+
- MacCid: turn in into a real class with separate fields for the node ID and LCID
21+
- carrierFrequency: change double to GHz in the code
22+
- Binder: added several WATCHes; some refactoring of its internals and stylistic changes on its API
23+
- Pdcp modules: remove unused EUTRAN_RRC_Sap port and associated handling code
24+
25+
326
## v1.3.1 (2025-09-04)
427

528
Changes:

0 commit comments

Comments
 (0)