rayhunter
rayhunter copied to clipboard
Minor doc mistatement - "hampi-rs-asn1c" vs "rs-asn1c"
In "telcom-parser/README.md" it says to install the hampi compiler, you simply do "cargo install asn1-compiler" (works fine), but then -
To generate the parser for LTE RRC, run:
> hampi-rs-asn1c --codec uper --derive clone --derive partial-eq --derive serialize --module src/lte_rrc.rs -- specs/EUTRA* specs/PC5-RRC-Definitions.asn
At least on my m2/mac/Sonama 14.5 w Rust 1.82.0, the install produces a binary called "rs-asn1c", not "hampi-rs-asn1c" - so just 's/hampi-//'
Tnx for putting this out!