commit | ed74ec72a77b938f6524e61999105c3a3bc58c11 | [log] [tgz] |
---|---|---|
author | slowr <mavromat@csd.uoc.gr> | Thu Aug 17 11:25:01 2017 -0700 |
committer | slowr <mavromat@csd.uoc.gr> | Thu Aug 17 11:25:01 2017 -0700 |
tree | 831d747d96d43520cda10f8d492a4fe286fb67af | |
parent | d3d7b41f12cd43ac3db4b078629d7975aa081f42 [diff] [blame] |
fixed rxsigmeas and version checking
diff --git a/src/main/java/org.onosproject.xran/entities/RnibCell.java b/src/main/java/org.onosproject.xran/entities/RnibCell.java index 2e6a8c8..8b1feb0 100644 --- a/src/main/java/org.onosproject.xran/entities/RnibCell.java +++ b/src/main/java/org.onosproject.xran/entities/RnibCell.java
@@ -106,8 +106,8 @@ return ecgi; } - public String getVersion() { - return version; + public int getVersion() { + return Integer.parseInt(version); } public void setVersion(String version) {