Loading IsupAts/SipIsup_ISUP_ParamTemplates.ttcn +0 −11 Original line number Diff line number Diff line Loading @@ -1323,17 +1323,6 @@ template CUGIC_PAR_tlv mw_CUGIC_PAR_tlv_any := networkIdentity2 := ?, /* a) Network Identity (NI) (octet 2) */ binaryCode := ? /* Binary code */ } template CUGIC_PAR_tlv m_CUGIC(hexstring p_networkIdentity, hexstring p_binaryCode) := /* Default RX template for type CUGIC_PAR_tlv with parametrized values */ { paramType := '00011010'B, /* Parameter Type '00011010'B */ paramLen := '00000100'B, /* Parameter Length field */ networkIdentity1 := hex2oct(p_networkIdentity), /* a) Network Identity (NI) (octet 1) */ networkIdentity2 := '00'O, /* a) Network Identity (NI) (octet 2) */ binaryCode := hex2bit(p_binaryCode) /* Binary code */ } } /* end group CUGIC */ group EIF { Loading IsupAts/SipIsup_ISUP_TCFunctions.ttcn +15105 −16225 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
IsupAts/SipIsup_ISUP_ParamTemplates.ttcn +0 −11 Original line number Diff line number Diff line Loading @@ -1323,17 +1323,6 @@ template CUGIC_PAR_tlv mw_CUGIC_PAR_tlv_any := networkIdentity2 := ?, /* a) Network Identity (NI) (octet 2) */ binaryCode := ? /* Binary code */ } template CUGIC_PAR_tlv m_CUGIC(hexstring p_networkIdentity, hexstring p_binaryCode) := /* Default RX template for type CUGIC_PAR_tlv with parametrized values */ { paramType := '00011010'B, /* Parameter Type '00011010'B */ paramLen := '00000100'B, /* Parameter Length field */ networkIdentity1 := hex2oct(p_networkIdentity), /* a) Network Identity (NI) (octet 1) */ networkIdentity2 := '00'O, /* a) Network Identity (NI) (octet 2) */ binaryCode := hex2bit(p_binaryCode) /* Binary code */ } } /* end group CUGIC */ group EIF { Loading
IsupAts/SipIsup_ISUP_TCFunctions.ttcn +15105 −16225 File changed.Preview size limit exceeded, changes collapsed. Show changes