summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-08-01 12:42:11 +0200
committerAndreas.Eversberg2010-08-01 12:42:11 +0200
commit85253cf06d038cc7083dae9b71e0e0124ceda80e (patch)
treeca62a6c516b232cc9142dbb82f8f46668d88598d /src/host/layer23/include/osmocom/bb/mobile
parentlayer23: Fix Makefile.am noinst_HEADERS for vty.h (diff)
downloadosmocom-85253cf06d038cc7083dae9b71e0e0124ceda80e.tar.gz
osmocom-85253cf06d038cc7083dae9b71e0e0124ceda80e.tar.xz
osmocom-85253cf06d038cc7083dae9b71e0e0124ceda80e.zip
[layer23] Correctly release a call, if not yet acknowledged by the network
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/mncc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/mncc.h b/src/host/layer23/include/osmocom/bb/mobile/mncc.h
index d1d4d38..37e1aff 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/mncc.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/mncc.h
@@ -36,6 +36,7 @@ struct gsm_call {
uint32_t callref;
+ uint8_t init; /* call has been initiated, no response yet */
uint8_t hold; /* call on hold */
uint8_t ring; /* call is ringing/knocking */
};