Skip to content

Commit

Permalink
Merge branch 'mike_interface_cleanup' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dilallkx committed May 16, 2019
2 parents 1eaddce + 0247e43 commit f347653
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 3,069 deletions.
6 changes: 3 additions & 3 deletions docs/use/edge-app-state-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ When multi-edge application instances are registered to the MG, the MG Manager i
> *Note: The MG Manager uses the MG configuration to determine when to send events and which events to send to the application instances.*
The Edge Application State Transfer & MEEP Controller REST API definitions can be found here:
- [MEEP Mobility Group Manager REST API](../../interfaces/meep-mg-manager.yaml)
- [MEEP Mobility Group Application REST API](../../interfaces/meep-mg-app-api-client.yaml)
- [MEEP Controller REST API](../../interfaces/meep-ctrl-engine.yaml)
- [MEEP Mobility Group Manager REST API](../../go-apps/meep-mg-manager/api/swagger.yaml)
- [MEEP Mobility Group Application REST API](../../go-apps/meep-mg-manager/client-app-api/meep-mg-app-api-client.yaml)
- [MEEP Controller REST API](../../go-apps/meep-ctrl-engine/api/swagger.yaml)

## Mobility Group Creation
Mobility Groups are automatically created at scenario deployment time based on the multi-edge groups defined in the scenario.
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-ctrl-engine/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-04-30T12:20:42.444-04:00
- Build date: 2019-05-15T12:26:15.220-04:00


### Running the server
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion go-apps/meep-mg-manager/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-04-30T12:20:49.804-04:00
- Build date: 2019-05-15T12:26:23.591-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-tc-engine/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-04-30T12:20:47.478-04:00
- Build date: 2019-05-15T12:26:20.811-04:00


### Running the server
Expand Down
2 changes: 1 addition & 1 deletion go-apps/meep-virt-engine/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To see how to make this your own, look here:
[README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: 1.0.0
- Build date: 2019-04-30T12:20:35.643-04:00
- Build date: 2019-05-15T12:26:07.901-04:00


### Running the server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
swagger: '2.0'
info:
description: MEEP Controller REST API
description: >
Copyright (c) 2019 InterDigital Communications, Inc.
All rights reserved.
The information provided herein is the proprietary and confidential information of InterDigital Communications, Inc.
version: 1.0.0
title: MEEP Controller REST API
title: MEEP Model
definitions:
ClientServiceMap:
type: object
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
swagger: '2.0'
info:
description: MEEP Mobility Group Manager Model
description: >
Copyright (c) 2019 InterDigital Communications, Inc.
All rights reserved.
The information provided herein is the proprietary and confidential information of InterDigital Communications, Inc.
version: 1.0.0
title: EEP Mobility Group Manager Model
title: MEEP Mobility Group Manager Model
definitions:
MobilityGroup:
type: object
Expand Down
2 changes: 0 additions & 2 deletions interfaces/README.md

This file was deleted.

Loading

0 comments on commit f347653

Please sign in to comment.