File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
528Changes:
You can’t perform that action at this time.
0 commit comments