I noticed that osmo-iuh/src/regen-common-includes.sh doesn't do anything useful (anymore). Should it be redirected towards osmo-iuh/include or can we drop it?
osmo-iuh/src/regen-common-includes.sh: [[[ #!/bin/sh #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 ]]]
Thanks
~Neels
On Thu, Feb 18, 2016 at 11:51:06PM +0100, Neels Hofmeyr wrote:
I noticed that osmo-iuh/src/regen-common-includes.sh doesn't do anything useful (anymore). Should it be redirected towards osmo-iuh/include or can we drop it?
we certainly don't want to drop it. There could be reasons to modify the asn.1 source, or to update to a later version of it.