blob: 836d36bb997c8e5cc4a2554beedad1a2b80b8355 [file] [log] [blame]
/**
* This class file was automatically generated by jASN1 v1.8.2 (http://www.openmuc.org)
*/
package org.onosproject.xran.asn1lib.api;
import org.onosproject.xran.asn1lib.ber.types.BerInteger;
import java.math.BigInteger;
public class RSRPRange extends BerInteger {
private static final long serialVersionUID = 1L;
public RSRPRange() {
}
public RSRPRange(byte[] code) {
super(code);
}
public RSRPRange(BigInteger value) {
super(value);
}
public RSRPRange(long value) {
super(value);
}
}