On Tuesday 09 June 2009 10:45:04 Andreas.Eversberg wrote:
this patch will use the gsm_bts_by_lac() function to start paging of all bts' with the same lac. when paging is successfull, the paging_request_stop() function is called with the current lchan, so the callback function will be called. for all other bts', the paging_request_stop() function is called without lchan, so the paging is stopped, but the callback function is not called.
this ensures that only one paging result is received when paging multiple BTS.
Thanks, I have merged this patch and have done two follow up changes (one to use called_subscr->lac) and then moved the loops into paging.c to allow changing the strategy in the future..
z.