Skip to content

Add prefix LTE_ to LTE-RRC generated data types by ASN1C_PREFIX=LTE_

Bi-Ruei, Chiu requested to merge develop-adding-prefix-to-LTE-RRC into develop
  1. Add ASN1C_PREFIX=LTE_ as environment variable for asn1c generating C files from LTE-RRC ASN.1
  2. Modify all expressions using original LTE-RRC data types for new generated ones
  3. 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.

Merge request reports