summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-08-11 16:11:28 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-08-11 16:11:28 +0000
commita5b023cd98c792c6fbf3bd7c6b04696fed987d9a (patch)
tree4eef3584752e2e4fb42a3d1b4fb9eb1291f2dd6b /src/host/layer23/include/osmocom
parentcb73be0d0cfa6f5f2c8b437fa3ceb80909199302 (diff)
[layer23] Paging response depends on the supported channels: SDCCH, TCH/F, and TCH/H
Diffstat (limited to 'src/host/layer23/include/osmocom')
-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 9af4d1b6..782b6406 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;