This commit is contained in:
cxh 2026-01-22 17:03:51 +08:00
parent ea4ee869f9
commit 35f41e9f05

View File

@ -89,8 +89,6 @@ static void parse_qeng_servingcell(const std::string& line)
// 语法检查 // 语法检查
if (t[0] != "servingcell") return; if (t[0] != "servingcell") return;
std::string rat = t[2];
std::string state = (t.size() > 1 ? t[1] : ""); std::string state = (t.size() > 1 ? t[1] : "");
std::string rat = (t.size() > 2 ? t[2] : ""); std::string rat = (t.size() > 2 ? t[2] : "");