mirror of
https://github.com/MengMengCode/VoCat.git
synced 2026-08-14 11:53:42 +08:00
- Added support for DEVICE_IDENTITY request as per TS 24.302. - Implemented deviceIdentityRequested function to check for DEVICE_IDENTITY notifications. - Created deviceIdentityNotify function to construct DEVICE_IDENTITY notifications with IMEI/IMEISV. - Enhanced security proposal to accommodate O2 Germany's integrity-only ESP profile. - Updated tests to validate DEVICE_IDENTITY encoding and request handling. - Refactored security proposal to include fallback encryption and integrity algorithms. - Improved session management to ensure proper cleanup of IPSec resources after caller deadline. - Added comprehensive tests for security agreement parsing and algorithm support. FIX #11