Loading DiameterS9/ttcn/DiameterS9_S9_TCFunctions.ttcn3 +3 −3 Original line number Diff line number Diff line Loading @@ -799,7 +799,7 @@ module DiameterS9_S9_TCFunctions { vc_destinationRealm, m_event_Trigger(IP_CAN_CHANGE_E), m_chargRuleReport_RNameStatus(valueof(m_chargingRuleName(PX_CHARGING_RULE_NAME_DATA)),valueof(m_pCC_Rule_Status(PX_PCC_RULE_STATUS))), m_subsesEnforcementInfo_Operation(m_subsessionId_dummy(1), m_subsesEnforcementInfo_Operation(m_subsessionId_dummy(111), m_subsessionOperation_dummy(Subsession_Operation_Code:MODIFICATION_E)))); f_awaiting_CCA(mw_CCA_ExpResult_SubsesDecInfo(vc_sessionId, Loading Loading @@ -2029,7 +2029,7 @@ module DiameterS9_S9_TCFunctions { f_await_initial_session_send_response_HPCRF(); f_awaiting_CCR(mw_CCR_AnGw_MultiBBERFact(?, vc_originHost, vc_originHost_IUT, vc_originRealm_IUT, vc_destinationRealm_IUT, mw_cC_Request_Type(UPDATE_REQUEST_E), Loading Loading @@ -2284,7 +2284,7 @@ module DiameterS9_S9_TCFunctions { mw_cC_Request_Type(INITIAL_REQUEST_E), {mw_subscription_Id(mw_subscription_Id_Type(END_USER_IMSI_E), mw_subscription_Id_Data(PX_SUBSCRIPTION_ID_DATA))}, {mw_anGwAddress(f_IPAdress(PX_SGW_AGW_ipv4,PX_SGW_AGW_ipv6))}, *,//anGwAddress {mw_subsesEnforcementInfo_Operation_SessLinkInd (mw_subsessionId_dummy(?), mw_subsessionOperation_dummy(Subsession_Operation_Code:ESTABLISHMENT_E), Loading DiameterS9/ttcn/DiameterS9_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -683,14 +683,14 @@ module DiameterS9_Templates { template Max_Requested_Bandwidth_UL_AVP m_maxRequestedBandwidthUL(template (present) UInt32 p_aVPData) := { aVP_Header := m_aVP_HeaderVid_Mbit1(c_max_Requested_Bandwidth_UL_AVP_Code, 4, omit), aVP_Header := m_aVP_HeaderVid_Mbit1(c_max_Requested_Bandwidth_UL_AVP_Code, 4, c_vendId3gpp), aVP_Data := p_aVPData } template QoS_Information_AVP m_qoS_Information_maxReqBwUl (template (present) Max_Requested_Bandwidth_UL_AVP p_maxRequestedBandwidthUL) modifies m_qoS_Information_dummy := { aVP_Header := m_aVP_HeaderVid_Mbit1(c_qoS_Information_AVP_Code, 12, c_vendId3gpp), aVP_Header := m_aVP_HeaderVid_Mbit1(c_qoS_Information_AVP_Code, lengthof(encvalue(p_maxRequestedBandwidthUL))/8, c_vendId3gpp), max_Requested_Bandwidth_UL := p_maxRequestedBandwidthUL } Loading Loading
DiameterS9/ttcn/DiameterS9_S9_TCFunctions.ttcn3 +3 −3 Original line number Diff line number Diff line Loading @@ -799,7 +799,7 @@ module DiameterS9_S9_TCFunctions { vc_destinationRealm, m_event_Trigger(IP_CAN_CHANGE_E), m_chargRuleReport_RNameStatus(valueof(m_chargingRuleName(PX_CHARGING_RULE_NAME_DATA)),valueof(m_pCC_Rule_Status(PX_PCC_RULE_STATUS))), m_subsesEnforcementInfo_Operation(m_subsessionId_dummy(1), m_subsesEnforcementInfo_Operation(m_subsessionId_dummy(111), m_subsessionOperation_dummy(Subsession_Operation_Code:MODIFICATION_E)))); f_awaiting_CCA(mw_CCA_ExpResult_SubsesDecInfo(vc_sessionId, Loading Loading @@ -2029,7 +2029,7 @@ module DiameterS9_S9_TCFunctions { f_await_initial_session_send_response_HPCRF(); f_awaiting_CCR(mw_CCR_AnGw_MultiBBERFact(?, vc_originHost, vc_originHost_IUT, vc_originRealm_IUT, vc_destinationRealm_IUT, mw_cC_Request_Type(UPDATE_REQUEST_E), Loading Loading @@ -2284,7 +2284,7 @@ module DiameterS9_S9_TCFunctions { mw_cC_Request_Type(INITIAL_REQUEST_E), {mw_subscription_Id(mw_subscription_Id_Type(END_USER_IMSI_E), mw_subscription_Id_Data(PX_SUBSCRIPTION_ID_DATA))}, {mw_anGwAddress(f_IPAdress(PX_SGW_AGW_ipv4,PX_SGW_AGW_ipv6))}, *,//anGwAddress {mw_subsesEnforcementInfo_Operation_SessLinkInd (mw_subsessionId_dummy(?), mw_subsessionOperation_dummy(Subsession_Operation_Code:ESTABLISHMENT_E), Loading
DiameterS9/ttcn/DiameterS9_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -683,14 +683,14 @@ module DiameterS9_Templates { template Max_Requested_Bandwidth_UL_AVP m_maxRequestedBandwidthUL(template (present) UInt32 p_aVPData) := { aVP_Header := m_aVP_HeaderVid_Mbit1(c_max_Requested_Bandwidth_UL_AVP_Code, 4, omit), aVP_Header := m_aVP_HeaderVid_Mbit1(c_max_Requested_Bandwidth_UL_AVP_Code, 4, c_vendId3gpp), aVP_Data := p_aVPData } template QoS_Information_AVP m_qoS_Information_maxReqBwUl (template (present) Max_Requested_Bandwidth_UL_AVP p_maxRequestedBandwidthUL) modifies m_qoS_Information_dummy := { aVP_Header := m_aVP_HeaderVid_Mbit1(c_qoS_Information_AVP_Code, 12, c_vendId3gpp), aVP_Header := m_aVP_HeaderVid_Mbit1(c_qoS_Information_AVP_Code, lengthof(encvalue(p_maxRequestedBandwidthUL))/8, c_vendId3gpp), max_Requested_Bandwidth_UL := p_maxRequestedBandwidthUL } Loading