C-Netz: Increment error counter only when trying to reach the phone

This commit is contained in:
Andreas Eversberg
2016-10-23 11:50:02 +02:00
parent 1ea95de120
commit c6d3a41b81
3 changed files with 6 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ typedef struct transaction {
struct timer timer; /* for varous timeouts */
int mo_call; /* flags a moile originating call */
int mt_call; /* flags a moile terminating call */
int ma_failed; /* failed to get a response from MS */
int page_failed; /* failed to get a response from MS */
} transaction_t;
const char *transaction2rufnummer(transaction_t *trans);