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/HNBConfigTransferResponse.c b/src/hnbap/HNBConfigTransferResponse.c
index da454cb..4630f0b 100644
--- a/src/hnbap/HNBConfigTransferResponse.c
+++ b/src/hnbap/HNBConfigTransferResponse.c
@@ -5,7 +5,7 @@
  * 	`asn1c -gen-PER`
  */
 
-#include "HNBConfigTransferResponse.h"
+#include <osmocom/osmo-iuh/hnbap/HNBConfigTransferResponse.h>
 
 static int
 memb_hnbConfigTransferResponse_ies_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr,