aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sample.source.ULP
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-06-29 15:21:12 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-06-29 15:21:12 +0000
commite1a9079dde991d0b6e88dc81bd3ebd14aaac4a1f (patch)
tree0320e330f5a7f7a5b7e9eac3d5efbdb3107e2c73 /examples/sample.source.ULP
parentc20e054d0a0ed958b80f22ca2f0e23cc6fa143b9 (diff)
Additional message type
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1369 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'examples/sample.source.ULP')
-rw-r--r--examples/sample.source.ULP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sample.source.ULP/Makefile b/examples/sample.source.ULP/Makefile
index ac47e222..d1661c89 100644
--- a/examples/sample.source.ULP/Makefile
+++ b/examples/sample.source.ULP/Makefile
@@ -255,7 +255,7 @@ clean:
regen: regenerate-from-asn1-source
regenerate-from-asn1-source:
- ../../asn1c/asn1c -S ../../skeletons -pdu=ULP-PDU -pdu=auto -fcompound-names -gen-PER ../ulp.asn1
+ ../../asn1c/asn1c -S ../../skeletons -pdu=ULP-PDU -pdu=SUPLINIT -fcompound-names -gen-PER ../ulp.asn1
ULP-PDU.c: ../sample.makefile.regen ../ulp.asn1
@@ -265,7 +265,7 @@ ULP-PDU.c: ../sample.makefile.regen ../ulp.asn1
regen-makefile:
TITLE="OMA UserPlane Location Protocol decoder" \
- ASN1CMDOPTS="-pdu=auto -fcompound-names -gen-PER" \
+ ASN1CMDOPTS="-pdu=SUPLINIT -fcompound-names -gen-PER" \
ASN1MODULES="../ulp.asn1" \
ASN1PDU=ULP-PDU \
PROGNAME=ulp-dump \