Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11170 )

Change subject: mncc: add missing DTMF message types.
......................................................................

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
---
M common/chapters/mncc.adoc
1 file changed, 30 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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 @@

 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.

--
To view, visit https://gerrit.osmocom.org/11170
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4251b296e043e7583518d6672e614b376331d25e
Gerrit-Change-Number: 11170
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)

Reply via email to