- added SendingComplete to CONNECT_RESP (no funktions changed).

This commit is contained in:
Carsten Paeth 2005-05-09 08:23:01 +00:00
parent 79f19a036d
commit 69ef6758b4
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
* $Id$
*
* $Log$
* Revision 1.18 2005/03/08 07:26:47 keil
* - add SENDING_COMPLETE to INFO_REQ CONNECT_REQ and CONNECT_IND
* - remove SENDING_COMPLETE parameter (always NULL) from capi_fill_DISCONNECT_REQ
*
* Revision 1.17 2005/03/04 11:45:12 calle
* SendingComplete was missing for DISCONNECT_REQ ...
*
@ -444,7 +448,7 @@ static unsigned char *cpars[] = {
/*36*/ 0,
/*37*/ 0,
#ifndef CAPI_LIBRARY_V2
/*38 CONNECT_RESP*/ (unsigned char*)"\x03\x2f\x0d\x06\x08\x0a\x05\x07\x09\x33\x01\x16\x17\x29\x04\x0c\x28\x30\x1c\x01\x01",
/*38 CONNECT_RESP*/ (unsigned char*)"\x03\x2f\x0d\x06\x08\x0a\x05\x07\x09\x33\x01\x16\x17\x29\x04\x0c\x28\x30\x1c\x32\x01\x01",
#else
/*38 CONNECT_RESP*/ (unsigned char*)"\x03\x2f\x0d\x06\x08\x0a\x05\x07\x09\x01\x16\x17\x29\x04\x0c\x28\x30\x1c\x01\x01",
#endif