X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fnewmodules%2Fn6110.c;h=7033493d92c2a8ac38bc521adb05c6f20c6d77d6;hp=3fdd16af2d8cd6f9624f621a7901874faf07b100;hb=07e8833740d5c2268df6000ef3856bb05bf0dc67;hpb=2186b47841fedf372e79b55d8768f01a034d16fe diff --git a/common/newmodules/n6110.c b/common/newmodules/n6110.c index 3fdd16a..7033493 100644 --- a/common/newmodules/n6110.c +++ b/common/newmodules/n6110.c @@ -2580,9 +2580,11 @@ GSM_Error N6110_DialData(char *Number, char type, void (* callpassup)(char c)) 0x02,0x01,0x05,0x81,0x01,0x00,0x00,0x01,0x02,0x0a, 0x07,0xa1,0x88,0x89,0x21,0x15,0x63,0xa0,0x00,0x06, 0x88,0x90,0x21,0x48,0x40,0xbb }; +#if 0 unsigned char req2[] = { N6110_FRAME_HEADER, 0x42,0x05,0x01, 0x07,0xa2,0xc8,0x81,0x21,0x15,0x63,0xa8,0x00,0x00, 0x07,0xa3,0xb8,0x81,0x20,0x15,0x63,0x80,0x01,0x60 }; +#endif unsigned char req3[] = { N6110_FRAME_HEADER, 0x42,0x05,0x01, 0x07,0xa2,0x88,0x81,0x21,0x15,0x63,0xa8,0x00,0x00, 0x07,0xa3,0xb8,0x81,0x20,0x15,0x63,0x80 };