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.
This commit is contained in:
Holger Freyther 2008-12-30 16:18:15 +00:00
parent e6cabf0ba0
commit eab55416f8
1 changed files with 1 additions and 0 deletions

View File

@ -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)