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.
|
- void sip_header_param_test(void);
- void sip_uri_parse_test(void);
- void sip_uri_equal_test(void);
- void sip_header_contact_test(void);
- void sip_header_via_test(void);
- void sip_header_cseq_test(void);
- void sip_header_substate_test(void);
-
- #if defined(_DEBUG) || defined(DEBUG)
- void sip_header_test(void)
- {
- sip_header_param_test();
- sip_uri_parse_test();
- sip_uri_equal_test();
- sip_header_contact_test();
- sip_header_via_test();
- sip_header_cseq_test();
- sip_header_substate_test();
- }
- #endif
|