C-Netz: Fix release cause coding

This commit is contained in:
Andreas Eversberg 2016-08-03 07:47:28 +02:00
parent 53814241b3
commit e4079b8ce8
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ enum cnetz_state {
#define N 3 /* now many times we repeat a message on OgK */
/* clear causes */
#define CNETZ_CAUSE_TEILNEHMERBESETZT 0 /* subscriber busy */
#define CNETZ_CAUSE_GASSENBESETZT 1 /* network congested */
#define CNETZ_CAUSE_GASSENBESETZT 0 /* network congested */
#define CNETZ_CAUSE_TEILNEHMERBESETZT 1 /* subscriber busy */
#define CNETZ_CAUSE_FUNKTECHNISCH 2 /* radio transmission fault */
struct cnetz;