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 HighLayerCompatibilities p_hlc) := template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibility 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 @@ -228,7 +228,7 @@ template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibilities p_hlc) := specificInformationElements := { bearerCapability := *, highLayerCompatibility := p_hlc, /* Q.931 High layer compatibility */ highLayerCompatibility := {p_hlc}, /* Q.931 High layer compatibility */ lowLayerCompatibility := *, progressIndicator := *, calledPartySubaddress := *, 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 HighLayerCompatibilities p_hlc) := template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibility 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 @@ -228,7 +228,7 @@ template ATP_PAR_tlv mw_ATP_HLC(template HighLayerCompatibilities p_hlc) := specificInformationElements := { bearerCapability := *, highLayerCompatibility := p_hlc, /* Q.931 High layer compatibility */ highLayerCompatibility := {p_hlc}, /* Q.931 High layer compatibility */ lowLayerCompatibility := *, progressIndicator := *, calledPartySubaddress := *, Loading