/types_lte_3gpp

3GPP rust LTE types

Primary LanguageRustMIT LicenseMIT

types_lte_3gpp badge

Generate 3GPP types

python build.py

#compile only
python build.py --compile

#download only
python build.py --download

Release

cargo publish -j 4
# force reduce the number of processes

Tests

# install cargo hack
cargo hack test --feature-powerset --all-targets

Notes

  • some asn files should be manually patched (see *_patch functions in build.py)

License

Licensed under the MIT License - LICENSE