Change in osmo-ttcn3-hacks[master]: msc/BSC_ConnectionHandler.ttcn: add EST_TYPE_SS_ACT for SS/USSD

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue May 29 17:04:01 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/9371


Change subject: msc/BSC_ConnectionHandler.ttcn: add EST_TYPE_SS_ACT for SS/USSD
......................................................................

msc/BSC_ConnectionHandler.ttcn: add EST_TYPE_SS_ACT for SS/USSD

Change-Id: If439e7c082b435d7f668065c9f8e3bdfa941dcc5
---
M msc/BSC_ConnectionHandler.ttcn
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/9371/1

diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn
index b7a4f50..803cb4d 100644
--- a/msc/BSC_ConnectionHandler.ttcn
+++ b/msc/BSC_ConnectionHandler.ttcn
@@ -192,7 +192,8 @@
 	EST_TYPE_MO_CALL,
 	EST_TYPE_EMERG_CALL,
 	EST_TYPE_PAG_RESP,
-	EST_TYPE_MO_SMS
+	EST_TYPE_MO_SMS,
+	EST_TYPE_SS_ACT
 };
 
 /* helper function to fully establish a dedicated channel */
@@ -221,6 +222,9 @@
 	case (EST_TYPE_MO_SMS) {
 		l3_info := valueof(ts_CM_SERV_REQ(CM_TYPE_MO_SMS, mi));
 		}
+	case (EST_TYPE_SS_ACT) {
+		l3_info := valueof(ts_CM_SERV_REQ(CM_TYPE_SS_ACT, mi));
+		}
 	}
 
 	/* Send BSSAP_Conn_Req with COMPL L3 INFO to MSC */

-- 
To view, visit https://gerrit.osmocom.org/9371
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: If439e7c082b435d7f668065c9f8e3bdfa941dcc5
Gerrit-Change-Number: 9371
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180529/92887204/attachment.htm>


More information about the gerrit-log mailing list