Changeset 728 for pjproject/trunk/pjsip/src/test-pjsip/tsx_uas_test.c
- Timestamp:
- Sep 19, 2006 1:32:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/tsx_uas_test.c
r563 r728 107 107 static char *TEST11_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test11"; 108 108 static char *TEST12_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test12"; 109 static char *TEST13_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test13";109 //static char *TEST13_BRANCH_ID = PJSIP_RFC3261_BRANCH_ID "-UAS-Test13"; 110 110 111 111 #define TEST1_STATUS_CODE 200 … … 195 195 196 196 /* General timer entry to be used by tests. */ 197 static pj_timer_entry timer;197 //static pj_timer_entry timer; 198 198 199 199 /* Timer to send response via transaction. */ … … 314 314 } 315 315 316 #if 0 /* Unused for now */ 316 317 /* Timer callback to terminate transaction. */ 317 318 static void terminate_tsx_timer( pj_timer_heap_t *timer_heap, … … 339 340 pjsip_endpt_schedule_timer(endpt, &timer, &delay); 340 341 } 342 #endif 341 343 342 344
Note: See TracChangeset
for help on using the changeset viewer.