Commit 61bfd880 authored by piscione's avatar piscione
Browse files

Updated TCs related MEC021v3.1.1

parent 4926ea62
Loading
Loading
Loading
Loading
Loading
+240 −190

File changed.

Preview size limit exceeded, changes collapsed.

+11 −0
Original line number Diff line number Diff line
{
  "notificationType": "AdjacentAppInfoNotification",
  "timeStamp": "sample string",
  "adjacentAppInfo": [
    "sample string",
    "sample string"
  ],
  "_links": {
    "subscription": null
  }
}
 No newline at end of file
+12 −0
Original line number Diff line number Diff line
{
  "_links": null,
  "expiryDeadline": {
    "nanoSeconds": 11,
    "seconds": 11
  },
  "timeStamp": {
    "nanoSeconds": 11,
    "seconds": 11
  },
  "notificationType": "ExpiryNotification"
}
 No newline at end of file
+16 −0
Original line number Diff line number Diff line
{
  "notificationType": "MobilityProcedureNotification",
  "timeStamp": "s",
  "associateId": [
    {},
    {}
  ],
  "mobilityStatus": 11,
  "targetAppInfo": {
    "appInstanceId": "sample string",
    "commInterface": null
  },
  "_links": {
    "subscription": null
  }
}
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
{
    "callbackReference": "http://example.com/callback",
    "requestTestNotification": true,
    "requestTestNotification": false,
    "websockNotifConfig": {
        "websocketUri": "ws://example.com/websocket",
        "requestWebsocketUri": true
@@ -12,5 +12,5 @@
    "filterCriteria": {
        "appInstanceId": "app-123"
    },
    "subscriptionType": "AdjacentAppInfoSubscription"
    "subscriptionType": "MobilityProcedureSubscription"
}
 No newline at end of file
Loading