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
1
2
3
4
5
6
7
8
9
10
11
12
/target
Cargo.lock
**/*.rs.bk

# Python build / test artifacts (the wheel is built by maturin, never committed)
__pycache__/
*.so
*.pyc
.venv/
.pytest_cache/
dist/
*.egg-info/