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
This commit is contained in:
Philipp Maier 2018-10-01 14:10:33 +02:00
parent 2e72bd5e76
commit 734e0ea24c
1 changed files with 30 additions and 0 deletions

View File

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