Re: omsocombb not receiving calls

2016-03-19 Thread robert
As stated in an old discussion, the prim_rx_nb.c file should be modified to change the time slot number: "l1s_rx_win_ctrl(arfcn, L1_RXWIN_NB, 0);” however if i change it to another number (ex: 2,4,6), the phone will not be able to detect the BCCH signal of the BTS so it will not connect to the

Re: omsocombb not receiving calls

2016-03-19 Thread Harald Welte
Hi Robert, On Wed, Mar 16, 2016 at 04:30:19PM +0200, robert wrote: > As stated in an old discussion, the prim_rx_nb.c file should be modified to > change the time slot number: > "l1s_rx_win_ctrl(arfcn, L1_RXWIN_NB, 0);” > however if i change it to another number (ex: 2,4,6), the phone will not

Re: omsocombb not receiving calls

2016-03-19 Thread robert
I’m thinking about modifying some code to have the phone listen to the paging group corresponding to my IMSI. Do you think it is doable or are there some hardware limitations that could prevent this ? Best regards, Robert, On Mar 14, 2016, at 5:01 PM, Sylvain Munaut <246...@gmail.com> wrote:

Re: omsocombb not receiving calls

2016-03-19 Thread Harald Welte
On Wed, Mar 16, 2016 at 02:56:45PM +0200, robert wrote: > I’m thinking about modifying some code to have the phone listen to the > paging group corresponding to my IMSI. yes, that kind of modification would be a 'bug fix', and one that we'd like to receive. > Do you think it is doable or are the