Commit d072b1bc authored by pintar's avatar pintar
Browse files

corrections to get error free

parent b7b8f66d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ module SipIsup_ISUP_TCFunctions {
	import from SipIsup_ISUP_MsgTemplates all;
	import from SipIsup_ISUP_Steps all;
	//SIPAts
	import from SipIsup_SIP_TypesAndConf all;
	import from LibSip_SIPTypesAndValues all;

	function f_Reset_Circuits() runs on IsupBiccComponent
	{
@@ -3987,7 +3987,8 @@ function f_IsupBicc_TC_108_103() runs on IsupBiccComponent
  f_send_UNKNOWN(m_UNKNOWN_MCPI(m_MCI_RelCall), true);

  /*Await REL message with cause value*/
  f_awaiting_REL(mw_REL_CAU(mw_CAUI_cval(PX_CAUSE_UNKNOWN_MSG)));
  //TODO: PX_CAUSE_UNKNOWN_MSG not declared yet
  //f_awaiting_REL(mw_REL_CAU(mw_CAUI_cval(PX_CAUSE_UNKNOWN_MSG)));

  /*Send default RLC message*/
  f_send_RLC(m_RLC_MSG_Def, true);