2 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
3 * From ASN.1 module "SMUX"
5 * `asn1c -fskeletons-copy`
8 #include <asn_internal.h>
13 ClosePDU_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
14 asn_app_constraint_failed_f *ctfailcb, void *app_key) {
15 /* Replace with underlying type checker */
16 td->check_constraints = asn_DEF_INTEGER.check_constraints;
17 return td->check_constraints(td, sptr, ctfailcb, app_key);
21 * This type is implemented using INTEGER,
22 * so here we adjust the DEF accordingly.
25 ClosePDU_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
26 td->free_struct = asn_DEF_INTEGER.free_struct;
27 td->print_struct = asn_DEF_INTEGER.print_struct;
28 td->ber_decoder = asn_DEF_INTEGER.ber_decoder;
29 td->der_encoder = asn_DEF_INTEGER.der_encoder;
30 td->xer_decoder = asn_DEF_INTEGER.xer_decoder;
31 td->xer_encoder = asn_DEF_INTEGER.xer_encoder;
32 td->uper_decoder = asn_DEF_INTEGER.uper_decoder;
33 td->uper_encoder = asn_DEF_INTEGER.uper_encoder;
34 if(!td->per_constraints)
35 td->per_constraints = asn_DEF_INTEGER.per_constraints;
36 td->elements = asn_DEF_INTEGER.elements;
37 td->elements_count = asn_DEF_INTEGER.elements_count;
38 td->specifics = asn_DEF_INTEGER.specifics;
42 ClosePDU_free(asn_TYPE_descriptor_t *td,
43 void *struct_ptr, int contents_only) {
44 ClosePDU_1_inherit_TYPE_descriptor(td);
45 td->free_struct(td, struct_ptr, contents_only);
49 ClosePDU_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
50 int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
51 ClosePDU_1_inherit_TYPE_descriptor(td);
52 return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
56 ClosePDU_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
57 void **structure, const void *bufptr, size_t size, int tag_mode) {
58 ClosePDU_1_inherit_TYPE_descriptor(td);
59 return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
63 ClosePDU_encode_der(asn_TYPE_descriptor_t *td,
64 void *structure, int tag_mode, ber_tlv_tag_t tag,
65 asn_app_consume_bytes_f *cb, void *app_key) {
66 ClosePDU_1_inherit_TYPE_descriptor(td);
67 return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
71 ClosePDU_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
72 void **structure, const char *opt_mname, const void *bufptr, size_t size) {
73 ClosePDU_1_inherit_TYPE_descriptor(td);
74 return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
78 ClosePDU_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
79 int ilevel, enum xer_encoder_flags_e flags,
80 asn_app_consume_bytes_f *cb, void *app_key) {
81 ClosePDU_1_inherit_TYPE_descriptor(td);
82 return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
85 static ber_tlv_tag_t asn_DEF_ClosePDU_tags_1[] = {
86 (ASN_TAG_CLASS_APPLICATION | (1 << 2)),
87 (ASN_TAG_CLASS_UNIVERSAL | (2 << 2))
89 asn_TYPE_descriptor_t asn_DEF_ClosePDU = {
99 0, 0, /* No PER support, use "-gen-PER" to enable */
100 0, /* Use generic outmost tag fetcher */
101 asn_DEF_ClosePDU_tags_1,
102 sizeof(asn_DEF_ClosePDU_tags_1)
103 /sizeof(asn_DEF_ClosePDU_tags_1[0]) - 1, /* 1 */
104 asn_DEF_ClosePDU_tags_1, /* Same as above */
105 sizeof(asn_DEF_ClosePDU_tags_1)
106 /sizeof(asn_DEF_ClosePDU_tags_1[0]), /* 2 */
107 0, /* No PER visible constraints */
108 0, 0, /* Defined elsewhere */