Change in osmo-ttcn3-hacks[master]: MME_Tests: fix as_DIA_UpdLoc(): do not extract IMSI for no reason

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Sun Dec 12 01:42:37 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26522 )


Change subject: MME_Tests: fix as_DIA_UpdLoc(): do not extract IMSI for no reason
......................................................................

MME_Tests: fix as_DIA_UpdLoc(): do not extract IMSI for no reason

Change-Id: Iaa39a1c1c6c6774f04d643e91bc79666da9d56a6
---
M mme/MME_Tests.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)



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

diff --git a/mme/MME_Tests.ttcn b/mme/MME_Tests.ttcn
index 375a66a..a83b0df 100644
--- a/mme/MME_Tests.ttcn
+++ b/mme/MME_Tests.ttcn
@@ -494,11 +494,9 @@
 	var PDU_DIAMETER rx_dia;
 	[] DIAMETER.receive(tr_DIA_ULR(g_pars.ue_pars.imsi)) -> value rx_dia {
 		var template (omit) AVP avp;
-		var hexstring imsi;
 		var template (value) AVP_list sub_data;
 
 		/* retrieve input data */
-		imsi := valueof(f_DIAMETER_get_imsi(rx_dia));
 		avp := f_DIAMETER_get_avp(rx_dia, c_AVP_Code_BASE_NONE_Session_Id);
 
 		sub_data := {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26522
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: Iaa39a1c1c6c6774f04d643e91bc79666da9d56a6
Gerrit-Change-Number: 26522
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211212/7ae21651/attachment.htm>


More information about the gerrit-log mailing list