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_RAB-ReleasedList-IuRelComp.h b/src/ranap/RANAP_RAB-ReleasedList-IuRelComp.h
index 0a555e7..5fc1401 100644
--- a/src/ranap/RANAP_RAB-ReleasedList-IuRelComp.h
+++ b/src/ranap/RANAP_RAB-ReleasedList-IuRelComp.h
@@ -22,12 +22,12 @@
 
 /* RANAP_RAB-ReleasedList-IuRelComp */
 typedef struct RANAP_RAB_ReleasedList_IuRelComp {
-	struct rabReleasedListIuRelComp_ies {
+	struct raB_ReleasedList_IuRelComp_ies {
 		A_SEQUENCE_OF(RANAP_IE_t) list;
 		
 		/* Context for parsing across buffer boundaries */
 		asn_struct_ctx_t _asn_ctx;
-	} rabReleasedListIuRelComp_ies;
+	} raB_ReleasedList_IuRelComp_ies;
 	/*
 	 * This type is extensible,
 	 * possible extensions are below.