Commit f0080ae8 authored by garciay's avatar garciay
Browse files

Changes applied after C2C/ETSI STF517 merge

parent eb9483a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ import org.etsi.ttcn.tci.Value;

public class AcSecResponse extends Boolean {

    private static final int AcSecResponse = 0x04;
    private static final int AcSecResponse = 0x05;

    public AcSecResponse(MainCodec mainCodec) {
        super(mainCodec);