osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41019?usp=email )
Change subject: rebuild-from-asn.sh: Update to work with present-day osmocom asn1c ...................................................................... rebuild-from-asn.sh: Update to work with present-day osmocom asn1c Change-Id: I1e9b64112805a39bd4bc9d94b64d3d99516bd6c6 --- M src/rebuild-from-asn.sh 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-asn1-tcap refs/changes/19/41019/1 diff --git a/src/rebuild-from-asn.sh b/src/rebuild-from-asn.sh index ac4f1f7..7b93d1d 100755 --- a/src/rebuild-from-asn.sh +++ b/src/rebuild-from-asn.sh @@ -1,5 +1,7 @@ #!/bin/bash ASN=../asn -asn1c $ASN/DialoguePDUs.asn $ASN/tcap.asn $ASN/UnidialoguePDUs.asn +asn1c -R \ + -fcompound-names \ + $ASN/DialoguePDUs.asn $ASN/tcap.asn $ASN/UnidialoguePDUs.asn find . -type l -exec rm \{\} \; mv *.h ../include/ -- To view, visit https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41019?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: libosmo-asn1-tcap Gerrit-Branch: master Gerrit-Change-Id: I1e9b64112805a39bd4bc9d94b64d3d99516bd6c6 Gerrit-Change-Number: 41019 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de> Gerrit-CC: laforge <lafo...@osmocom.org>