NMT: Fixup assign traffic channel

dms_call state now belongs to transaction, so it is kept while switching
to traffic channel.
This commit is contained in:
Andreas Eversberg
2017-11-11 08:10:37 +01:00
parent ce2bb8ec43
commit 486d2d5dbe
4 changed files with 28 additions and 22 deletions

View File

@@ -128,7 +128,6 @@ typedef struct nmt {
/* DMS/SMS states */
dms_t dms; /* DMS states */
int dms_call; /* indicates that this call is a DMS call */
sms_t sms; /* SMS states */
char smsc_number[33]; /* digits to match SMSC */
struct timer sms_timer;