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/TMSILAI.h b/src/hnbap/TMSILAI.h
index ca71008..2ba0a1a 100644
--- a/src/hnbap/TMSILAI.h
+++ b/src/hnbap/TMSILAI.h
@@ -13,7 +13,7 @@
 
 /* Including external dependencies */
 #include <BIT_STRING.h>
-#include "LAI.h"
+#include <osmocom/osmo-iuh/hnbap/LAI.h>
 #include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus