Commit 128a0d5f authored by pintar's avatar pintar
Browse files

TAU error solved

parent ff9017cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */
@@ -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) */
}
+1 −2
Original line number Diff line number Diff line
@@ -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 */
{