Loading DiameterS6a/ttcn/DiameterS6a_Templates.ttcn +21 −2 Original line number Diff line number Diff line Loading @@ -455,6 +455,25 @@ module DiameterS6a_Templates { aVP_Data := ''O } // End of template m_pdpType_dummy template (value) Complete_DL_Included_Indicator_AVP m_completeDLIncludedIndicator ( in template (value) Complete_DL_Included_Indicator_Code p_code ) := { aVP_Header:= m_aVP_HeaderVid_Mbit1 ( c_complete_Data_List_Included_Indicator_AVP_Code, lengthof ( encvalue ( p_code ))/8, c_vendId3gpp ), complete_DL_Included_Indicator := p_code } // End of template m_completeDLIncludedIndicator template (value) GPRS_Subscription_Data_AVP m_gprsSubscriptionData ( in template (value) Complete_DL_Included_Indicator_AVP p_completeDLIncludedIndicator, in template (value) PDP_Context_AVP p_pDPContext ) := { aVP_Header:= m_aVP_HeaderVid_Mbit1 ( c_complete_Data_List_Included_Indicator_AVP_Code, lengthof ( encvalue ( p_completeDLIncludedIndicator ))/8 + lengthof ( encvalue ( p_pDPContext ))/8, c_vendId3gpp ), complete_Data_List_Included_Indicator := p_completeDLIncludedIndicator, pDP_Context := { p_pDPContext }, aVP_Type := omit } // End of template m_gprsSubscriptionData } // End of group sendingTemplatesForAVPs group awaitingTemplatesForAVPs{ Loading DiameterS6a/ttcn/DiameterS6a_TypesAndValues.ttcn +1 −1 File changed.Contains only whitespace changes. Show changes Loading
DiameterS6a/ttcn/DiameterS6a_Templates.ttcn +21 −2 Original line number Diff line number Diff line Loading @@ -455,6 +455,25 @@ module DiameterS6a_Templates { aVP_Data := ''O } // End of template m_pdpType_dummy template (value) Complete_DL_Included_Indicator_AVP m_completeDLIncludedIndicator ( in template (value) Complete_DL_Included_Indicator_Code p_code ) := { aVP_Header:= m_aVP_HeaderVid_Mbit1 ( c_complete_Data_List_Included_Indicator_AVP_Code, lengthof ( encvalue ( p_code ))/8, c_vendId3gpp ), complete_DL_Included_Indicator := p_code } // End of template m_completeDLIncludedIndicator template (value) GPRS_Subscription_Data_AVP m_gprsSubscriptionData ( in template (value) Complete_DL_Included_Indicator_AVP p_completeDLIncludedIndicator, in template (value) PDP_Context_AVP p_pDPContext ) := { aVP_Header:= m_aVP_HeaderVid_Mbit1 ( c_complete_Data_List_Included_Indicator_AVP_Code, lengthof ( encvalue ( p_completeDLIncludedIndicator ))/8 + lengthof ( encvalue ( p_pDPContext ))/8, c_vendId3gpp ), complete_Data_List_Included_Indicator := p_completeDLIncludedIndicator, pDP_Context := { p_pDPContext }, aVP_Type := omit } // End of template m_gprsSubscriptionData } // End of group sendingTemplatesForAVPs group awaitingTemplatesForAVPs{ Loading
DiameterS6a/ttcn/DiameterS6a_TypesAndValues.ttcn +1 −1 File changed.Contains only whitespace changes. Show changes