Releases: aligungr/UERANSIM
Releases · aligungr/UERANSIM
v3.2.7
What's Changed
- Fix: intial nas message protection issue by @ss920386 in #505
- Global gNodeB ID bug fix by @MickaelLG in #495
- issue #469 - Add a tempo between two UE registrations by @elrandira in #519
- Open5GS changes default MCC/MNC 901/70 -> 999/70 by @acetcom in #533
- Add handling of GTP-U Echo Request by @louisroyer in #528
- Fix compile error by @a-andre in #547
- Specify minimum required CMake version only once by @a-andre in #552
- Fix silented format-security warning by @a-andre in #551
- Fix up "Fix silented format-security warning" by @a-andre in #556
- Making tunnel interface name configurable by @hbouaddi in #573
- Adding routing indicator management into the config file. by @Stg22 in #611
- Adding EncodeRoutingIndicator with slightly modified EncodeBcdString by @Stg22 in #617
- add pdu type related gsm cause by @turtle11311 in #630
- Suci profile A by @Stg22 in #621
- Fix incomplete and undeclared symbols by @brodeuralexis in #679
- Fix AKA behavior: Verify MAC first, then check SQN by @dabch in #680
- fix: allocate memory before assign value to ngapPdu->choice.initiatingMessage by @brianchennn in #681
- Update free5gc UE default IMSI number on config by @oliveiraleo in #693
- Fix ipv6-only sctp socket family issue by @abousselmi in #694
- various eap-aka-prime fixes by @edipascale in #700
- Malformed PDU Length leads to Segmentantion fault by @f4rs1ght in #705
- Update MNC in custom-ue config by @zhemant in #720
- Add check for empty NAS PDU by @NaivEPoi in #726
- Update ASN and NGAP files to 3GPP Release 17 by @nie-off in #739
- Eap: Fix check for invaild message hadling by @Jojeker in #749
- Small enhancements to makefile and nr-binder permission by @oliveiraleo in #743
- sysInfo: Check BarringInfoList presence before unpacking by @Jojeker in #746
- Added intelligent AMF selection at gNB by @priyanshs in #731
- Add ue configurable tunnel netmask by @fprdkhti in #745
New Contributors
- @ss920386 made their first contribution in #505
- @MickaelLG made their first contribution in #495
- @elrandira made their first contribution in #519
- @acetcom made their first contribution in #533
- @a-andre made their first contribution in #547
- @hbouaddi made their first contribution in #573
- @turtle11311 made their first contribution in #630
- @brodeuralexis made their first contribution in #679
- @dabch made their first contribution in #680
- @brianchennn made their first contribution in #681
- @oliveiraleo made their first contribution in #693
- @edipascale made their first contribution in #700
- @f4rs1ght made their first contribution in #705
- @zhemant made their first contribution in #720
- @NaivEPoi made their first contribution in #726
- @nie-off made their first contribution in #739
- @Jojeker made their first contribution in #749
- @priyanshs made their first contribution in #731
- @fprdkhti made their first contribution in #745
Full Changelog: v3.2.6...v3.2.7
v3.2.6
v3.2.5
v3.2.5 Release Notes
New Features
- 32-bit architecture support
- IPv6 support for Radio Link and N2/N3 interfaces
Improvements
- TMSI handling in RRC connection setup
Bug Fixes
- EA3 and IA3 byte order fix
- PDU session release related bug fix
- UE context update related bug fix
- T3512 handling in CM-CONNECTED mode
- Empty payload container handling in NAS transport procedures
- Security header type fixed for de-registration request
- NAS sequence number handling per security context
- Request type, NSSAI, and DNN removal from some NAS session related messages
v3.2.4
v3.2.4 Release Notes
Improvements
- PDU session status handling in Initial Context Setup and UE Context Release
- "imsi-" prefix handling in UE command line arguments
- Acceptance of IMSI smaller than 15 digits
Bug Fixes
- BCD decoding fixed for 5GS Mobile Identity
- SCTP connection reset handling
- RRC initial random ID error fixed
- Empty registration area (TAI list) handling
- Minor typo fix in UE config files
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.2.0 Release Notes
New Features
- System Information Broadcast MIB/SIB1
- New PLMN and cell selection mechanism
- New commands and information added to UE Command Line Interface
- Last visited registered TAI, TAI change, and Registration Area handling
- T3511/3512 handling
Improvements
- Re-design and implementation of RLS protocol
- RRC connection establishment improvements
- Radio Link Failure handling improvements
- MM state machine behavioral improvements
- MM procedures abnormal case improvements
- Minor logging improvements
Bug Fixes
- Protecting initial NAS messages in CM-CONNECTED state
Breaking Changes
- Emergency field removed from PDU session configurations in UE config file
v3.1.9
v3.1.8
v3.1.8 Release Notes
New Features
- RLS/RRC dissector for Wireshark introduced
- SQN synchronization failure handling in authentication
- Local NAS Security Context derivation for emergency
- Security Mode Command integrity check
- Horizontal key derivation in Security Mode procedure
Improvements
- Authentication abnormal case handling
- NAS message container handling in Securty Mode procedure
- Generic UE Configuration Update abnormal case improvements
- De-registration abnormal case improvements
- T3516, T3520 handling
- Minor logging improvements
Bug Fixes
- PDU Session Status related IEs encoding fix
- SST and SD value range fixed
- Accepting De-registration as unciphered
- Transport Layer Address for IPv4v6 decoding fix