Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.4 KiB

  1. #ifndef _Q931_ASN1_H_
  2. #define _Q931_ASN1_H_
  3. #include "av_asn1.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. // H310Caps, H320Caps, H321Caps, H322Caps, H323Caps, H324Caps, VoiceCaps, T120OnlyCaps, McuInfo, TerminalInfo, GatekeeperInfo
  8. #define GtkprInf_nnStndrdDt_present H310Caps_nonStandardData_present
  9. #define GtkprInf_nnStndrdDt nonStandardData
  10. // GatewayInfo
  11. #define GtwyInf_nonStandardData_present GatewayInfo_nonStandardData_present
  12. #define GtwyInf_nonStandardData nonStandardData
  13. // EndpointType
  14. #define EndpntTyp_nnStndrdDt_present EndpointType_nonStandardData_present
  15. #define EndpntTyp_nnStndrdDt nonStandardData
  16. // CallProceeding_UUIE, Alerting_UUIE
  17. #define CPg_UUIE_h245Addrss_present CallProceeding_UUIE_h245Address_present
  18. #define CPg_UUIE_h245Addrss h245Address
  19. // Connect_UUIE
  20. #define Cnnct_UUIE_h245Address_present Connect_UUIE_h245Address_present
  21. #define Cnnct_UUIE_h245Address h245Address
  22. // ReleaseCompleteReason
  23. #define RlsCmpltRsn_undfndRsn_chosen ReleaseCompleteReason_undefinedReason_chosen
  24. // FacilityReason
  25. #define FcltyRsn_undefinedReason_chosen FacilityReason_undefinedReason_chosen
  26. // H323_UU_PDU
  27. #define H323_UU_PDU_nnStndrdDt_present H323_UU_PDU_nonStandardData_present
  28. #define H323_UU_PDU_nnStndrdDt nonStandardData
  29. #ifdef __cplusplus
  30. } // extern "C"
  31. #endif
  32. #endif // _Q931_ASN1_H_