gsm_map 1.0.0

GSM MAP (Mobile Application Part) operations per 3GPP TS 29.002 — SMS (MO/MT-ForwardSM, SRI-for-SM), mobility, authentication, USSD, supplementary services — as BER-codable ASN.1 types, with optional Rust-backed Python bindings
Documentation
// SMS
pub mod alert_sc;
pub mod inform_sc;
pub mod mo_forward_sm;
pub mod mt_forward_sm;
pub mod ready_for_sm;
pub mod report_sm;
pub mod sri_sm;

// Location management
pub mod location;

// Authentication
pub mod auth;

// Subscriber data management
pub mod subscriber_data;

// Subscriber information (ATI, PSI)
pub mod subscriber_info;

// USSD
pub mod ussd;

// Call handling
pub mod call_handling;

// Supplementary services
pub mod supplementary;

// Fault recovery
pub mod fault_recovery;

// OAM (trace, sendIMSI)
pub mod oam;

// GPRS location management
pub mod gprs_location;

// Handover
pub mod handover;

// IMEI check
pub mod imei;

// Location services (LCS)
pub mod lcs;

// MAP error codes
pub mod errors;

// CAMEL Application Part (CAP)