lwm2mtlv: Update to Core V1.1.1 spec

Added LAC (Location Area Code) resource to Connectivity Monitoring.
This commit is contained in:
Stig Bjørlykke 2021-01-13 15:49:26 +01:00 committed by Wireshark GitLab Utility
parent 77043708fe
commit 5db887753a
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ static lwm2m_resource_t lwm2m_oma_resources[] =
{ 4, 9, "SMNC", DATA_TYPE_INTEGER, RESOURCE_FILL },
{ 4, 10, "SMCC", DATA_TYPE_INTEGER, RESOURCE_FILL },
{ 4, 11, "SignalSNR", DATA_TYPE_INTEGER, RESOURCE_FILL },
{ 5, 12, "LAC", DATA_TYPE_INTEGER, RESOURCE_FILL },
/* Firmware Update (5) */
{ 5, 0, "Package", DATA_TYPE_OPAQUE, RESOURCE_FILL },