Commit 32f8016c authored by pintar's avatar pintar
Browse files

corrections due to week 9/2010 validation

parent e0312c61
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ group SipIsup_ISUP_Receive_MsgsTempl
	/* RX template for Address complete message (ACM) with default BCI, User-to-user indicators parameterized and any other optional parameters.*/
	{
	 msgType := '00000110'B,                                 /* Message Type '00000110'B */
	 backwardCallIndicators := m_BCI_Def,                    /* Backward call indicators, F, len=2 */
	 backwardCallIndicators := mw_BCI_PAR_v_any,                    /* Backward call indicators, F, len=2 */
	 pOptional := '00000001'B,                               /* Pointer to optional parameters. */
	 optionalParameters := mw_ACM_USED_OPTIONAL_PARAMS(mw_OBCI_PAR_tlv_any ifpresent, p_UUI, mw_UUIF_PAR_tlv_any ifpresent), /* SET: optional parameters of Address complete message (ACM) */
	 endOfOptionalParameters := '00000000'B                  /* End of optional parameters, O, len=1 */
@@ -463,7 +463,7 @@ group SipIsup_ISUP_Receive_MsgsTempl
	/* RX template for Address complete message (ACM) with default BCI, User-to-user information parameterized and any other optional parameters.*/
	{
	 msgType := '00000110'B,                                 /* Message Type '00000110'B */
	 backwardCallIndicators := m_BCI_Def,                    /* Backward call indicators, F, len=2 */
	 backwardCallIndicators := mw_BCI_PAR_v_any,             /* Backward call indicators, F, len=2 */
	 pOptional := '00000001'B,                               /* Pointer to optional parameters. */
	 optionalParameters := mw_ACM_USED_OPTIONAL_PARAMS(mw_OBCI_PAR_tlv_any ifpresent, p_UUID, p_UUIF), /* SET: optional parameters of Address complete message (ACM) */
	 endOfOptionalParameters := '00000000'B                  /* End of optional parameters, O, len=1 */
+5 −5
Original line number Diff line number Diff line
@@ -8500,7 +8500,7 @@ group TP303_Sending_ACM {
	  f_send_IAM(m_IAM_CLD1(PX_ISUP_TX_CLD_natAddr_txDef, PX_ISUP_IAM_CLD_digits_txDef));

	  /*Receive Address complete message (ACM) with Called party status indicator = 'subscriber free', Called party's category indicator = '(no indication or ordinary subscriber or payphone)', with Interworking indicator, ISDN access indicator, ISDN user part indicator (BCI) parameterized, and any other optional parameters.*/
	  f_awaiting_ACM(mw_ACM_BCI(m_BCI_Def));
	  f_awaiting_ACM(mw_ACM_BCI(mw_BWCI_cldPstat(c_BCI_cldPstatInd_noInd)));

	  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict());//Synchronisation point 2

@@ -20017,7 +20017,7 @@ group TP4140_UUS1 {
		v_ISUP_inTestBody := true;

	    /*Send Initial address message (IAM) with with User-to-user parameters, with User-to-user indicators indicating 'explicit request Service 1, not essential'.*/
		f_send_IAM(m_IAM_UUI_UUIF_ENC(m_UUID_req_S1(c_UUI_service_req_ess), m_UUIF_ServDat(PX_ISUP_TX_UUI_userInfo_S1)));
		f_send_IAM(m_IAM_UUI_UUIF(m_UUID_req_S1(c_UUI_service_req_ess), m_UUIF_ServDat(PX_ISUP_TX_UUI_userInfo_S1)));

	    /*Awaiting default ACM message*/
	    f_awaiting_ACM(mw_ACM_MSG_Def);
@@ -20243,7 +20243,7 @@ group TP4140_UUS1 {
		f_send_IAM(m_IAM_UUI_UUIF(omit, m_UUIF_ServDat(PX_ISUP_TX_UUI_userInfo_S1)));

		/*Awaiting default ACM message*/
		f_awaiting_ACM(mw_ACM_UUI(mw_UUID_S1disc(c_UUI_service_req_notEss)));
		f_awaiting_ACM(mw_ACM_UUI(mw_UUID_S1disc(c_UUI_service_rsp_notProv)));

		f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict());//Synchronisation point 1
	  	  
@@ -20280,7 +20280,7 @@ group TP4140_UUS1 {
		/*Await IAM message with UUS parameters*/
		f_awaiting_IAM(mw_IAM_UUI_UUIF(omit, mw_UUIF_PAR_tlv(PX_ISUP_TX_UUI_userInfo_S1)));

		/*Send default ACM message .*/
		/*Send ACM message .*/
		f_send_ACM(m_ACM_UUID_UUIF(m_UUID_resp_S1(c_UUI_service_rsp_notProv, c_UUI_netwDiscInd_discarded), omit), true);

		f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict());//Synchronisation point 1
@@ -20447,7 +20447,7 @@ group TP4141_UUS2 {
		f_awaiting_IAM(mw_IAM_UUI_UUIF(mw_UUID_S2(c_UUI_service_req_notEss), mw_UUIF_PAR_tlv(PX_ISUP_TX_UUI_userInfo_S2)));

		/*Send ACM message .*/
		f_send_ACM(m_ACM_MSG_Def, true);
		f_send_ACM(m_ACM_UUID_UUIF(m_UUID_resp_S2(c_UUI_service_rsp_notProv, c_UUI_netwDiscInd_discarded), omit), true);

		f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict());//Synchronisation point 1