From e1a9079dde991d0b6e88dc81bd3ebd14aaac4a1f Mon Sep 17 00:00:00 2001 From: vlm Date: Fri, 29 Jun 2007 15:21:12 +0000 Subject: [PATCH] Additional message type git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1369 59561ff5-6e30-0410-9f3c-9617f08c8826 --- examples/sample.source.ULP/Makefile | 4 ++-- 1 file 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 \