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_MBMSSessionUpdateFailure.h b/src/ranap/RANAP_MBMSSessionUpdateFailure.h
index 2913926..7368574 100644
--- a/src/ranap/RANAP_MBMSSessionUpdateFailure.h
+++ b/src/ranap/RANAP_MBMSSessionUpdateFailure.h
@@ -22,12 +22,12 @@
 
 /* RANAP_MBMSSessionUpdateFailure */
 typedef struct RANAP_MBMSSessionUpdateFailure {
-	struct mBMSSessionUpdateFailure_ies {
+	struct mbmsSessionUpdateFailure_ies {
 		A_SEQUENCE_OF(RANAP_IE_t) list;
 		
 		/* Context for parsing across buffer boundaries */
 		asn_struct_ctx_t _asn_ctx;
-	} mBMSSessionUpdateFailure_ies;
+	} mbmsSessionUpdateFailure_ies;
 	/*
 	 * This type is extensible,
 	 * possible extensions are below.