If location update is requested, but subscriber is not yet authorised within mm_rx_loc_upd_req() function, the subscr_update() is not called, because subscriber information is not complete. During mm_rx_id_resp() the subscriber informations is may be complete, so authorize subscriber succeeds and database must be updated.
On Tuesday 09 June 2009 09:55:28 Andreas.Eversberg wrote:
If location update is requested, but subscriber is not yet authorised within mm_rx_loc_upd_req() function, the subscr_update() is not called, because subscriber information is not complete. During mm_rx_id_resp() the subscriber informations is may be complete, so authorize subscriber succeeds and database must be updated.
Right, but why allocate the tmsi afterwards? It doesn't matter right now but I changed the order to match the other call site... at least the code duplication is not consistent.
thanks!
z.