Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/13614
Change subject: msc: f_tc_sgsap_mt_sms_and_reject: expect SMPP messages
(REALLY?)
......................................................................
msc: f_tc_sgsap_mt_sms_and_reject: expect SMPP messages (REALLY?)
Change-Id: I894ca2bba2743e7102e0e60a12a407c99a224769
---
M msc/MSC_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/14/13614/1
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index df088bc..d91e8b1 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -4469,6 +4469,8 @@
var template LocationAreaId exp_lai :=
ts_SGsAP_IE_Lai(valueof(ts_SGsAP_LAI('901'H, '70'H, 2342)));
exp_pag_req.sGsAP_PAGING_REQUEST.locationAreaId := exp_lai;
+ f_create_smpp_expect(hex2str(spars.tp.da.tP_DA_NoPad.tP_DAValue));
+
/* Trigger SMS via VTY */
f_vty_sms_send_conn_hdlr(hex2str(pars.imsi), "2342", "Hello SMS");
--
To view, visit https://gerrit.osmocom.org/13614
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: I894ca2bba2743e7102e0e60a12a407c99a224769
Gerrit-Change-Number: 13614
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>