Fixed cellId
This commit is contained in:
parent
76b3790888
commit
b77c064cfc
1 changed files with 2 additions and 3 deletions
|
|
@ -129,7 +129,7 @@ public class CSVWriter {
|
||||||
if(location != null)
|
if(location != null)
|
||||||
return ""+location.getCid();
|
return ""+location.getCid();
|
||||||
|
|
||||||
List<NeighboringCellInfo> cellList = telMan.getNeighboringCellInfo();
|
/*List<NeighboringCellInfo> cellList = telMan.getNeighboringCellInfo();
|
||||||
if(cellList != null) {
|
if(cellList != null) {
|
||||||
for (int i = 0; i < cellList.size(); i++) {
|
for (int i = 0; i < cellList.size(); i++) {
|
||||||
data.append(cellList.get(i).getCid());
|
data.append(cellList.get(i).getCid());
|
||||||
|
|
@ -149,8 +149,7 @@ public class CSVWriter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return data.toString();*/
|
||||||
return data.toString();
|
|
||||||
}
|
}
|
||||||
return "n/a";
|
return "n/a";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue