LOCATION_REPORTING event related message in Data Store and Connect

Location_Reporting_json message in the Data Store

{
  "m2m:lcp": {
    "ty": 10,
    "ri": "/nokia-cse/nod-121323213",
    "m2m:lot": "123213213232",
    "m2m:loi": "1232444413213232",
    "m2m:cnt": {
      "rn": "cnt-asdfdfd",
      "ri": "/nokia-cse/nod-asdfdfdasf",
      "li": "adsfdafds",
      "ty": 2,
      "m2m:cin": [
        {
          "ty": 4,
          "ri": "/nokia-cse/nod-121323213",
          "cs": 1,
          "lt": "20210922T105012",
          "ct": "20210922T105012",
          "con": "{\"ageOfLocationInfo\":86400,\"cellId\":\"001-02-3-4\",\"enodeBId\":\"4CFIE\",\"routingId\":\"001\",\"trackindId\":\"555\",\"plmnId\":{\"mcc\":\"001\",\"mnc\":\"02\"}}"
        }
      ]
    }
  }
}

Monte.json message in Connect

{
  "groupName": "auto1",
  "serialNumber": "123213213232",
  "subscriptionId": "/nokia-cse/sub-1EA905B0-C6A8-4ED8-B596-CAC8DAC2ACD1",
  "creationTime": 1632288012,
  "serverTime": 1632288012,
  "eventType": "LOCATION_REPORTING",
  "details": {
    "ageOfLocationInfo": "86400",
    "cellId": "001-02-3-4",
    "enodeBId": "4CF1E",
    "routingAreaId": "001",
    "trackingAreaId": "555",
    "plmnId_mcc": "001",
    "plmnId_mnc": "02"
  }
}