<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26519">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/DIAMETER_Templates: add missing AVPs to AIR<br><br>Change-Id: I948072dbfa05d158483a727fb708f853741ab23f<br>Related: SYS#5602<br>---<br>M library/DIAMETER_Templates.ttcn<br>1 file changed, 5 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/DIAMETER_Templates.ttcn b/library/DIAMETER_Templates.ttcn</span><br><span>index bd9ee21..b56363f 100644</span><br><span>--- a/library/DIAMETER_Templates.ttcn</span><br><span>+++ b/library/DIAMETER_Templates.ttcn</span><br><span>@@ -888,6 +888,8 @@</span><br><span> template (value) PDU_DIAMETER</span><br><span> ts_DIA_AIR(/* template (value) */ hexstring imsi,</span><br><span>           template (value) octetstring sess_id := c_def_sess_id,</span><br><span style="color: hsl(120, 100%, 40%);">+        template (value) charstring orig_host := "ttcn3.localdomain",</span><br><span style="color: hsl(120, 100%, 40%);">+       template (value) charstring orig_realm := "localdomain",</span><br><span>           template (value) charstring dest_realm := "localdomain",</span><br><span>           template (value) UINT32 hbh_id := '00000000'O,</span><br><span>       template (value) UINT32 ete_id := '00000000'O) :=</span><br><span>@@ -899,9 +901,12 @@</span><br><span>              avps := {</span><br><span>                        ts_AVP_SessionId(sess_id),</span><br><span>                   ts_AVP_DestinationRealm(dest_realm),</span><br><span style="color: hsl(120, 100%, 40%);">+                  ts_AVP_OriginHost(orig_host),</span><br><span style="color: hsl(120, 100%, 40%);">+                 ts_AVP_OriginRealm(orig_realm),</span><br><span>                      ts_AVP_UserNameImsi(imsi),</span><br><span>                   /* Requested EUTRAN Auth Info */</span><br><span>                     ts_AVP_RequestedEutranAuthInfo,</span><br><span style="color: hsl(120, 100%, 40%);">+                       ts_AVP_AuthSessionState(NO_STATE_MAINTAINED),</span><br><span>                        ts_AVP_3GPP_VisitedPlmnId('11111F'O)</span><br><span>         });</span><br><span> template (present) PDU_DIAMETER</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26519">change 26519</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26519"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I948072dbfa05d158483a727fb708f853741ab23f </div>
<div style="display:none"> Gerrit-Change-Number: 26519 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>