pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35406?usp=email )
Change subject: DIAMETER_Templates: Add missing ts_AVP_DestinationHost
......................................................................
DIAMETER_Templates: Add missing ts_AVP_DestinationHost
Change-Id: Ifcbd68c48b273fe7b0753c5b31c33d4e51493de9
---
M library/DIAMETER_Templates.ttcn
1 file changed, 17 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/library/DIAMETER_Templates.ttcn b/library/DIAMETER_Templates.ttcn
index 05a6ea7..05b63d2 100644
--- a/library/DIAMETER_Templates.ttcn
+++ b/library/DIAMETER_Templates.ttcn
@@ -601,6 +601,14 @@
}
}
+template (value) GenericAVP ts_AVP_DestinationHost(template (value) charstring dest_host)
:= {
+ avp := {
+ avp_header := ts_DIA_Hdr(c_AVP_Code_BASE_NONE_Destination_Host),
+ avp_data := {
+ avp_BASE_NONE_Destination_Host := dest_host
+ }
+ }
+}
template (present) GenericAVP tr_AVP_DestinationHost(template (present) charstring host
:= ?) := {
avp := {
avp_header := tr_DIA_Hdr(c_AVP_Code_BASE_NONE_Destination_Host),
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35406?usp=email
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: Ifcbd68c48b273fe7b0753c5b31c33d4e51493de9
Gerrit-Change-Number: 35406
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged