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/.

Harald Welte laforge at gnumonks.org
Mon Mar 21 09:52:08 UTC 2016


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