修正
This commit is contained in:
parent
ea4ee869f9
commit
35f41e9f05
@ -89,8 +89,6 @@ static void parse_qeng_servingcell(const std::string& line)
|
||||
// 语法检查
|
||||
if (t[0] != "servingcell") return;
|
||||
|
||||
std::string rat = t[2];
|
||||
|
||||
std::string state = (t.size() > 1 ? t[1] : "");
|
||||
std::string rat = (t.size() > 2 ? t[2] : "");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user