jolly has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33978 )
Change subject: ASCI: Add GCC and BCC service requests to BSC_ConnectionHandler.ttcn
......................................................................
ASCI: Add GCC and BCC service requests to BSC_ConnectionHandler.ttcn
Related: OS#4854
Change-Id: Ic4875fde45dfc8d6928a48c0f6edc91d994bfa97
---
M msc/BSC_ConnectionHandler.ttcn
1 file changed, 19 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/78/33978/1
diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn
index b122f6f..6ce8d5e 100644
--- a/msc/BSC_ConnectionHandler.ttcn
+++ b/msc/BSC_ConnectionHandler.ttcn
@@ -376,7 +376,9 @@
EST_TYPE_PAG_RESP,
EST_TYPE_MO_SMS,
EST_TYPE_SS_ACT,
- EST_TYPE_MO_CSD
+ EST_TYPE_MO_CSD,
+ EST_TYPE_VGCS,
+ EST_TYPE_VBS
};
/* helper function to fully establish a dedicated channel */
@@ -411,6 +413,12 @@
case (EST_TYPE_SS_ACT) {
l3_info := valueof(ts_CM_SERV_REQ(CM_TYPE_SS_ACT, mi));
}
+ case (EST_TYPE_VGCS) {
+ l3_info := valueof(ts_CM_SERV_REQ(CM_TYPE_VGCS, mi));
+ }
+ case (EST_TYPE_VBS) {
+ l3_info := valueof(ts_CM_SERV_REQ(CM_TYPE_VBS, mi));
+ }
}
/* Send BSSAP_Conn_Req with COMPL L3 INFO to MSC */
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33978
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic4875fde45dfc8d6928a48c0f6edc91d994bfa97
Gerrit-Change-Number: 33978
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-MessageType: newchange