Loading DiameterGx/ttcn/DiameterGx_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,7 @@ module DiameterGx_Templates { template Called_Station_Id_AVP m_called_Station_Id(UTF8String p_avpData) := { aVP_Header := m_aVP_HeaderVid(c_vendIdCalled_Station_Id_AVP, lengthof(p_avpData), omit), aVP_Data := p_avpData aVP_Data := f_paddedBytes_string(p_avpData)//TODO add f_paddedBytes_string where it is needed!!! } template PDN_Connection_ID_AVP m_pDN_Connection_ID(octetstring p_avpData) := Loading Loading
DiameterGx/ttcn/DiameterGx_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,7 @@ module DiameterGx_Templates { template Called_Station_Id_AVP m_called_Station_Id(UTF8String p_avpData) := { aVP_Header := m_aVP_HeaderVid(c_vendIdCalled_Station_Id_AVP, lengthof(p_avpData), omit), aVP_Data := p_avpData aVP_Data := f_paddedBytes_string(p_avpData)//TODO add f_paddedBytes_string where it is needed!!! } template PDN_Connection_ID_AVP m_pDN_Connection_ID(octetstring p_avpData) := Loading