summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm480_ss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/mobile/gsm480_ss.c')
-rw-r--r--src/host/layer23/src/mobile/gsm480_ss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/gsm480_ss.c b/src/host/layer23/src/mobile/gsm480_ss.c
index ff90faaf..ee2c9439 100644
--- a/src/host/layer23/src/mobile/gsm480_ss.c
+++ b/src/host/layer23/src/mobile/gsm480_ss.c
@@ -603,7 +603,7 @@ int ss_send(struct osmocom_ms *ms, const char *code, int new_trans)
}
/* no running, no transaction */
- if (!ms->started || ms->shutdown) {
+ if (!ms->started || ms->shutdown != MS_SHUTDOWN_NONE) {
gsm480_ss_result(ms, "<phone is down>", 0);
return -EIO;
}