aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-10-01 14:10:33 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2018-10-01 16:49:54 +0200
commit734e0ea24c11ab6fde7bcca886ba0af04571b77f (patch)
tree89b6ef4e08a1154284769529f300180a84734130
parent2e72bd5e7641cbad4d7b027a4e3b394ad0c4a274 (diff)
mncc: add missing DTMF message types.
The list that describes the MNCC message types lacks the message types used for DTMF. Change-Id: I4251b296e043e7583518d6672e614b376331d25e Related: OS#2777
-rw-r--r--common/chapters/mncc.adoc30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/chapters/mncc.adoc b/common/chapters/mncc.adoc
index 4f098e6..8825be3 100644
--- a/common/chapters/mncc.adoc
+++ b/common/chapters/mncc.adoc
@@ -220,3 +220,33 @@ Direction: {program-name} -> Handler
Indicate that no valid voice frame, but a 'bad frame' was received over
the radio link from the MS.
+
+==== MNCC_START_DTMF_IND
+
+Direction: {program-name} -> Handler
+
+Indicate the beginning of a DTMF tone playback.
+
+==== MNCC_START_DTMF_RSP
+
+Direction: Handler -> {program-name}
+
+Acknowledge that the DTMF tone playback has been started.
+
+==== MNCC_START_DTMF_REJ
+
+Direction: both
+
+Indicate that starting a DTMF tone playback was not possible.
+
+==== MNCC_STOP_DTMF_IND
+
+Direction: {program-name} -> Handler
+
+Indicate the ending of a DTMF tone playback.
+
+==== MNCC_STOP_DTMF_RSP
+
+Direction: Handler -> {program-name}
+
+Acknowledge that the DTMF tone playback has been stopped.