X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=xgnokii%2Fxgnokii_lowlevel.c;h=73b0b50e69f006e0d08d526cda38d9f773b32959;hp=528a433f2fadcc5f42626e70f0f2d7b7008adc79;hb=refs%2Fheads%2Fats;hpb=e1413f172e2c080b63889db8a957f7f7c984a33e diff --git a/xgnokii/xgnokii_lowlevel.c b/xgnokii/xgnokii_lowlevel.c index 528a433..73b0b50 100644 --- a/xgnokii/xgnokii_lowlevel.c +++ b/xgnokii/xgnokii_lowlevel.c @@ -11,6 +11,9 @@ Released under the terms of the GNU GPL, see file COPYING for more details. $Log$ + Revision 1.1.1.5 2002/04/03 01:44:15 short + Implemented connection type "tcp" (GCT_TCP), use : as "port" + Revision 1.1.1.4 2002/04/03 00:08:33 short Found in "gnokii-working" directory, some November-patches version @@ -200,6 +203,9 @@ static GSM_Error fbusinit(bool enable_monitoring) if (!strcmp(xgnokiiConfig.connection, "irda")) connection = GCT_Irda; + if (!strcmp(xgnokiiConfig.connection, "tcp")) + connection = GCT_TCP; + /* Initialise the code for the GSM interface. */ if (error == GE_NOLINK)