Anyone know a way to best estimate an LTE physical link speed given Mikrotik LTE command responses? Like the data that comes from wireless/wifiwave2/w60g which can provide the physical link rate? Lacking that, I was going to just use Shannon-Hartley to estimate since I don't know about other data to provide better estimates.
I'm using an SXT-LTE-6-US, routeros 7.12 and the commands I am aware of are below. I don't know if there are AT commands that can get at other data (MCS, mimo, etc). [no, I don't really know what I'm talking about]
/interface
".id": "*3",
"actual-mtu": "1500",
"default-name": "lte1",
"disabled": "false",
"fp-rx-byte": "1102",
"fp-rx-packet": "8",
"fp-tx-byte": "0",
"fp-tx-packet": "0",
"last-link-up-time": "2023-11-11 17:28:12",
"link-downs": "0",
"mac-address": "FA:26:80:FF:17:C6",
"mtu": "1500",
"name": "lte1",
"running": "true",
"rx-byte": "1102",
"rx-drop": "0",
"rx-error": "0",
"rx-packet": "8",
"tx-byte": "1758",
"tx-drop": "0",
"tx-error": "0",
"tx-packet": "15",
"tx-queue-drop": "0",
"type": "lte"
/interface/cell-monitor
".section": "9",
"age": "0s",
"band": "B4",
"earfcn": "2001",
"phy-cellid": "280",
"rsrp": "-107",
"rsrq": "-18",
"rssi": "-73"
/interface/monitor
".section": "0",
"current-cellid": "19231489",
"current-operator": "T-Mobile",
"data-class": "LTE",
"enb-id": "75123",
"imei": "016111000008851",
"imsi": "310260580403081",
"model": "EP06-A",
"phy-cellid": "102",
"primary-band": "B4@10Mhz earfcn: 2001 phy-cellid: 102",
"revision": "EP06ALAR02A08M4G",
"rsrp": "-95",
"rsrq": "-13",
"rssi": "-63",
"sector-id": "1",
"session-uptime": "5s",
"sinr": "11",
"status": "connected",
"uicc": "8901260584704030815F"[/code][/code]