jackson, HTTP codes and JSON responses, xICIC/RRMConfig fix
diff --git a/src/main/java/org.onosproject.xran/codecs/api/EUTRANCellIdentifier.java b/src/main/java/org.onosproject.xran/codecs/api/EUTRANCellIdentifier.java
index 7c7f2a2..8dd094d 100644
--- a/src/main/java/org.onosproject.xran/codecs/api/EUTRANCellIdentifier.java
+++ b/src/main/java/org.onosproject.xran/codecs/api/EUTRANCellIdentifier.java
@@ -4,7 +4,7 @@
package org.onosproject.xran.codecs.api;
-import org.openmuc.jasn1.ber.types.*;
+import org.onosproject.xran.codecs.ber.types.BerBitString;
import javax.xml.bind.DatatypeConverter;
import java.util.Arrays;
@@ -37,9 +37,4 @@
}
return super.equals(obj);
}
-
- @Override
- public String toString() {
- return "\"" + DatatypeConverter.printHexBinary(value) + "\"";
- }
}