Commit f58e91bc authored by pintar's avatar pintar
Browse files

STF366 were compiled with TTWB v11 and errors are corrected

parent bfa27386
Loading
Loading
Loading
Loading
+216 −188

File changed.

Preview size limit exceeded, changes collapsed.

+4 −4
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ template LowLayerCompatibility mw_llc(Bit5 p_InfoTrfCap) :=
 iEType := '01111100'B,         /* Information Element Type '01111100'B */
 iELen := ?,                    /* Information Element Length field */
 lLC_octet3 := mw_LLC_octet3_Std(p_InfoTrfCap),
 lLC_octet4 := *,
 lLC_octet4 := ?,
 lLC_octet5 := *, 
 lLC_octet6 := *,
 lLC_octet7 := *
@@ -1044,7 +1044,7 @@ template CAUI_PAR_lv mw_CAU(template integer p_cauVal, template Bit4 p_location)
 spare := '0'B,                               /* spare */
 codingStandard := ?,                         /* codingStandard */
 ext1 := ?,                                   /* Extension */
 causeValue := int2bit(valueof(p_cauVal), 7), /* Cause value */
 causeValue := int2bit(p_cauVal, 7), /* Cause value */
 ext2 := ?,                                   /* Extension */
 diagnostics := *                             /* Diagnostic(s) */
}
@@ -2107,7 +2107,7 @@ template SRI_PAR_v mw_SRI_PAR_v_any :=
} /* end group SRI */

group TMRP {
template TMRP_PAR_tlv m_TMRP(Bit8 p_TMR) :=
template TMRP_PAR_tlv m_TMRP(template Bit8 p_TMR) :=
/* Default RX template for type TMRP_PAR_tlv with parametrized Transmission medium requirement */
{
 paramType := '00111110'B,              /* Parameter Type '00111110'B */
@@ -2232,7 +2232,7 @@ template USIContents mw_USIContents_Std(Bit5 p_InfoTrfCap, Bit5 p_UserInfoL1) :=
 bCAP_octet7 := mw_BCAP_octet7_any ifpresent  
}

template USIContents mw_USIContents_InfoTrfCap(Bit5 p_InfoTrfCap) :=
template USIContents mw_USIContents_InfoTrfCap(template Bit5 p_InfoTrfCap) :=
/* RX template for type USIContents with Information transfer capability parameterized, and with 'any' template values for other structured types, and wildcards for simple types.*/
{
 bCAP_octet3 := mw_BCAP_octet3_Std(p_InfoTrfCap),
+2 −2
Original line number Diff line number Diff line
@@ -14878,9 +14878,9 @@ function f_IsupBicc_TC_509_016() runs on IsupBiccComponent
					mw_RDN_PAR_tlv_any ifpresent,
					mw_RDI(1,
					       v_rr[PX_TC_VA]),
					mw_OCN((c_OCN_natAddrInd_natSig,c_OCN_natAddrInd_internat),
					mw_OCN(/*(*/c_OCN_natAddrInd_natSig/*,c_OCN_natAddrInd_internat)*/,
					       c_OCN_aprInd_restr,
					       (PX_ISUP_IAM_OCN_digits_rxNat,PX_ISUP_IAM_OCN_digits_rxInat))));
					       /*(*/PX_ISUP_IAM_OCN_digits_rxNat/*,PX_ISUP_IAM_OCN_digits_rxInat)*/)));

 /*Send ACM message with BCI called party status = subscriber free*/
 f_send_ACM(m_ACM_BCI(c_BCI_cldPstatInd_subFree), true);