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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. ( 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(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
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: merged
Gerrit-Change-Id: If439e7c082b435d7f668065c9f8e3bdfa941dcc5
Gerrit-Change-Number: 9371
Gerrit-PatchSet: 3
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180602/9b9a0b32/attachment.htm>