Hi,
when using the patch, the phone was not able to connect to any BTS. I think the time slot number should be kept 0 but only changed when the phone is listening to the paging channel.
Best regards, Robert,
On Mar 21, 2016, at 11:52 AM, Harald Welte laforge@gnumonks.org wrote:
Hi robert,
On Mon, Mar 21, 2016 at 11:43:20AM +0200, robert wrote:
I can’t figure out a way to dynamically set the time slot, I’m always getting errors during compilation. When I solve these errors I will give you some feedback about any progress.
Feel free to post your patches + error messages here.
The below patch doens't work for you?
diff --git a/src/target/firmware/layer1/prim_rx_nb.c b/src/target/firmware/layer1/prim_rx_nb.c index 38c7b53..d186bff 100644 --- a/src/target/firmware/layer1/prim_rx_nb.c +++ b/src/target/firmware/layer1/prim_rx_nb.c @@ -204,7 +204,7 @@ static int l1s_nb_cmd(__unused uint8_t p1, uint8_t burst_id, burst_id, tsc );
- l1s_rx_win_ctrl(arfcn, L1_RXWIN_NB, 0);
l1s_rx_win_ctrl(arfcn, L1_RXWIN_NB, tn);
return 0;
}
- Harald Welte laforge@gnumonks.org http://laforge.gnumonks.org/
============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6)