From: short <> Date: Sat, 9 Mar 2002 23:28:39 +0000 (+0000) Subject: datacalls: Disabled sending of the 2nd analog-datacall-request packet X-Git-Tag: uc_works1~11 X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=commitdiff_plain;h=e461ddcd378472a3e375be80f9861071a3d3262a datacalls: Disabled sending of the 2nd analog-datacall-request packet - not seen in sniff done w/Pulley --- diff --git a/common/newmodules/n6110.c b/common/newmodules/n6110.c index 80e0115..88a9c7e 100644 --- a/common/newmodules/n6110.c +++ b/common/newmodules/n6110.c @@ -2610,8 +2610,10 @@ GSM_Error N6110_DialData(char *Number, char type, void (* callpassup)(char c)) memcpy(req + 5 + strlen(Number), req_end, size); Protocol->SendMessage(5 + size + strlen(Number), 0x01, req); +#if 0 usleep(1000000); if (type != 1) Protocol->SendMessage(26, 0x01, req2); +#endif return (GE_NONE); }