Loading IsupAts/SipIsup_ISUP_ParamTemplates.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -718,7 +718,7 @@ template BCAP_octet7 mw_BCAP_octet7_any := ext := ? /* Extension */ ext := ? /* Extension */ } } template BCAP_octet3 mw_BCAP_octet3_Std(Bit5 p_InfoTrfCap) := template BCAP_octet3 mw_BCAP_octet3_Std(template Bit5 p_InfoTrfCap) := /* Default RX template for type BCAP_octet3 with wildcards for simple types */ /* Default RX template for type BCAP_octet3 with wildcards for simple types */ { { informationTransferCapability := p_InfoTrfCap, /* Information transfer capability */ informationTransferCapability := p_InfoTrfCap, /* Information transfer capability */ Loading Loading
IsupAts/SipIsup_ISUP_ParamTemplates.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -718,7 +718,7 @@ template BCAP_octet7 mw_BCAP_octet7_any := ext := ? /* Extension */ ext := ? /* Extension */ } } template BCAP_octet3 mw_BCAP_octet3_Std(Bit5 p_InfoTrfCap) := template BCAP_octet3 mw_BCAP_octet3_Std(template Bit5 p_InfoTrfCap) := /* Default RX template for type BCAP_octet3 with wildcards for simple types */ /* Default RX template for type BCAP_octet3 with wildcards for simple types */ { { informationTransferCapability := p_InfoTrfCap, /* Information transfer capability */ informationTransferCapability := p_InfoTrfCap, /* Information transfer capability */ Loading