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-SetupOrModifiedList.h b/src/ranap/RANAP_RAB-SetupOrModifiedList.h
index 5165ea9..8372f74 100644
--- a/src/ranap/RANAP_RAB-SetupOrModifiedList.h
+++ b/src/ranap/RANAP_RAB-SetupOrModifiedList.h
@@ -22,12 +22,12 @@
 
 /* RANAP_RAB-SetupOrModifiedList */
 typedef struct RANAP_RAB_SetupOrModifiedList {
-	struct rabSetupOrModifiedList_ies {
+	struct raB_SetupOrModifiedList_ies {
 		A_SEQUENCE_OF(RANAP_IE_t) list;
 		
 		/* Context for parsing across buffer boundaries */
 		asn_struct_ctx_t _asn_ctx;
-	} rabSetupOrModifiedList_ies;
+	} raB_SetupOrModifiedList_ies;
 	/*
 	 * This type is extensible,
 	 * possible extensions are below.