C-Netz: retry call setup messages up to 3 times

This commit is contained in:
Andreas Eversberg
2016-08-01 09:27:37 +02:00
parent b84a64f872
commit 664f8c7ac0
3 changed files with 94 additions and 24 deletions

View File

@@ -36,6 +36,7 @@ enum cnetz_state {
#define F_RTA 16 /* number of not received frames at RTA state */
#define N_AFKT 6 /* number of release frames to send during concentrated signaling */
#define N_AFV 4 /* number of release frames to send during distributed signaling */
#define N 3 /* now many times we repeat a message on OgK */
/* clear causes */
#define CNETZ_CAUSE_TEILNEHMERBESETZT 0 /* subscriber busy */