aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-12-29 16:04:14 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-12-29 16:04:14 +0000
commitfad5d0db83c9ba458c865cfc1a645b83e98ddf19 (patch)
tree893752dd5e0dbacb46fbe8765d56b03a53f29f6d /src/gsm_04_08.c
parenta3e2984a4dc41f1ca70d1446b972358283dcfc67 (diff)
Regenerate a valid TPDU and send it at first registration
Diffstat (limited to 'src/gsm_04_08.c')
-rw-r--r--src/gsm_04_08.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index 4bdc5f77f..64d69d880 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -197,6 +197,8 @@ int gsm0408_loc_upd_acc(struct gsm_lchan *lchan, u_int32_t tmsi)
gsm48_sendmsg(msg);
+ gsm0411_send_sms(lchan, 0);
+
/* free the channel afterwards */
ret = rsl_chan_release(lchan);