summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/target/firmware/include/layer1/l23_api.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/l23_api.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/l23_api.h')
-rw-r--r--Src/osmoconbb/src/target/firmware/include/layer1/l23_api.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Src/osmoconbb/src/target/firmware/include/layer1/l23_api.h b/Src/osmoconbb/src/target/firmware/include/layer1/l23_api.h
deleted file mode 100644
index 9b10b62..0000000
--- a/Src/osmoconbb/src/target/firmware/include/layer1/l23_api.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _L1_L23_API_H
-#define _L1_L23_API_H
-
-#include <stdint.h>
-#include <osmocom/core/msgb.h>
-#include <l1ctl_proto.h>
-
-void l1a_l23api_init(void);
-void l1_queue_for_l2(struct msgb *msg);
-struct msgb *l1ctl_msgb_alloc(uint8_t msg_type);
-struct msgb *l1_create_l2_msg(int msg_type, uint32_t fn, uint16_t snr, uint16_t arfcn);
-
-void l1ctl_tx_reset(uint8_t msg_type, uint8_t reset_type);
-
-#endif /* _L1_L23_API_H */