move asn1 headers to include/ dir (2/5)

Show effects of the new sed step on asn1-generated files, without moving the
files.
diff --git a/src/ranap/RANAP_M6-Period.c b/src/ranap/RANAP_M6-Period.c
index 56b49d2..44ab39a 100644
--- a/src/ranap/RANAP_M6-Period.c
+++ b/src/ranap/RANAP_M6-Period.c
@@ -4,7 +4,7 @@
  * 	found in "../../asn1/ranap/RANAP-IEs.asn"
  */
 
-#include "RANAP_M6-Period.h"
+#include <osmocom/osmo-iuh/ranap/RANAP_M6-Period.h>
 
 int
 RANAP_M6_Period_constraint(asn_TYPE_descriptor_t *td, const void *sptr,