Loading MEC021/SRV/AMS/AMSService.robot +240 −190 File changed.Preview size limit exceeded, changes collapsed. Show changes MEC021/SRV/AMS/json/AdjacentAppInfoNotification.json 0 → 100644 +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 MEC021/SRV/AMS/json/ExpiryNotification.json 0 → 100644 +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 MEC021/SRV/AMS/json/MobilityProcedureNotification.json 0 → 100644 +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 MEC021/SRV/AMS/json/NotificationSubscription.json +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 Loading @@ -12,5 +12,5 @@ "filterCriteria": { "appInstanceId": "app-123" }, "subscriptionType": "AdjacentAppInfoSubscription" "subscriptionType": "MobilityProcedureSubscription" } No newline at end of file Loading
MEC021/SRV/AMS/AMSService.robot +240 −190 File changed.Preview size limit exceeded, changes collapsed. Show changes
MEC021/SRV/AMS/json/AdjacentAppInfoNotification.json 0 → 100644 +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
MEC021/SRV/AMS/json/ExpiryNotification.json 0 → 100644 +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
MEC021/SRV/AMS/json/MobilityProcedureNotification.json 0 → 100644 +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
MEC021/SRV/AMS/json/NotificationSubscription.json +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 Loading @@ -12,5 +12,5 @@ "filterCriteria": { "appInstanceId": "app-123" }, "subscriptionType": "AdjacentAppInfoSubscription" "subscriptionType": "MobilityProcedureSubscription" } No newline at end of file