aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/hnbap/URAIdentity.h
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26hnbap: Use specific prefix for HNBAP generated codePau Espin Pedrol1-43/+0
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
2021-10-26Update generated .c/.h after using asn1c -R paramPau Espin Pedrol1-1/+1
Change-Id: Ib7a03973d43828f47ff59b561d9ddce43186f8af
2016-01-05Remove osmo-iuh subdir level from include/ (1/2)Neels Hofmeyr1-0/+43
First just move the files to make the upcoming commit diff easier to read.