summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/support.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-09-26 19:08:10 +0200
committerAndreas.Eversberg2010-09-26 19:08:10 +0200
commitb0336cd4849a4b0bf963372060de0a467b398a7a (patch)
tree3832a7f29b15372f44795844ecc87416fdc69ecb /src/host/layer23/include/osmocom/bb/mobile/support.h
parent[layer23] Added support for changing TCH mode via L1CTL messages (diff)
downloadosmocom-b0336cd4849a4b0bf963372060de0a467b398a7a.tar.gz
osmocom-b0336cd4849a4b0bf963372060de0a467b398a7a.tar.xz
osmocom-b0336cd4849a4b0bf963372060de0a467b398a7a.zip
[layer23] Speech codec selection and negotiation with network
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/support.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/support.h7
1 files changed, 7 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 782b640..4e96221 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/support.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/support.h
@@ -80,6 +80,13 @@ struct gsm_support {
int8_t min_rxlev_db;
uint8_t scan_to;
uint8_t sync_to;
+
+ /* codecs */
+ uint8_t full_v1;
+ uint8_t full_v2;
+ uint8_t full_v3;
+ uint8_t half_v1;
+ uint8_t half_v3;
};
struct gsm_support_scan_max {