Change in osmo-ttcn3-hacks[master]: library/DIAMETER_Templates: fix flags in AIR templates

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:36 UTC 2021


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


Change subject: library/DIAMETER_Templates: fix flags in AIR templates
......................................................................

library/DIAMETER_Templates: fix flags in AIR templates

Change-Id: I7db3b632189eed09c1bdf98f9d588491d928e2f5
Related: SYS#5602
---
M library/DIAMETER_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/library/DIAMETER_Templates.ttcn b/library/DIAMETER_Templates.ttcn
index ef0f3d7..da30498 100644
--- a/library/DIAMETER_Templates.ttcn
+++ b/library/DIAMETER_Templates.ttcn
@@ -893,7 +893,7 @@
 	   template (value) charstring dest_realm := "localdomain",
 	   template (value) UINT32 hbh_id := c_def_hbh_id,
 	   template (value) UINT32 ete_id := c_def_ete_id) :=
-	ts_DIAMETER(flags := '00000000'B,
+	ts_DIAMETER(flags := '11000000'B,
 		    cmd_code := Authentication_Information,
 		    hbh_id := hbh_id,
 		    ete_id := ete_id,
@@ -911,7 +911,7 @@
 	   template (present) charstring dest_realm := ?,
 	   template (present) UINT32 hbh_id := ?,
 	   template (present) UINT32 ete_id := ?) :=
-	tr_DIAMETER(flags := '11000000'B,
+	tr_DIAMETER(flags := '1???????'B,
 		    cmd_code := Authentication_Information,
 		    app_id := int2oct(c_DIAMETER_3GPP_S6_AID, 4),
 		    hbh_id := hbh_id, ete_id := ete_id,

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


More information about the gerrit-log mailing list