One further RANAP hacking session

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 :(
diff --git a/src/ranap/RANAP_UnsuccessfulLinking-IEs.h b/src/ranap/RANAP_UnsuccessfulLinking-IEs.h
index cd54d67..94a298e 100644
--- a/src/ranap/RANAP_UnsuccessfulLinking-IEs.h
+++ b/src/ranap/RANAP_UnsuccessfulLinking-IEs.h
@@ -24,7 +24,7 @@
 
 /* RANAP_UnsuccessfulLinking-IEs */
 typedef struct RANAP_UnsuccessfulLinking_IEs {
-	A_SEQUENCE_OF(struct Member {
+	A_SEQUENCE_OF(struct MemberD {
 		RANAP_TMGI_t	 tMGI;
 		RANAP_Cause_t	 cause;
 		RANAP_ProtocolExtensionContainer_t	*iE_Extensions	/* OPTIONAL */;