|
|
|
@ -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;
|
|
|
|
package com.beanit.iec61850bean.internal.mms.asn1;
|
|
|
|
|
|
|
|
|
|
|
|
import com.beanit.asn1bean.ber.BerLength;
|
|
|
|
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)) {
|
|
|
|
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 6)) {
|
|
|
|
BerLength explicitTagLength = new BerLength();
|
|
|
|
BerLength length = new BerLength();
|
|
|
|
tlvByteCount += explicitTagLength.decode(is);
|
|
|
|
tlvByteCount += length.decode(is);
|
|
|
|
getVariableAccessAttributes = new GetVariableAccessAttributesRequest();
|
|
|
|
getVariableAccessAttributes = new GetVariableAccessAttributesRequest();
|
|
|
|
tlvByteCount += getVariableAccessAttributes.decode(is, null);
|
|
|
|
tlvByteCount += getVariableAccessAttributes.decode(is, null);
|
|
|
|
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
|
|
|
|
tlvByteCount += length.readEocIfIndefinite(is);
|
|
|
|
return tlvByteCount;
|
|
|
|
return tlvByteCount;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -300,11 +303,11 @@ public class ConfirmedServiceRequest implements BerType, Serializable {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 12)) {
|
|
|
|
if (berTag.equals(BerTag.CONTEXT_CLASS, BerTag.CONSTRUCTED, 12)) {
|
|
|
|
BerLength explicitTagLength = new BerLength();
|
|
|
|
BerLength length = new BerLength();
|
|
|
|
tlvByteCount += explicitTagLength.decode(is);
|
|
|
|
tlvByteCount += length.decode(is);
|
|
|
|
getNamedVariableListAttributes = new GetNamedVariableListAttributesRequest();
|
|
|
|
getNamedVariableListAttributes = new GetNamedVariableListAttributesRequest();
|
|
|
|
tlvByteCount += getNamedVariableListAttributes.decode(is, null);
|
|
|
|
tlvByteCount += getNamedVariableListAttributes.decode(is, null);
|
|
|
|
tlvByteCount += explicitTagLength.readEocIfIndefinite(is);
|
|
|
|
tlvByteCount += length.readEocIfIndefinite(is);
|
|
|
|
return tlvByteCount;
|
|
|
|
return tlvByteCount;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|