Change in osmo-ttcn3-hacks[master]: library/DIAMETER_Templates: fix missing app_id in ts_DIA_AIR

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/+/26518 )


Change subject: library/DIAMETER_Templates: fix missing app_id in ts_DIA_AIR
......................................................................

library/DIAMETER_Templates: fix missing app_id in ts_DIA_AIR

Change-Id: I7b06d9cad09f1fd7858bd745d0aaa2fbcb1983dd
Related: SYS#5602
---
M library/DIAMETER_Templates.ttcn
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/library/DIAMETER_Templates.ttcn b/library/DIAMETER_Templates.ttcn
index da30498..f12c37a 100644
--- a/library/DIAMETER_Templates.ttcn
+++ b/library/DIAMETER_Templates.ttcn
@@ -895,6 +895,7 @@
 	   template (value) UINT32 ete_id := c_def_ete_id) :=
 	ts_DIAMETER(flags := '11000000'B,
 		    cmd_code := Authentication_Information,
+		    app_id := int2oct(c_DIAMETER_3GPP_S6_AID, 4),
 		    hbh_id := hbh_id,
 		    ete_id := ete_id,
 		    avps := {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26518
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: I7b06d9cad09f1fd7858bd745d0aaa2fbcb1983dd
Gerrit-Change-Number: 26518
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/e732a8a2/attachment.htm>


More information about the gerrit-log mailing list