aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/probes.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/probes.d')
-rw-r--r--src/osmo-bts-trx/probes.d7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/probes.d b/src/osmo-bts-trx/probes.d
new file mode 100644
index 00000000..2f905bd1
--- /dev/null
+++ b/src/osmo-bts-trx/probes.d
@@ -0,0 +1,7 @@
+provider osmo_bts_trx {
+ probe ul_data_start(int, int, int); /* trx_nr, ts_nr, fn */
+ probe ul_data_done(int, int, int); /* trx_nr, ts_nr, fn */
+
+ probe dl_rts_start(int, int, int); /* trx_nr, ts_nr, fn */
+ probe dl_rts_done(int, int, int); /* trx_nr, ts_nr, fn */
+};