aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap/RANAP_SDU-ParameterItem.c
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libsPau Espin Pedrol1-1/+1
Change-Id: Iba106dcc18e3d429b4b9808610a44ac29b798172
2021-10-26Update generated .c/.h after using asn1c -R paramPau Espin Pedrol1-0/+1
Change-Id: Ib7a03973d43828f47ff59b561d9ddce43186f8af
2016-01-05Remove osmo-iuh subdir level from include/ (2/2)Neels Hofmeyr1-1/+1
Make all changes to #include statements and build files.
2016-01-04move asn1 headers to include/ dir (2/5)Neels Hofmeyr1-1/+1
Show effects of the new sed step on asn1-generated files, without moving the files.
2015-12-18RANAP: Split FormatInformationParameter / SDUParameterItemHarald Welte1-0/+103
The definition of the above data types as per 3GPP specs results in a SEQUENCE_OF() an anonymous structure, which is slightly inconvenient to use. So let's split the SEQUENCE OF part and the actual definition of the item in separate types.