summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-08-11 18:11:28 +0200
committerAndreas.Eversberg2010-08-11 18:11:28 +0200
commita5b023cd98c792c6fbf3bd7c6b04696fed987d9a (patch)
tree4eef3584752e2e4fb42a3d1b4fb9eb1291f2dd6b /src/host/layer23/include/osmocom/bb/mobile
parentAdded support for NMEA GPS receiver (diff)
downloadosmocom-a5b023cd98c792c6fbf3bd7c6b04696fed987d9a.tar.gz
osmocom-a5b023cd98c792c6fbf3bd7c6b04696fed987d9a.tar.xz
osmocom-a5b023cd98c792c6fbf3bd7c6b04696fed987d9a.zip
[layer23] Paging response depends on the supported channels: SDCCH, TCH/F, and TCH/H
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/support.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/support.h b/src/host/layer23/include/osmocom/bb/mobile/support.h
index 9af4d1b..782b640 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/support.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/support.h
@@ -10,6 +10,10 @@
#define GSM_CIPHER_A5_7 6
#define GSM_CIPHER_RESERVED 7
+#define GSM_CAP_SDCCH 0
+#define GSM_CAP_SDCCH_TCHF 1
+#define GSM_CAP_SDCCH_TCHF_TCHH 2
+
struct gsm_support {
struct osmocom_ms *ms;
@@ -72,6 +76,7 @@ struct gsm_support {
uint8_t gps_conv;
/* radio */
+ uint8_t ch_cap; /* channel capability */
int8_t min_rxlev_db;
uint8_t scan_to;
uint8_t sync_to;