Searched defs:GSM (Results 1 – 5 of 5) sorted by relevance
25 enum class NetworkType { UNKNOWN = 0, GSM = 1, CDMA, WCDMA, TDSCDMA, LTE, NR }; enumerator
27 static const int32_t GSM = static_cast<int32_t>(RadioProtocolTech::RADIO_PROTOCOL_TECH_GSM); variable
46 const static std::string GSM = "GSM"; variable
52 const int32_t GSM = RAF_GSM; variable
83 const CellInformation::CellType GSM = CellInformation::CellType::CELL_TYPE_GSM; variable