blob: 4e42886f811aa272b52d1d9336dd6c612c4dfdf0 [file] [log] [blame]
Piotr Krysik2164b9b2017-09-13 09:33:27 +02001<?xml version="1.0"?>
2<block>
3 <name>txtime_bursts_tagger</name>
4 <key>gsm_txtime_bursts_tagger</key>
Piotr Krysik2164b9b2017-09-13 09:33:27 +02005 <import>import grgsm</import>
Piotr Krysik42b21862017-10-19 09:20:23 +02006 <make>grgsm.txtime_bursts_tagger($init_fn, $init_time, $time_hint, $timing_advance, $delay_correction)</make>
7 <callback>set_fn_time_reference($init_fn, $init_time)</callback>
Piotr Krysik27f00322017-09-19 08:05:28 +02008 <callback>set_time_hint($time_hint)</callback>
Piotr Krysik42b21862017-10-19 09:20:23 +02009 <callback>set_timing_advance($timing_advance)</callback>
10 <callback>set_delay_correction($delay_correction)</callback>
Piotr Krysik2164b9b2017-09-13 09:33:27 +020011
12 <param>
13 <name>init_fn</name>
14 <key>init_fn</key>
Piotr Krysik96f2ea72017-10-16 15:47:08 +020015 <value>None</value>
16 <type>raw</type>
Piotr Krysik2164b9b2017-09-13 09:33:27 +020017 <hide>part</hide>
18 </param>
19
20 <param>
21 <name>init_time</name>
22 <key>init_time</key>
Piotr Krysik27f00322017-09-19 08:05:28 +020023 <value>0</value>
24 <type>float</type>
25 <hide>part</hide>
26 </param>
27
28 <param>
29 <name>time_hint</name>
30 <key>time_hint</key>
31 <value>0</value>
32 <type>float</type>
Piotr Krysik2164b9b2017-09-13 09:33:27 +020033 <hide>part</hide>
34 </param>
35
Piotr Krysik42b21862017-10-19 09:20:23 +020036 <param>
37 <name>timing_advance</name>
38 <key>timing_advance</key>
39 <value>0</value>
40 <type>float</type>
41 <hide>part</hide>
42 </param>
43
44 <param>
45 <name>delay_correction</name>
46 <key>delay_correction</key>
47 <value>0</value>
48 <type>float</type>
49 <hide>part</hide>
50 </param>
51
Piotr Krysik2164b9b2017-09-13 09:33:27 +020052 <sink>
53 <name>fn_time</name>
54 <type>message</type>
55 <optional>1</optional>
56 </sink>
57
Piotr Krysik2164b9b2017-09-13 09:33:27 +020058 <sink>
59 <name>bursts</name>
60 <type>message</type>
61 <optional>1</optional>
62 </sink>
63
64 <source>
65 <name>bursts</name>
66 <type>message</type>
67 <optional>1</optional>
68 </source>
69</block>