initial commit
diff --git a/src/main/java/org.onosproject.xran/codecs/pdu/XrancApiID.java b/src/main/java/org.onosproject.xran/codecs/pdu/XrancApiID.java
new file mode 100644
index 0000000..341b70f
--- /dev/null
+++ b/src/main/java/org.onosproject.xran/codecs/pdu/XrancApiID.java
@@ -0,0 +1,30 @@
+/**
+ * This class file was automatically generated by jASN1 v1.8.0 (http://www.openmuc.org)
+ */
+
+package org.onosproject.xran.codecs.pdu;
+
+import org.openmuc.jasn1.ber.types.BerEnum;
+
+import java.math.BigInteger;
+
+public class XrancApiID extends BerEnum {
+
+ private static final long serialVersionUID = 1L;
+
+ public XrancApiID() {
+ }
+
+ public XrancApiID(byte[] code) {
+ super(code);
+ }
+
+ public XrancApiID(BigInteger value) {
+ super(value);
+ }
+
+ public XrancApiID(long value) {
+ super(value);
+ }
+
+}