summaryrefslogtreecommitdiff
path: root/gsmstack/get_lctype.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-01 01:19:19 +0530
committerHarald Welte <laforge@gnumonks.org>2008-12-01 01:19:19 +0530
commitfd405f799425b6832a0c9cc7a56b07f43288b8b1 (patch)
treec02cdfa014a63339950a98ef7e3bdbebb44adbf5 /gsmstack/get_lctype.h
parent753c2fc0f6861f6a3dcf6e5520343d93b5ed2317 (diff)
gsmstack: add new unfinished GSM burst/channel demultiplex
This is some unfinished work on a new codebase for 'proper' demultiplex of all the various physical and logical channel types. Basically this includes everything needed to get from the differential-decoded bursts up to the MAC blocks that can be passed up to layer 2.
Diffstat (limited to 'gsmstack/get_lctype.h')
-rw-r--r--gsmstack/get_lctype.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gsmstack/get_lctype.h b/gsmstack/get_lctype.h
new file mode 100644
index 0000000..32164a4
--- /dev/null
+++ b/gsmstack/get_lctype.h
@@ -0,0 +1,7 @@
+#ifndef _GSM_LCTYPE_H
+#define _GSM_LCTYPE_H
+
+extern int get_lctype(struct gsm_phys_chan *pchan, int fnr);
+extern struct gsm_logi_chan *get_lchan(struct gsm_phys_chan *pchan, int fnr);
+
+#endif /* _GSM_LCTYPE_H */
personal git repositories of Harald Welte. Your mileage may vary