Loading IsupAts/SipIsup_ISUP_ParamTemplates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ template ATP_PAR_tlv mw_ATP_PAR_tlv_any := informationElements := { anyInformationElements := ? } /* Any Q.931 information elements */ } template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibility p_hlc) := template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibilities p_hlc) := /* RX template for Access Transport parameter (ATP); Optional(O) format, with Q.931 information element hlc, highLayerCharacteristicsIdentification parameterized and any-values otherwise. */ { paramType := '00000011'B, /* Parameter Type '00000011'B */ Loading Loading @@ -889,7 +889,7 @@ template CAUI_PAR_lv mw_CAU(template integer p_cauVal, spare := '0'B, /* spare */ codingStandard := ?, /* codingStandard */ ext1 := ?, /* Extension */ causeValue := int2bit(p_cauVal, 7), /* Cause value */ causeValue := int2bit(valueof(p_cauVal), 7), /* Cause value */ ext2 := ?, /* Extension */ diagnostics := p_diagnostics /* Diagnostic(s) */ } Loading IsupAts/SipIsup_ISUP_ParamTypes.ttcn +1 −2 Original line number Diff line number Diff line Loading @@ -354,8 +354,7 @@ type record LLC_octet7 { Bit1 ext2 /* Extension */ } with { encode "present=bytes(1,0x1E)"; encode (iELen) "tag=""PI_iELen"";"; encode (subaddressInformation) "length=valueOf(getTag(""PI_iELen"")).toInt()-1;"; } encode (iELen) "tag=""PI_iELen"";";} type record CalledPartySubaddress /* Q.931 Called party subaddress information element */ { Loading Loading
IsupAts/SipIsup_ISUP_ParamTemplates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ template ATP_PAR_tlv mw_ATP_PAR_tlv_any := informationElements := { anyInformationElements := ? } /* Any Q.931 information elements */ } template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibility p_hlc) := template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibilities p_hlc) := /* RX template for Access Transport parameter (ATP); Optional(O) format, with Q.931 information element hlc, highLayerCharacteristicsIdentification parameterized and any-values otherwise. */ { paramType := '00000011'B, /* Parameter Type '00000011'B */ Loading Loading @@ -889,7 +889,7 @@ template CAUI_PAR_lv mw_CAU(template integer p_cauVal, spare := '0'B, /* spare */ codingStandard := ?, /* codingStandard */ ext1 := ?, /* Extension */ causeValue := int2bit(p_cauVal, 7), /* Cause value */ causeValue := int2bit(valueof(p_cauVal), 7), /* Cause value */ ext2 := ?, /* Extension */ diagnostics := p_diagnostics /* Diagnostic(s) */ } Loading
IsupAts/SipIsup_ISUP_ParamTypes.ttcn +1 −2 Original line number Diff line number Diff line Loading @@ -354,8 +354,7 @@ type record LLC_octet7 { Bit1 ext2 /* Extension */ } with { encode "present=bytes(1,0x1E)"; encode (iELen) "tag=""PI_iELen"";"; encode (subaddressInformation) "length=valueOf(getTag(""PI_iELen"")).toInt()-1;"; } encode (iELen) "tag=""PI_iELen"";";} type record CalledPartySubaddress /* Q.931 Called party subaddress information element */ { Loading