omsocombb not receiving calls

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

robert robert.steve07 at gmail.com
Mon Mar 21 11:57:43 UTC 2016


Hi Harald,

The patch that you provided does’t give any error, but is it enough to choose the right time slot? Shouldn’t I use another variable instead of ’tn’ so that I can set the time slot related to the paging group?

Best regards,
Robert,

On Mar 21, 2016, at 11:52 AM, Harald Welte <laforge at 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 at gnumonks.org>           http://laforge.gnumonks.org/
> ============================================================================
> "Privacy in residential applications is a desirable marketing option."
>                                                  (ETSI EN 300 175-7 Ch. A6)




More information about the baseband-devel mailing list