aboutsummaryrefslogtreecommitdiffstats
path: root/lib/flow_control/burst_sdcch_subslot_splitter_impl.h
diff options
context:
space:
mode:
authorSteve Glass <smdg@hush.com>2015-09-27 16:14:33 +1000
committerSteve Glass <smdg@hush.com>2016-02-27 10:33:01 +1000
commitc8edec53d81bba3220c61af6649819ce243d0e5c (patch)
treec69c540dd5b3ac50de12956d899e42acb7ce484b /lib/flow_control/burst_sdcch_subslot_splitter_impl.h
parent3f4b949aa2aa89ee18cdcf8d33646008c2899238 (diff)
Changes to silence compiler warnings on OSX
Diffstat (limited to 'lib/flow_control/burst_sdcch_subslot_splitter_impl.h')
-rw-r--r--lib/flow_control/burst_sdcch_subslot_splitter_impl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/flow_control/burst_sdcch_subslot_splitter_impl.h b/lib/flow_control/burst_sdcch_subslot_splitter_impl.h
index 58aff96..b8eaaea 100644
--- a/lib/flow_control/burst_sdcch_subslot_splitter_impl.h
+++ b/lib/flow_control/burst_sdcch_subslot_splitter_impl.h
@@ -31,16 +31,6 @@ namespace gr {
class burst_sdcch_subslot_splitter_impl : public burst_sdcch_subslot_splitter
{
private:
- // hardcoded subslots of the channels, both SDCCH and the associated SACCH
- // -1 means that the particular position in the frame is not SDCCH
- const int8_t d_subslots_sdcch4[102] = {
- -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, 0, 0, 0, 0, 1, 1, 1, 1,-1,-1, 2, 2, 2, 2, 3, 3, 3, 3,-1,-1, 0, 0, 0, 0, 1, 1, 1, 1,-1,
- -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, 0, 0, 0, 0, 1, 1, 1, 1,-1,-1, 2, 2, 2, 2, 3, 3, 3, 3,-1,-1, 2, 2, 2, 2, 3, 3, 3, 3,-1
- };
- const int8_t d_subslots_sdcch8[102] = {
- 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3,-1,-1,-1,
- 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7,-1,-1,-1
- };
splitter_mode d_mode;
public:
burst_sdcch_subslot_splitter_impl(splitter_mode mode);