aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-12 21:36:53 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-12 21:36:53 +0100
commit09b7e7fa43c74d35e8ea935f3096993e3360f33a (patch)
tree3dff5b325570c28ac70a6ebaf696d2d555a1883f /openbsc/include/openbsc/mncc.h
parent487e6befb85a8e6f114d916045b65174c35810a8 (diff)
Gracefully reject non-speech calls
As we currently really only deal with voice/speech calls and don't support FAX and DATA (CSD) calls, we now gracefully reject them.
Diffstat (limited to 'openbsc/include/openbsc/mncc.h')
-rw-r--r--openbsc/include/openbsc/mncc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index 68d76abf8..766c09f1d 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -162,6 +162,14 @@ struct gsm_mncc_cccap {
int pcp;
};
+enum {
+ GSM_MNCC_BCAP_SPEECH = 0,
+ GSM_MNCC_BCAP_UNR_DIG = 1,
+ GSM_MNCC_BCAP_AUDIO = 2,
+ GSM_MNCC_BCAP_FAX_G3 = 3,
+ GSM_MNCC_BCAP_OTHER_ITC = 5,
+ GSM_MNCC_BCAP_RESERVED = 7,
+};
struct gsm_mncc {
/* context based information */