Commit 141387e7 authored by pintar's avatar pintar
Browse files

padded bytes function was used and shall be introduced also on the other places

parent 37dabe9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) :=