From 734e0ea24c11ab6fde7bcca886ba0af04571b77f Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 1 Oct 2018 14:10:33 +0200 Subject: 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 --- common/chapters/mncc.adoc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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. -- cgit v1.2.3