Change in osmo-ttcn3-hacks[master]: library/MNCC_Types.ttcn: add MS-side related messages

2018-10-31 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
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(-)

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



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: merged
Gerrit-Change-Id: Icc41074e80da7115cfbd5075f88a14fedaf73489
Gerrit-Change-Number: 11561
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)


Change in osmo-ttcn3-hacks[master]: library/MNCC_Types.ttcn: add MS-side related messages

2018-10-31 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/11561 )

Change subject: library/MNCC_Types.ttcn: add MS-side related messages
..


Patch Set 1: Code-Review+2


--
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: comment
Gerrit-Change-Id: Icc41074e80da7115cfbd5075f88a14fedaf73489
Gerrit-Change-Number: 11561
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Wed, 31 Oct 2018 22:04:41 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-ttcn3-hacks[master]: library/MNCC_Types.ttcn: add MS-side related messages

2018-10-31 Thread Vadim Yanitskiy
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