update binary name. Fixes #128

This commit is contained in:
Cooper Quintin
2025-06-05 19:38:22 -07:00
committed by Will Greenberg
parent a5d8e601d9
commit 7923327ba9

View File

@@ -15,7 +15,7 @@ To install the hampi compiler, run:
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
> rs-asn1c --codec uper --derive clone --derive partial-eq --derive serialize --module src/lte_rrc.rs -- specs/EUTRA* specs/PC5-RRC-Definitions.asn
```
## Sourcing the ASN.1 files