2  * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
 
   3  * From ASN.1 module "RFC1157-SNMP"
 
   4  *      found in "RFC1157-SNMP.asn1"
 
   5  *      `asn1c -S/mnt/data/software/asn1c/skeletons -fcompound-names -fwide-types`
 
  10 static asn_TYPE_member_t asn_MBR_PDUs_1[] = {
 
  11         { ATF_NOFLAGS, 0, offsetof(struct PDUs, choice.get_request),
 
  12                 (ASN_TAG_CLASS_CONTEXT | (0 << 2)),
 
  14                 &asn_DEF_GetRequest_PDU,
 
  15                 0,      /* Defer constraints checking to the member type */
 
  16                 0,      /* PER is not compiled, use -gen-PER */
 
  20         { ATF_NOFLAGS, 0, offsetof(struct PDUs, choice.get_next_request),
 
  21                 (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
 
  23                 &asn_DEF_GetNextRequest_PDU,
 
  24                 0,      /* Defer constraints checking to the member type */
 
  25                 0,      /* PER is not compiled, use -gen-PER */
 
  29         { ATF_NOFLAGS, 0, offsetof(struct PDUs, choice.get_response),
 
  30                 (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
 
  32                 &asn_DEF_GetResponse_PDU,
 
  33                 0,      /* Defer constraints checking to the member type */
 
  34                 0,      /* PER is not compiled, use -gen-PER */
 
  38         { ATF_NOFLAGS, 0, offsetof(struct PDUs, choice.set_request),
 
  39                 (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
 
  41                 &asn_DEF_SetRequest_PDU,
 
  42                 0,      /* Defer constraints checking to the member type */
 
  43                 0,      /* PER is not compiled, use -gen-PER */
 
  47         { ATF_NOFLAGS, 0, offsetof(struct PDUs, choice.trap),
 
  48                 (ASN_TAG_CLASS_CONTEXT | (4 << 2)),
 
  51                 0,      /* Defer constraints checking to the member type */
 
  52                 0,      /* PER is not compiled, use -gen-PER */
 
  57 static const asn_TYPE_tag2member_t asn_MAP_PDUs_tag2el_1[] = {
 
  58     { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 }, /* get-request */
 
  59     { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* get-next-request */
 
  60     { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 2, 0, 0 }, /* get-response */
 
  61     { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 }, /* set-request */
 
  62     { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 4, 0, 0 } /* trap */
 
  64 static asn_CHOICE_specifics_t asn_SPC_PDUs_specs_1 = {
 
  66         offsetof(struct PDUs, _asn_ctx),
 
  67         offsetof(struct PDUs, present),
 
  68         sizeof(((struct PDUs *)0)->present),
 
  69         asn_MAP_PDUs_tag2el_1,
 
  70         5,      /* Count of tags in the map */
 
  72         -1      /* Extensions start */
 
  74 asn_TYPE_descriptor_t asn_DEF_PDUs = {
 
  84         0, 0,   /* No PER support, use "-gen-PER" to enable */
 
  86         0,      /* No effective tags (pointer) */
 
  87         0,      /* No effective tags (count) */
 
  88         0,      /* No tags (pointer) */
 
  89         0,      /* No tags (count) */
 
  90         0,      /* No PER visible constraints */
 
  92         5,      /* Elements count */
 
  93         &asn_SPC_PDUs_specs_1   /* Additional specs */