aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2007-06-29 15:21:12 +0000
committerLev Walkin <vlm@lionet.info>2007-06-29 15:21:12 +0000
commit7c9e5ded0fda1d49c55e07fb746c916696e56cf3 (patch)
tree0320e330f5a7f7a5b7e9eac3d5efbdb3107e2c73 /examples
parent19088a2504c83faa11a7a657ebc4c214d9e2c1c9 (diff)
Additional message type
Diffstat (limited to 'examples')
-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 \