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/UDP-Port-Number.c b/src/hnbap/UDP-Port-Number.c
index 7154553..647e546 100644
--- a/src/hnbap/UDP-Port-Number.c
+++ b/src/hnbap/UDP-Port-Number.c
@@ -5,7 +5,7 @@
  * 	`asn1c -gen-PER`
  */
 
-#include "UDP-Port-Number.h"
+#include <osmocom/osmo-iuh/hnbap/UDP-Port-Number.h>
 
 int
 UDP_Port_Number_constraint(asn_TYPE_descriptor_t *td, const void *sptr,