Additional message type

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1369 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/examples/sample.source.ULP/Makefile b/examples/sample.source.ULP/Makefile
index ac47e22..d1661c8 100644
--- a/examples/sample.source.ULP/Makefile
+++ b/examples/sample.source.ULP/Makefile
@@ -255,7 +255,7 @@
 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 @@
 
 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 \