aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-30 16:18:15 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-30 16:18:15 +0000
commiteab55416f810fc49c4a63caa67f7889b11cd5d81 (patch)
tree140a0fc3600f547d2dd2cce697dd7fcba98d381c /src/gsm_04_08.c
parente6cabf0ba02216bbb88268f529c5f258658fcd8d (diff)
Fix regression and send the accept message again
I removed gsm48_sendmsg(msg) when removing the send_sms from the _acc method. This is obviously wrong. Fix the regression, spotted while testing with LaF0rge. This regression was introduced in r120.
Diffstat (limited to 'src/gsm_04_08.c')
-rw-r--r--src/gsm_04_08.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index 0f3e91d92..b19c92c99 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -197,6 +197,7 @@ int gsm0408_loc_upd_acc(struct gsm_lchan *lchan, u_int32_t tmsi)
lchan->pending_update_request = 0;
DEBUGP(DMM, "-> LOCATION UPDATE ACCEPT\n");
+ ret = gsm48_sendmsg(msg);
/* inform the upper layer on the progress */
if (bts->network->update_request)