Searched refs:GSM_TYPE (Results 1 – 3 of 3) sorted by relevance
30 #define GSM_TYPE "01" macro
28 static constexpr uint8_t GSM_TYPE = 1; variable39 if ((toMsgId > RANG_MAX) || (fromMsgId > toMsgId) || (netType != GSM_TYPE)) { in SetCBConfig()
1764 } else if (strcmp(netType, GSM_TYPE) == 0) { in ParseNetTypeStr()