diff --git a/lib/asn1c/support/README.md b/lib/asn1c/support/README.md index 4938329f1..5d4768aa7 100644 --- a/lib/asn1c/support/README.md +++ b/lib/asn1c/support/README.md @@ -42,6 +42,13 @@ user@host ~/documents/git/open5gs/lib/asn1c/s1ap$ \ -no-gen-OER -no-gen-UPER \ ../support/s1ap-r17.3.0/36413-h30.asn +user@host ~/documents/git/open5gs/lib/asn1c/s1ap$ \ + ../../../../my/asn1c/asn1c/asn1c -pdu=all \ + -fprefix=S1AP_ -fcompound-names -findirect-choice -fno-include-deps \ + -no-gen-BER -no-gen-XER -no-gen-JER -no-gen-CBOR \ + -no-gen-OER -no-gen-UPER \ + ../support/s1ap-r17.3.0/36413-h30.asn + user@host ~/Documents/git/open5gs/lib/asn1c/ngap$ \ ASN1C_PREFIX=NGAP_ ../../../../my/asn1c/asn1c/asn1c -pdu=all \ -fcompound-names -findirect-choice -fno-include-deps \