Commit 7c9e5ded authored by Lev Walkin's avatar Lev Walkin

Additional message type

parent 19088a25
...@@ -255,7 +255,7 @@ clean: ...@@ -255,7 +255,7 @@ clean:
regen: regenerate-from-asn1-source regen: regenerate-from-asn1-source
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 ULP-PDU.c: ../sample.makefile.regen ../ulp.asn1
...@@ -265,7 +265,7 @@ ULP-PDU.c: ../sample.makefile.regen ../ulp.asn1 ...@@ -265,7 +265,7 @@ ULP-PDU.c: ../sample.makefile.regen ../ulp.asn1
regen-makefile: regen-makefile:
TITLE="OMA UserPlane Location Protocol decoder" \ TITLE="OMA UserPlane Location Protocol decoder" \
ASN1CMDOPTS="-pdu=auto -fcompound-names -gen-PER" \ ASN1CMDOPTS="-pdu=SUPLINIT -fcompound-names -gen-PER" \
ASN1MODULES="../ulp.asn1" \ ASN1MODULES="../ulp.asn1" \
ASN1PDU=ULP-PDU \ ASN1PDU=ULP-PDU \
PROGNAME=ulp-dump \ PROGNAME=ulp-dump \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment