Add prefix LTE_ to LTE-RRC generated data types by ASN1C_PREFIX=LTE_
- Add ASN1C_PREFIX=LTE_ as environment variable for asn1c generating C files from LTE-RRC ASN.1
- Modify all expressions using original LTE-RRC data types for new generated ones
- Does not change any program logic
With this commit, developers can be more aware of what protocol, i.e. LTE-RRC or NR-RRC, he/she is working on and preventing use wrong data types in different contexts. LTE_maxDRB
and NR_maxDRB
are an example.