SamResponse.c 863 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
  3. * From ASN.1 module "Seader"
  4. * found in "seader.asn1"
  5. * `asn1c -D ./lib/asn1 -no-gen-example -pdu=all`
  6. */
  7. #include "SamResponse.h"
  8. /*
  9. * This type is implemented using OCTET_STRING,
  10. * so here we adjust the DEF accordingly.
  11. */
  12. static const ber_tlv_tag_t asn_DEF_SamResponse_tags_1[] = {
  13. (ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
  14. };
  15. asn_TYPE_descriptor_t asn_DEF_SamResponse = {
  16. "SamResponse",
  17. "SamResponse",
  18. &asn_OP_OCTET_STRING,
  19. asn_DEF_SamResponse_tags_1,
  20. sizeof(asn_DEF_SamResponse_tags_1)
  21. /sizeof(asn_DEF_SamResponse_tags_1[0]), /* 1 */
  22. asn_DEF_SamResponse_tags_1, /* Same as above */
  23. sizeof(asn_DEF_SamResponse_tags_1)
  24. /sizeof(asn_DEF_SamResponse_tags_1[0]), /* 1 */
  25. { 0, 0, OCTET_STRING_constraint },
  26. 0, 0, /* No members */
  27. &asn_SPC_OCTET_STRING_specs /* Additional specs */
  28. };