aboutsummaryrefslogtreecommitdiffstats
path: root/src/call.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-23 17:08:03 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-03-23 17:08:03 +0100
commitbc4fed27e12a08e094d8193680236f0a73796bbf (patch)
tree2412de94bbbdaaec718ffd4d83fe46623692317f /src/call.h
parenta0aa566ec46e98ae2b2fb35a28e252a02a6fb60d (diff)
mncc: Add a timeout when issuing a MNCC command
Diffstat (limited to 'src/call.h')
-rw-r--r--src/call.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/call.h b/src/call.h
index c1a8adc..5d50c1a 100644
--- a/src/call.h
+++ b/src/call.h
@@ -1,6 +1,7 @@
#pragma once
#include <osmocom/core/linuxlist.h>
+#include <osmocom/core/timer.h>
#include "mncc_protocol.h"
@@ -58,6 +59,9 @@ struct mncc_call_leg {
struct gsm_mncc_number calling;
char imsi[16];
+ struct osmo_timer_list cmd_timeout;
+ int rsp_wanted;
+
struct mncc_connection *conn;
};