2  * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
 
   3  * From ASN.1 module "RFC1213-MIB"
 
   4  *      found in "RFC1213-MIB.asn1"
 
   5  *      `asn1c -S/mnt/data/software/asn1c/skeletons -fcompound-names -fwide-types`
 
   8 #include "PhysAddress.h"
 
  11 PhysAddress_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
 
  12                         asn_app_constraint_failed_f *ctfailcb, void *app_key) {
 
  13         /* Replace with underlying type checker */
 
  14         td->check_constraints = asn_DEF_OCTET_STRING.check_constraints;
 
  15         return td->check_constraints(td, sptr, ctfailcb, app_key);
 
  19  * This type is implemented using OCTET_STRING,
 
  20  * so here we adjust the DEF accordingly.
 
  23 PhysAddress_1_inherit_TYPE_descriptor(asn_TYPE_descriptor_t *td) {
 
  24         td->free_struct    = asn_DEF_OCTET_STRING.free_struct;
 
  25         td->print_struct   = asn_DEF_OCTET_STRING.print_struct;
 
  26         td->check_constraints = asn_DEF_OCTET_STRING.check_constraints;
 
  27         td->ber_decoder    = asn_DEF_OCTET_STRING.ber_decoder;
 
  28         td->der_encoder    = asn_DEF_OCTET_STRING.der_encoder;
 
  29         td->xer_decoder    = asn_DEF_OCTET_STRING.xer_decoder;
 
  30         td->xer_encoder    = asn_DEF_OCTET_STRING.xer_encoder;
 
  31         td->uper_decoder   = asn_DEF_OCTET_STRING.uper_decoder;
 
  32         td->uper_encoder   = asn_DEF_OCTET_STRING.uper_encoder;
 
  33         if(!td->per_constraints)
 
  34                 td->per_constraints = asn_DEF_OCTET_STRING.per_constraints;
 
  35         td->elements       = asn_DEF_OCTET_STRING.elements;
 
  36         td->elements_count = asn_DEF_OCTET_STRING.elements_count;
 
  37         td->specifics      = asn_DEF_OCTET_STRING.specifics;
 
  41 PhysAddress_free(asn_TYPE_descriptor_t *td,
 
  42                 void *struct_ptr, int contents_only) {
 
  43         PhysAddress_1_inherit_TYPE_descriptor(td);
 
  44         td->free_struct(td, struct_ptr, contents_only);
 
  48 PhysAddress_print(asn_TYPE_descriptor_t *td, const void *struct_ptr,
 
  49                 int ilevel, asn_app_consume_bytes_f *cb, void *app_key) {
 
  50         PhysAddress_1_inherit_TYPE_descriptor(td);
 
  51         return td->print_struct(td, struct_ptr, ilevel, cb, app_key);
 
  55 PhysAddress_decode_ber(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
 
  56                 void **structure, const void *bufptr, size_t size, int tag_mode) {
 
  57         PhysAddress_1_inherit_TYPE_descriptor(td);
 
  58         return td->ber_decoder(opt_codec_ctx, td, structure, bufptr, size, tag_mode);
 
  62 PhysAddress_encode_der(asn_TYPE_descriptor_t *td,
 
  63                 void *structure, int tag_mode, ber_tlv_tag_t tag,
 
  64                 asn_app_consume_bytes_f *cb, void *app_key) {
 
  65         PhysAddress_1_inherit_TYPE_descriptor(td);
 
  66         return td->der_encoder(td, structure, tag_mode, tag, cb, app_key);
 
  70 PhysAddress_decode_xer(asn_codec_ctx_t *opt_codec_ctx, asn_TYPE_descriptor_t *td,
 
  71                 void **structure, const char *opt_mname, const void *bufptr, size_t size) {
 
  72         PhysAddress_1_inherit_TYPE_descriptor(td);
 
  73         return td->xer_decoder(opt_codec_ctx, td, structure, opt_mname, bufptr, size);
 
  77 PhysAddress_encode_xer(asn_TYPE_descriptor_t *td, void *structure,
 
  78                 int ilevel, enum xer_encoder_flags_e flags,
 
  79                 asn_app_consume_bytes_f *cb, void *app_key) {
 
  80         PhysAddress_1_inherit_TYPE_descriptor(td);
 
  81         return td->xer_encoder(td, structure, ilevel, flags, cb, app_key);
 
  84 static const ber_tlv_tag_t asn_DEF_PhysAddress_tags_1[] = {
 
  85         (ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
 
  87 asn_TYPE_descriptor_t asn_DEF_PhysAddress = {
 
  92         PhysAddress_constraint,
 
  93         PhysAddress_decode_ber,
 
  94         PhysAddress_encode_der,
 
  95         PhysAddress_decode_xer,
 
  96         PhysAddress_encode_xer,
 
  97         0, 0,   /* No PER support, use "-gen-PER" to enable */
 
  98         0,      /* Use generic outmost tag fetcher */
 
  99         asn_DEF_PhysAddress_tags_1,
 
 100         sizeof(asn_DEF_PhysAddress_tags_1)
 
 101                 /sizeof(asn_DEF_PhysAddress_tags_1[0]), /* 1 */
 
 102         asn_DEF_PhysAddress_tags_1,     /* Same as above */
 
 103         sizeof(asn_DEF_PhysAddress_tags_1)
 
 104                 /sizeof(asn_DEF_PhysAddress_tags_1[0]), /* 1 */
 
 105         0,      /* No PER visible constraints */
 
 106         0, 0,   /* No members */