first dispatch of RUA into RANAP

This is becoming more and more of a hack, as asn1c + asn1tostruct.py
don't really deal well with the RANAP syntax :(
diff --git a/src/ranap_common.c b/src/ranap_common.c
index 03cad64..7be7c95 100644
--- a/src/ranap_common.c
+++ b/src/ranap_common.c
@@ -2,7 +2,10 @@
 
 #include <osmocom/core/msgb.h>
 
-#include "ranap_common.h"
+//#include "ranap_common.h"
+#include "ranap/RANAP_RANAP-PDU.h"
+#include "ranap/RANAP_ProtocolIE-ID.h"
+#include "ranap/RANAP_IE.h"
 #include "hnbgw.h"
 
 extern int asn1_xer_print;