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_RABParametersList.h b/src/ranap/RANAP_RABParametersList.h
index 0208cda..8c702b4 100644
--- a/src/ranap/RANAP_RABParametersList.h
+++ b/src/ranap/RANAP_RABParametersList.h
@@ -26,7 +26,7 @@
 
 /* RANAP_RABParametersList */
 typedef struct RANAP_RABParametersList {
-	A_SEQUENCE_OF(struct MemberA {
+	A_SEQUENCE_OF(struct MemberB {
 		RANAP_RAB_ID_t	 rab_Id;
 		RANAP_CN_DomainIndicator_t	 cn_domain;
 		RANAP_RABDataVolumeReport_t	*rabDataVolumeReport	/* OPTIONAL */;