aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-11-18 07:08:16 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2020-01-08 23:37:37 +0100
commite8e76e61e9ce55dd885f2f6d50e986dea7833e2f (patch)
tree99b4bc935b696d719f0d08970d94ff050c376270 /include/osmocom/msc
parent98def3a6aaf2635a017b2e50faf0ea66a1195d0e (diff)
Fix duplicate SMS when SMPP returns to same MSC
Diffstat (limited to 'include/osmocom/msc')
-rw-r--r--include/osmocom/msc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/gsm_data.h b/include/osmocom/msc/gsm_data.h
index 3459d154d..599820eda 100644
--- a/include/osmocom/msc/gsm_data.h
+++ b/include/osmocom/msc/gsm_data.h
@@ -293,6 +293,7 @@ struct gsm_sms {
} gsm411;
struct {
+ bool ongoing;
struct osmo_esme *esme;
uint32_t sequence_nr;
int transaction_mode;