gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii/common/data at-emulator.c, 1.35, 1.36 datapump.c, 1.21, 1.22 rlp-


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/common/data at-emulator.c, 1.35, 1.36 datapump.c, 1.21, 1.22 rlp-common.c, 1.12, 1.13
Date: Thu, 23 Oct 2003 01:16:28 +0000

Update of /cvsroot/gnokii/gnokii/common/data
In directory subversions:/tmp/cvs-serv4926/common/data

Modified Files:
        at-emulator.c datapump.c rlp-common.c 
Log Message:
RLP fixes (SABM retransmission, Conn_Req)


Index: at-emulator.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/data/at-emulator.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** at-emulator.c       6 Mar 2003 21:07:03 -0000       1.35
--- at-emulator.c       23 Oct 2003 01:16:26 -0000      1.36
***************
*** 298,302 ****
                        data.call_info->send_number = GN_CALL_Default;
                        CommandMode = false;
-                       rlp_user_request_set(Conn_Req, true);
                        if (gn_sm_functions(GN_OP_MakeCall, &data, sm) != 
GN_ERR_NONE) {
                                CommandMode = true;
--- 298,301 ----

Index: datapump.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/data/datapump.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** datapump.c  6 Mar 2003 21:07:04 -0000       1.21
--- datapump.c  23 Oct 2003 01:16:26 -0000      1.22
***************
*** 160,163 ****
--- 160,164 ----
        case GN_CALL_Established:
                if (CommandMode == false) gn_atem_modem_result(MR_CARRIER);
+               rlp_user_request_set(Conn_Req, true);
                connected = true;
                break;

Index: rlp-common.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/data/rlp-common.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** rlp-common.c        6 Mar 2003 21:07:04 -0000       1.12
--- rlp-common.c        23 Oct 2003 01:16:26 -0000      1.13
***************
*** 1372,1376 ****
  
                        default:
!                               if (T == RLP_Timeout1_Limit) {
                                        Poll_xchg = _idle;
                                        if (SABM_Count > RLP_N2)
--- 1372,1376 ----
  
                        default:
!                               if (T == RLP_Timeout1_Limit || T == 0) {
                                        Poll_xchg = _idle;
                                        if (SABM_Count > RLP_N2)
***************
*** 1389,1393 ****
                                SABM_Count++;
                                Poll_xchg = _wait;
!                               T = 1;
                        } else
                                RLP_SendF96Frame(RLP_FT_U_NULL, false, false, 
0, 0, NULL, false);
--- 1389,1393 ----
                                SABM_Count++;
                                Poll_xchg = _wait;
!                               RLP_SetTimer(&T);
                        } else
                                RLP_SendF96Frame(RLP_FT_U_NULL, false, false, 
0, 0, NULL, false);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]