summaryrefslogtreecommitdiff
path: root/gsmstack/gsmstack_chan.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsmstack/gsmstack_chan.h')
-rw-r--r--gsmstack/gsmstack_chan.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gsmstack/gsmstack_chan.h b/gsmstack/gsmstack_chan.h
new file mode 100644
index 0000000..a54fae0
--- /dev/null
+++ b/gsmstack/gsmstack_chan.h
@@ -0,0 +1,12 @@
+#ifndef _GSMSTACK_CHAN_H
+#define _GSMSTACK_CHAN_H
+
+/* 51 multiframe for CCCH TS0 of a FCCH+SCH+BCCH+PACH */
+const char ccch[] =
+ "FSBBBBPPPPFSPPPPPPPPFSPPPPPPPPFSPPPPPPPPFSPPPPPPPP_";
+
+/* SDCCH/8 + SACCH/C8; A...D are alternating 0..3/4..7 */
+const char sdcch8[] =
+ "00001111222233334444555566667777AAAABBBBCCCCDDDD___";
+
+#endif /* _GSMSTACK_CHAN_H */
personal git repositories of Harald Welte. Your mileage may vary