SNMP OID for LTE

I have a question.
What is the OID for the current operator value from the LTE tab?

V.6.48.6

Thanks

Why not using the mib to figure out…

curl -O https://download.mikrotik.com/routeros/6.48.6/mikrotik.mib
snmptranslate -Tz -m ./mikrotik.mib | grep -I LTE
"mtxrLTEModem"			"1.3.6.1.4.1.14988.1.1.16"
"mtxrLTEModemTable"			"1.3.6.1.4.1.14988.1.1.16.1"
"mtxrLTEModemEntry"			"1.3.6.1.4.1.14988.1.1.16.1.1"
"mtxrLTEModemInterfaceIndex"			"1.3.6.1.4.1.14988.1.1.16.1.1.1"
"mtxrLTEModemSignalRSSI"			"1.3.6.1.4.1.14988.1.1.16.1.1.2"
"mtxrLTEModemSignalRSRQ"			"1.3.6.1.4.1.14988.1.1.16.1.1.3"
"mtxrLTEModemSignalRSRP"			"1.3.6.1.4.1.14988.1.1.16.1.1.4"
"mtxrLTEModemCellId"			"1.3.6.1.4.1.14988.1.1.16.1.1.5"
"mtxrLTEModemAccessTechnology"			"1.3.6.1.4.1.14988.1.1.16.1.1.6"
"mtxrLTEModemSignalSINR"			"1.3.6.1.4.1.14988.1.1.16.1.1.7"
"mtxrLTEModemEnbId"			"1.3.6.1.4.1.14988.1.1.16.1.1.8"
"mtxrLTEModemSectorId"			"1.3.6.1.4.1.14988.1.1.16.1.1.9"
"mtxrLTEModemLac"			"1.3.6.1.4.1.14988.1.1.16.1.1.10"
"mtxrLTEModemIMEI"			"1.3.6.1.4.1.14988.1.1.16.1.1.11"
"mtxrLTEModemIMSI"			"1.3.6.1.4.1.14988.1.1.16.1.1.12"
"mtxrLTEModemUICC"			"1.3.6.1.4.1.14988.1.1.16.1.1.13"
"mtxrLTEModemRAT"			"1.3.6.1.4.1.14988.1.1.16.1.1.14"
"mtxrLTEModemGroup"			"1.3.6.1.4.1.14988.1.2.1.19"

True. But carrier is not available from SNMP AFAIK. While carrier can likely be inferred from mtxrLTEModemIMSI since MCC/MNC are in first part, but not quite same as saying the carrier name.

Overall, there are few others items “missing” in SNMP for LTE, like info about carrier aggregation, etc.

That’s another story, to tell Mikrotik that there missing some fields in there snmp.
This question shouldn’t be in the Scripting section, this question should be transferred to the section with all the expansion of functionality of RouterOS.

Have seen some indication of asking for moderators in this forum, maybe in the feature one moderator could just move this thread to correct section, so Mikrotik have all expansion of functionality of RouterOS requests in one section.