aboutsummaryrefslogtreecommitdiffstats
path: root/src/regen-common-includes.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-09-10 21:18:16 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-10 21:18:16 +0200
commitac9c0244322f8c128891ede4f527aca4a5d64da4 (patch)
treecad5e109c813b6120f183c39c93304dff6a2dc1e /src/regen-common-includes.sh
parent68fcff219f32568a09fe94f0f6df3e5e9806511d (diff)
ranap: Add more manual definitions to RANAP-PDUs
It seems that individual IEs contain nested containers, and asn1c is not generating code for that unless we help it by some hand-crafted additional definitions. *sigh*
Diffstat (limited to 'src/regen-common-includes.sh')
-rwxr-xr-xsrc/regen-common-includes.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regen-common-includes.sh b/src/regen-common-includes.sh
index bc029e6..8754995 100755
--- a/src/regen-common-includes.sh
+++ b/src/regen-common-includes.sh
@@ -1,2 +1,3 @@
#!/bin/sh
-for f in `(cd ../asn1/hnbap/asn1c && ls --color=none -1 *.h)`; do echo "#include \"$f\""; done
+#for f in `(cd ../asn1/hnbap/asn1c && ls --color=none -1 *.h)`; do echo "#include \"$f\""; done
+for f in ranap/*.h; do echo "#include \"$f\""; done