summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/mncc.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-06-20 19:43:55 +0200
committerAndreas.Eversberg2010-06-20 19:43:55 +0200
commit17e0a2c07501fce7ed790845c372878fbe0e52bb (patch)
treed91199f4c9ef7e1f821a7664859f72a33f5c6200 /src/host/layer23/include/osmocom/mncc.h
parentMerge branch 'master' of git.osmocom.org:osmocom-bb (diff)
downloadosmocom-17e0a2c07501fce7ed790845c372878fbe0e52bb.tar.gz
osmocom-17e0a2c07501fce7ed790845c372878fbe0e52bb.tar.xz
osmocom-17e0a2c07501fce7ed790845c372878fbe0e52bb.zip
layer23: Added support for waiting calls, hold/retrieve calls.
Diffstat (limited to 'src/host/layer23/include/osmocom/mncc.h')
-rw-r--r--src/host/layer23/include/osmocom/mncc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/mncc.h b/src/host/layer23/include/osmocom/mncc.h
index 0b5ddea..d1d4d38 100644
--- a/src/host/layer23/include/osmocom/mncc.h
+++ b/src/host/layer23/include/osmocom/mncc.h
@@ -35,6 +35,9 @@ struct gsm_call {
void *ms;
uint32_t callref;
+
+ uint8_t hold; /* call on hold */
+ uint8_t ring; /* call is ringing/knocking */
};
#define MNCC_SETUP_REQ 0x0101