pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28155 )

Change subject: DIAMETER_Templates: Drop unused param
......................................................................

DIAMETER_Templates: Drop unused param

Change-Id: Ic806f7d23f6e3b23365f4d45874b0bc3b3ec91d1
---
M library/DIAMETER_Templates.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/library/DIAMETER_Templates.ttcn b/library/DIAMETER_Templates.ttcn
index 435a809..adf4ee6 100644
--- a/library/DIAMETER_Templates.ttcn
+++ b/library/DIAMETER_Templates.ttcn
@@ -1155,7 +1155,6 @@
 template (present) PDU_DIAMETER
 tr_DIA_Gx_CCR(template (present) DCC_NONE_CC_Request_Type req_type := 
INITIAL_REQUEST)
 := tr_DIAMETER(flags:='11000000'B, cmd_code:=Credit_Control,
-                           app_id:=int2oct(c_DIAMETER_3GPP_Gx_AID, 4),
        avps := superset(
                tr_AVP_SessionId,
                tr_AVP_OriginHost,
@@ -1168,7 +1167,6 @@
 template (present) PDU_DIAMETER
 tr_DIA_Gy_CCR(template (present) DCC_NONE_CC_Request_Type req_type := 
INITIAL_REQUEST)
 := tr_DIAMETER(flags:='11000000'B, cmd_code:=Credit_Control,
-                           app_id:=int2oct(c_DIAMETER_CREDIT_CONTROL_AID, 4),
        avps := superset(
                tr_AVP_SessionId,
                tr_AVP_OriginHost,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28155
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: Ic806f7d23f6e3b23365f4d45874b0bc3b3ec91d1
Gerrit-Change-Number: 28155
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to