Commit 8589d276 authored by Senthil Prabakaran's avatar Senthil Prabakaran Committed by Mouse

Add SEQUENCE jer support

parent 50408008
......@@ -28,6 +28,11 @@ asn_TYPE_operation_t asn_OP_SEQUENCE = {
0,
0,
#endif /* !defined(ASN_DISABLE_XER_SUPPORT) */
#if !defined(ASN_DISABLE_JER_SUPPORT)
SEQUENCE_encode_jer,
#else
0,
#endif /* !defined(ASN_DISABLE_JER_SUPPORT) */
#if !defined(ASN_DISABLE_OER_SUPPORT)
SEQUENCE_decode_oer,
SEQUENCE_encode_oer,
......
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