aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/gsm_04_11.c')
-rw-r--r--openbsc/src/gsm_04_11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c
index f31e3f84f..9b3f44ec8 100644
--- a/openbsc/src/gsm_04_11.c
+++ b/openbsc/src/gsm_04_11.c
@@ -678,6 +678,8 @@ static int gsm411_tx_cp_ack(struct gsm_trans *trans)
trans->sms.cp_state = GSM411_CPS_IDLE;
trans_free(trans);
}
+
+ return rc;
}
static int gsm411_tx_cp_error(struct gsm_trans *trans, u_int8_t cause)