Commit a5200c22 authored by rennoch's avatar rennoch
Browse files

history_info templates removed, not used any more

parent 702f92bf
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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,