Commit 57c8fb64 authored by Simon Pastor's avatar Simon Pastor
Browse files

PR review and GENERIC types added

parent d11a2760
Loading
Loading
Loading
Loading
+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-04-17T12:15:08.263-04:00
- Build date: 2020-04-21T11:14:45.002-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-04-17T12:15:10.463-04:00
- Build date: 2020-04-21T11:14:47.069-04:00


### Running the server
+12 −9
Original line number Diff line number Diff line
@@ -645,6 +645,7 @@ definitions:
        description: "Domain type"
        enum:
        - "OPERATOR"
        - "OPERATOR-CELLULAR"
        - "PUBLIC"
      interZoneLatency:
        type: "integer"
@@ -671,15 +672,15 @@ definitions:
        description: "Key/Value Pair Map (string, string)"
        additionalProperties:
          type: "string"
      cellular4gDomainConfig:
        $ref: "#/definitions/Cellular4gDomainConfig"
      cellularDomainConfig:
        $ref: "#/definitions/CellularDomainConfig"
      zones:
        type: "array"
        items:
          $ref: "#/definitions/Zone"
    description: "Operator domain object"
    example: {}
  Cellular4gDomainConfig:
  CellularDomainConfig:
    type: "object"
    properties:
      mnc:
@@ -694,7 +695,7 @@ definitions:
        type: "string"
        description: "The E-UTRAN Cell Identity as defined in ETSI TS 136 413 if no\
          \ cellId is defined for the cell or if not applicable"
    description: "Cellular 4G domain configuration information"
    description: "Cellular domain configuration information"
    example: {}
  Zone:
    type: "object"
@@ -800,7 +801,7 @@ definitions:
        description: "Network location type"
        enum:
        - "POA"
        - "POA-CELLULAR-4G"
        - "POA-CELLULAR"
        - "DEFAULT"
      terminalLinkLatency:
        type: "integer"
@@ -828,22 +829,22 @@ definitions:
        description: "Key/Value Pair Map (string, string)"
        additionalProperties:
          type: "string"
      cellular4gPoaConfig:
        $ref: "#/definitions/Cellular4gPoaConfig"
      cellularPoaConfig:
        $ref: "#/definitions/CellularPoaConfig"
      physicalLocations:
        type: "array"
        items:
          $ref: "#/definitions/PhysicalLocation"
    description: "Logical network location object"
    example: {}
  Cellular4gPoaConfig:
  CellularPoaConfig:
    type: "object"
    properties:
      cellId:
        type: "string"
        description: "The E-UTRAN Cell Identity as defined in ETSI TS 136 413 including\
          \ the ID of the eNB serving the cell"
    description: "Cellular 4G POA configuration information"
    description: "Cellular POA configuration information"
  PhysicalLocation:
    type: "object"
    properties:
@@ -1141,8 +1142,10 @@ definitions:
        enum:
        - "SCENARIO"
        - "OPERATOR"
        - "OPERATOR-CELLULAR"
        - "ZONE"
        - "POA"
        - "POA-CELLULAR"
        - "EDGE"
        - "FOG"
        - "UE"
+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: 1.0.0
- Build date: 2020-04-17T12:14:47.764-04:00
- Build date: 2020-04-21T11:14:25.013-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: 1.1.1
- Build date: 2020-04-17T12:15:00.161-04:00
- Build date: 2020-04-21T11:14:36.912-04:00


### Running the server
Loading