aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap/RANAP_RedirectionIndication.c
AgeCommit message (Collapse)AuthorFilesLines
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-16One further RANAP hacking sessionHarald Welte1-0/+145
This is not development, it is random trial and error hacking. I really hate the fact that we have no useful asn.1 code generator and need to work with hacks like asn1tostruct.py and asn1c without information object classes :/ This commit is a one-day-long iteration of trial+error, manually editing and adding the .asn source of RANAP until we get something that in the end at least compiles and links. Do I trust the resulting code? No. But we have no alternative :(