Vadim Yanitskiy has uploaded this change for review. (
https://gerrit.osmocom.org/11561
Change subject: library/MNCC_Types.ttcn: add MS-side related messages
......................................................................
library/MNCC_Types.ttcn: add MS-side related messages
Change-Id: Icc41074e80da7115cfbd5075f88a14fedaf73489
---
M library/MNCC_Types.ttcn
1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/61/11561/1
diff --git a/library/MNCC_Types.ttcn b/library/MNCC_Types.ttcn
index 157457a..a3714b1 100644
--- a/library/MNCC_Types.ttcn
+++ b/library/MNCC_Types.ttcn
@@ -115,6 +115,13 @@
MNCC_USERINFO_IND ('0126'O),
MNCC_REJ_REQ ('0127'O),
MNCC_REJ_IND ('0128'O),
+ MNCC_PROGRESS_IND ('0129'O),
+ MNCC_CALL_PROC_IND ('012a'O),
+ MNCC_CALL_CONF_REQ ('012b'O),
+ MNCC_START_DTMF_REQ ('012c'O),
+ MNCC_STOP_DTMF_REQ ('012d'O),
+ MNCC_HOLD_REQ ('012e'O),
+ MNCC_RETRIEVE_REQ ('012f'O),
MNCC_BRIDGE ('0200'O),
MNCC_FRAME_RECV ('0201'O),
--
To view, visit https://gerrit.osmocom.org/11561
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc41074e80da7115cfbd5075f88a14fedaf73489
Gerrit-Change-Number: 11561
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>