Is SNR available on the rCell Api?

Home Forums General Is SNR available on the rCell Api?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30294

    Hi All,

    Is it possible to get the Signal to Noise Ratio value on the rCell Api? I couldn’t find it on the documentation.

    Thanks!

    #30298
    Jeff Hatch
    Keymaster

    Samuel,

    If you are referring to the RSSI it is available in the stats/radio collection, ie. api/stats/radio

    An example of this collection would be:

    {
       "code" : 200,
       "result" : {
          "abnd" : "EUTRAN BAND4",
          "carrier" : "Verizon Wireless",
          "channel" : "2050",
          "cid" : "2ED1B0C",
          "code" : "LNA7",
          "debug" : {
             "rsrp" : "-112",
             "rsrq" : "-15",
             "rssidBm" : "-76",
             "sd" : "CS+PS"
          },
          "expired" : true,
          "firmware" : "EG95NAFBR05A04M4G",
          "firmwarebuild" : "Not Supported",
          "hardware" : "Not Supported",
          "iccid" : "89148000001470859108",
          "imei" : "869394030020900",
          "imsi" : "311480148821104",
          "lac" : "BF35",
          "manufacturer" : "Quectel",
          "mcc" : "311",
          "mdn" : "+17632495361",
          "mnc" : "480",
          "model" : "EG95",
          "msid" : "0148821104",
          "netreg" : "REGISTERED",
          "network" : "Verizon",
          "quectelDebug" : {
             "dlBandwidth" : "5",
             "freqBandInd" : "4",
             "isTdd" : "\"FDD\"",
             "pcid" : "271",
             "rat" : "LTE",
             "sinr" : "-4",
             "srxlev" : "-",
             "state" : "\"NOCONN\"",
             "ulBandwidth" : "5"
          },
          "roaming" : false,
          "rssi" : 19,
          "rssidBm" : "-75",
          "service" : "LTE",
          "tac" : "BF35",
          "timestamp" : "02/19/2020 17:32:38",
          "type" : "LTE"
       },
       "status" : "success"
    }

    Jeff

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.