summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/mncc.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-06-06 20:17:15 +0200
committerAndreas.Eversberg2010-06-06 20:17:15 +0200
commitff555175d1f141962311c1c56c51bf4a2a04ec71 (patch)
tree0607868ab0f9018a98a32338fa3344117a8dedc9 /src/host/layer23/include/osmocom/mncc.h
parentAdded new logging category for summary of process. (diff)
downloadosmocom-ff555175d1f141962311c1c56c51bf4a2a04ec71.tar.gz
osmocom-ff555175d1f141962311c1c56c51bf4a2a04ec71.tar.xz
osmocom-ff555175d1f141962311c1c56c51bf4a2a04ec71.zip
Added call application to mnccms.c and added commands to dial/answer/hangup to VTY.
Diffstat (limited to 'src/host/layer23/include/osmocom/mncc.h')
-rw-r--r--src/host/layer23/include/osmocom/mncc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/mncc.h b/src/host/layer23/include/osmocom/mncc.h
index e53d246..0b5ddea 100644
--- a/src/host/layer23/include/osmocom/mncc.h
+++ b/src/host/layer23/include/osmocom/mncc.h
@@ -26,8 +26,17 @@
#ifndef _MNCC_H
#define _MNCC_H
+#include <osmocore/linuxlist.h>
#include <osmocore/mncc.h>
+struct gsm_call {
+ struct llist_head entry;
+
+ void *ms;
+
+ uint32_t callref;
+};
+
#define MNCC_SETUP_REQ 0x0101
#define MNCC_SETUP_IND 0x0102
#define MNCC_SETUP_RSP 0x0103