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.
great! Reading the diff it is kind of funny we are currently sending _SUCCEED from paging_stop...
z.