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 <[email protected]>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)

Reply via email to