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_LeftMBMSBearerService-IEs.h b/src/ranap/RANAP_LeftMBMSBearerService-IEs.h
index 1f2bbf2..2318d2a 100644
--- a/src/ranap/RANAP_LeftMBMSBearerService-IEs.h
+++ b/src/ranap/RANAP_LeftMBMSBearerService-IEs.h
@@ -23,7 +23,7 @@
 
 /* RANAP_LeftMBMSBearerService-IEs */
 typedef struct RANAP_LeftMBMSBearerService_IEs {
-	A_SEQUENCE_OF(struct Member {
+	A_SEQUENCE_OF(struct MemberK {
 		RANAP_TMGI_t	 tMGI;
 		RANAP_ProtocolExtensionContainer_t	*iE_Extensions	/* OPTIONAL */;
 		/*