Commit c83fb243 authored by Simon Pastor's avatar Simon Pastor
Browse files

new poa_wifi and poa_5G, renaming cellpoa to poa_4G

parent 31a47387
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
version: 1.5.0
version: 1.6.0
name: demo1
deployment:
    netChar:
@@ -153,7 +153,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                    interFogLatency: null
                    interFogLatencyVariation: null
@@ -220,7 +220,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                            physicalLocations: null
                    interFogLatency: null
@@ -367,7 +367,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                        -
                            id: 6b477dd3-eb67-49f9-b1d2-2bfae9376a33
@@ -614,7 +614,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                        -
                            id: 956fd663-ef11-4992-8845-499a12ea969e
@@ -634,7 +634,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                            physicalLocations: null
                    interFogLatency: null
@@ -781,7 +781,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                        -
                            id: d4f98d78-253e-470a-af75-02c885c69a0e
@@ -801,7 +801,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                            physicalLocations: null
                    interFogLatency: null
+1 −1
Original line number Diff line number Diff line
@@ -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: 0.0.1
- Build date: 2020-08-07T09:19:41.906-04:00
- Build date: 2020-08-17T09:50:54.632-04:00


### Running the server
+1 −1
Original line number Diff line number Diff line
@@ -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: 0.0.1
- Build date: 2020-08-07T09:19:43.374-04:00
- Build date: 2020-08-17T09:50:56.702-04:00


### Running the server
+8 −8
Original line number Diff line number Diff line
version: 1.5.0
version: 1.6.0
name: demo2
deployment:
    netChar:
@@ -153,7 +153,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                    interFogLatency: null
                    interFogLatencyVariation: null
@@ -220,7 +220,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                            physicalLocations: null
                    interFogLatency: null
@@ -353,7 +353,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                        -
                            id: 6b477dd3-eb67-49f9-b1d2-2bfae9376a33
@@ -586,7 +586,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                        -
                            id: 956fd663-ef11-4992-8845-499a12ea969e
@@ -606,7 +606,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                            physicalLocations: null
                    interFogLatency: null
@@ -739,7 +739,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                        -
                            id: d4f98d78-253e-470a-af75-02c885c69a0e
@@ -759,7 +759,7 @@ deployment:
                            terminalLinkPacketLoss: null
                            meta: null
                            userMeta: null
                            cellularPoaConfig: null
                            poa4GConfig: null
                            geoData: null
                            physicalLocations: null
                    interFogLatency: null
+6 −2
Original line number Diff line number Diff line
@@ -132,7 +132,9 @@ paths:
        enum:
        - "UE"
        - "POA"
        - "POA-CELLULAR"
        - "POA-4G"
        - "POA-5G"
        - "POA-WIFI"
        - "EDGE"
        - "FOG"
        - "CLOUD"
@@ -301,7 +303,9 @@ definitions:
          enum:
          - "UE"
          - "POA"
          - "POA-CELLULAR"
          - "POA-4G"
          - "POA-5G"
          - "POA-WIFI"
          - "EDGE"
          - "FOG"
          - "CLOUD"
Loading