<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26519">View Change</a></p><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;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/19/26519/1</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 f12c37a..2cce568 100644</span><br><span>--- a/library/DIAMETER_Templates.ttcn</span><br><span>+++ b/library/DIAMETER_Templates.ttcn</span><br><span>@@ -890,6 +890,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 := c_def_hbh_id,</span><br><span> template (value) UINT32 ete_id := c_def_ete_id) :=</span><br><span>@@ -901,9 +903,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: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>