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/hnbap/UE-Identity.h b/src/hnbap/UE-Identity.h
index 8c6d0d1..90852f9 100644
--- a/src/hnbap/UE-Identity.h
+++ b/src/hnbap/UE-Identity.h
@@ -12,14 +12,14 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "IMSI.h"
-#include "TMSILAI.h"
-#include "PTMSIRAI.h"
-#include "IMEI.h"
-#include "ESN.h"
-#include "IMSIDS41.h"
-#include "IMSIESN.h"
-#include "TMSIDS41.h"
+#include <osmocom/osmo-iuh/hnbap/IMSI.h>
+#include <osmocom/osmo-iuh/hnbap/TMSILAI.h>
+#include <osmocom/osmo-iuh/hnbap/PTMSIRAI.h>
+#include <osmocom/osmo-iuh/hnbap/IMEI.h>
+#include <osmocom/osmo-iuh/hnbap/ESN.h>
+#include <osmocom/osmo-iuh/hnbap/IMSIDS41.h>
+#include <osmocom/osmo-iuh/hnbap/IMSIESN.h>
+#include <osmocom/osmo-iuh/hnbap/TMSIDS41.h>
 #include <constr_CHOICE.h>
 
 #ifdef __cplusplus