aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hnbap/HNBAP_Registration-Cause.h
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27hnbap: Use asn1c flag -fcompound-names to avoid name collisions with other libsPau Espin Pedrol1-1/+1
Change-Id: I1bcbe047d233684647d6ffe9febb14a12c579696
2021-10-27hnbap: Drop no longer existing asn1c param -fnative-typesPau Espin Pedrol1-1/+1
This is an option enabled by default and not existent as cmdline param since asn1c 0.9.26. For some reason, when dropping it, asn1c generates different description comment section on related files. In any case, this makes hnbap look like other libraries which already got this param removed and hence also generateds code looks the same. Change-Id: Iccf81539a5045416185e619d24c3d542204437e6
2021-10-26hnbap: Use specific prefix for HNBAP generated codePau Espin Pedrol1-0/+53
Other libraries already use ASN1C_PREFIX except the HNBAP one. Let's use it here to avoid collisions. All new include/osmocom/hnbap/HNBAP_*.h and src/hnbap/HNBAP_*.c are generated using the updated src/hnbap/Makefile.am. Files such as src/*.c, test/* and include/osmocom/hnbap/hnbap_common.h are modified manually to update structs/enums to new prefix. Related: SYS#5516 Change-Id: I6c062f631527ae42811bfec134933671c05ecba6