Loading LibSip_Templates.ttcn +0 −11 Original line number Diff line number Diff line Loading @@ -507,17 +507,6 @@ module LibSip_Templates hiExtention := p_paramlist } template SemicolonParam_List mw_Cause_Privacy(integer p_StatusCode):= { ({"cause",int2str(p_StatusCode)}), ({"Privacy","history"}) }; template HistoryInfo_List mw_HistoryInfo_List_WithCauseValue(integer p_StatusCode):= { (mw_HistoryInfoEntry(?, ({1}), omit)), (mw_HistoryInfoEntry(?, ({1,1}), mw_Cause_Privacy(p_StatusCode))) }; template PAssertedID m_PAssertedID_2x(template Addr_Union p_pAssertedIDValue1, template Addr_Union p_pAssertedIDValue2) := { fieldName := P_ASSERTED_ID_E, Loading Loading
LibSip_Templates.ttcn +0 −11 Original line number Diff line number Diff line Loading @@ -507,17 +507,6 @@ module LibSip_Templates hiExtention := p_paramlist } template SemicolonParam_List mw_Cause_Privacy(integer p_StatusCode):= { ({"cause",int2str(p_StatusCode)}), ({"Privacy","history"}) }; template HistoryInfo_List mw_HistoryInfo_List_WithCauseValue(integer p_StatusCode):= { (mw_HistoryInfoEntry(?, ({1}), omit)), (mw_HistoryInfoEntry(?, ({1,1}), mw_Cause_Privacy(p_StatusCode))) }; template PAssertedID m_PAssertedID_2x(template Addr_Union p_pAssertedIDValue1, template Addr_Union p_pAssertedIDValue2) := { fieldName := P_ASSERTED_ID_E, Loading