From 05628f9b5868c60d68aa750f547b010d22ac27b4 Mon Sep 17 00:00:00 2001 From: Serhii Kostiuk Date: Mon, 15 Jul 2019 17:12:17 +0300 Subject: [MTS-MTQ] QuectelRadio implementation Cleanup: Removed a comment for a function whose implementation was moved to the radio-specific classes --- src/MTS_IO_CellularRadio.cpp | 76 -------------------------------------------- 1 file changed, 76 deletions(-) (limited to 'src/MTS_IO_CellularRadio.cpp') diff --git a/src/MTS_IO_CellularRadio.cpp b/src/MTS_IO_CellularRadio.cpp index 195ba4f..4dcea7d 100644 --- a/src/MTS_IO_CellularRadio.cpp +++ b/src/MTS_IO_CellularRadio.cpp @@ -609,82 +609,6 @@ CellularRadio::CODE CellularRadio::getStaticInformation(Json::Value& jData) { return FAILURE; } -/* AT#RFSTS - NETWORK STATUS - - (GSM network) - #RFSTS:,,,,,,,,,,,,, - Where: - - Country code and operator code(MCC, MNC) - - GSM Assigned Radio Channel - - Received Signal Strength Indication - - Localization Area Code - - Routing Area Code - - Tx Power - - Mobility Management state - - Radio Resource state - - Network Operator Mode - - Cell ID - - International Mobile Subscriber Identity - - Operator name - - Service Domain - 0 - No Service - 1 - CS only - 2 - PS only - 3 - CS+PS - - Active Band - 1 - GSM 850 - 2 - GSM 900 - 3 - DCS 1800 - 4 - PCS 1900 - - - (WCDMA network) - #RFSTS: - ,,,,, RSSI>,,,,,,,,,,, - ,,[,,] - Where: - - Country code and operator code(MCC, MNC) - - UMTS Assigned Radio Channel - - Active PSC(Primary Synchronization Code) - - Active Ec/Io(chip energy per total wideband power in dBm) - - Active RSCP (Received Signal Code Power in dBm) - - Received Signal Strength Indication - - Localization Area Code - - Routing Area Code - - Tx Power - - Discontinuous reception cycle Length (cycle length in ms) - - Mobility Management state - - Radio Resource state - - Network Operator Mode - - Block Error Rate (e.g., 005 means 0.5 %) - - Cell ID - - International Mobile Station ID - - Operator name - - Service Domain (see above) - - Number of Active Set (Maximum 6) - UARFCN of n th active set - PSC of n th active set - Ec/Io of n th active Set - - (LTE Network) - #RFSTS: - - - - - - - - - - - - - [] - - - - - - - - - - - - [] - - - - - -*/ - // Get the LAC for the LTE radio that's not in the #RFSTS or +QENG response std::string CellularRadio::queryLteLac() { std::string CGREGstring; -- cgit v1.2.3