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-DataForwardingList-SRNS-CtxReq.h b/src/ranap/RANAP_RAB-DataForwardingList-SRNS-CtxReq.h
index 50d5771..8b0a5e1 100644
--- a/src/ranap/RANAP_RAB-DataForwardingList-SRNS-CtxReq.h
+++ b/src/ranap/RANAP_RAB-DataForwardingList-SRNS-CtxReq.h
@@ -22,12 +22,12 @@
 
 /* RANAP_RAB-DataForwardingList-SRNS-CtxReq */
 typedef struct RANAP_RAB_DataForwardingList_SRNS_CtxReq {
-	struct rabDataForwardingListSRNSCtxReq_ies {
+	struct raB_DataForwardingList_SRNS_CtxReq_ies {
 		A_SEQUENCE_OF(RANAP_IE_t) list;
 		
 		/* Context for parsing across buffer boundaries */
 		asn_struct_ctx_t _asn_ctx;
-	} rabDataForwardingListSRNSCtxReq_ies;
+	} raB_DataForwardingList_SRNS_CtxReq_ies;
 	/*
 	 * This type is extensible,
 	 * possible extensions are below.