summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/target/firmware/include/layer1/tpu_window.h
diff options
context:
space:
mode:
authorTom2012-01-11 13:56:26 +0100
committerTom2012-01-11 13:56:26 +0100
commit959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Src/osmoconbb/src/target/firmware/include/layer1/tpu_window.h
parentFirmware can now be loaded from GUI, threading problem fixed (diff)
downloadimsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.tar.gz
imsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.tar.xz
imsi-catcher-detection-959e9f97cdaac774b530a375a1fe8bcfe7ac1f5b.zip
cleanup
Diffstat (limited to 'Src/osmoconbb/src/target/firmware/include/layer1/tpu_window.h')
-rw-r--r--Src/osmoconbb/src/target/firmware/include/layer1/tpu_window.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/Src/osmoconbb/src/target/firmware/include/layer1/tpu_window.h b/Src/osmoconbb/src/target/firmware/include/layer1/tpu_window.h
deleted file mode 100644
index 7b146f1..0000000
--- a/Src/osmoconbb/src/target/firmware/include/layer1/tpu_window.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef _L1_TPU_CTRL_H
-#define _L1_TPU_CTRL_H
-
-enum l1_rxwin_type {
- L1_RXWIN_PW, /* power measurement */
- L1_RXWIN_FB, /* FCCH burst detection */
- L1_RXWIN_SB, /* SCH burst detection */
- L1_RXWIN_NB, /* Normal burst decoding */
- _NUM_L1_RXWIN
-};
-
-enum l1_txwin_type {
- L1_TXWIN_NB, /* Normal burst sending */
- L1_TXWIN_AB, /* RACH burst sending */
- _NUM_L1_TXWIN
-};
-
-void l1s_win_init(void);
-void l1s_rx_win_ctrl(uint16_t arfcn, enum l1_rxwin_type wtype, uint8_t tn_ofs);
-void l1s_tx_win_ctrl(uint16_t arfcn, enum l1_txwin_type wtype, uint8_t pwr, uint8_t tn_ofs);
-
-void tpu_end_scenario(void);
-
-#endif /* _L1_TPU_CTRL_H */