regenerated asn1/ber classes with newest asn1bean compiler

pull/19/head
Stefan Feuerhahn 6 years ago
parent f416a33418
commit 667ae70c35

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -404,11 +407,11 @@ public class AlternateAccessSelection implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 0)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
component = new Component();
tlvByteCount += component.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}
@ -846,11 +849,11 @@ public class AlternateAccessSelection implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 1)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
component = new Component();
tlvByteCount += component.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.string.BerVisibleString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerNull;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -285,11 +288,11 @@ public class ConfirmedServiceRequest implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 6)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
getVariableAccessAttributes = new GetVariableAccessAttributesRequest();
tlvByteCount += getVariableAccessAttributes.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}
@ -300,11 +303,11 @@ public class ConfirmedServiceRequest implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 12)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
getNamedVariableListAttributes = new GetNamedVariableListAttributesRequest();
tlvByteCount += getNamedVariableListAttributes.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerNull;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import java.math.BigInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerNull;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
public class FileDeleteRequest extends FileName {

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerNull;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import java.math.BigInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerOctetString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
public class GetNamedVariableListAttributesRequest extends ObjectName {

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -71,11 +74,11 @@ public class GetVariableAccessAttributesRequest implements BerType, Serializable
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 0)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
name = new ObjectName();
tlvByteCount += name.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.string.BerVisibleString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
public class InitiateErrorPDU extends ServiceError {

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.string.BerVisibleString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerBitString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerBitString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerOctetString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.types.BerOctetString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -94,11 +97,11 @@ public class VariableAccessSpecification implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 1)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
variableListName = new ObjectName();
tlvByteCount += variableListName.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -71,11 +74,11 @@ public class VariableSpecification implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 0)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
name = new ObjectName();
tlvByteCount += name.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.iec61850bean.internal.mms.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerBitString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerObjectIdentifier;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerObjectIdentifier;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerObjectIdentifier;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -91,20 +94,20 @@ public class AssociateSourceDiagnostic implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 1)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
acseServiceUser = new BerInteger();
tlvByteCount += acseServiceUser.decode(is, true);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 2)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
acseServiceProvider = new BerInteger();
tlvByteCount += acseServiceProvider.decode(is, true);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerTag;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.string.BerGraphicString;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerObjectIdentifier;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -296,11 +299,11 @@ public class Myexternal implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 0)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
singleASN1Type = new BerAny();
tlvByteCount += singleASN1Type.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;
@ -296,11 +299,11 @@ public class Myexternal2 implements BerType, Serializable {
}
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 0)) {
BerLength explicitTagLength = new BerLength();
tlvByteCount += explicitTagLength.decode(is);
BerLength length = new BerLength();
tlvByteCount += length.decode(is);
singleASN1Type = new BerAny();
tlvByteCount += singleASN1Type.decode(is, null);
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
tlvByteCount += length.readEocIfIndefinite(is);
return tlvByteCount;
}

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerObjectIdentifier;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.acse.asn1;
import com.beanit.asn1bean.ber.types.BerInteger;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.presentation.asn1;
import com.beanit.asn1bean.ber.types.BerObjectIdentifier;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.presentation.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.presentation.asn1;
import com.beanit.asn1bean.ber.BerLength;

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.presentation.asn1;
public class CalledPresentationSelector extends PresentationSelector {

@ -1,4 +1,7 @@
/** This class file was automatically generated by ASN1bean (http://www.beanit.com) */
/*
* This class file was automatically generated by ASN1bean (http://www.beanit.com)
*/
package com.beanit.josistack.internal.presentation.asn1;
public class CallingPresentationSelector extends PresentationSelector {

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save