Commit 8b925a28 authored by Tomer Cohen (Saguna Networks)'s avatar Tomer Cohen (Saguna Networks)
Browse files

Added: ConnectionType enumeration values

See also: OMA-TS-REST_NetAPI_ZonalPresence-V1_0-20160308-C section 5.2.3.1
http://www.openmobilealliance.org/release/REST_NetAPI_ZonalPresence/V1_0-20160308-C/OMA-TS-REST_NetAPI_ZonalPresence-V1_0-20160308-C.pdf

Change-Id: Ica0e8263569334b6de71e533bc3a838425788608
parent 52933f3a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1094,6 +1094,18 @@
    "ConnectionType": {
      "description": "The connection type for the access point",
      "type": "string",
      "enum": [
        "Femto",
        "LTE-femto",
        "Smallcell",
        "LTE-smallcell",
        "Wifi",
        "Pico",
        "Micro",
        "Macro",
        "Wimax",
        "Unknown"
      ],
      "example": "Macro"
    },
    "ContextLocationInfo": {
+10 −0
Original line number Diff line number Diff line
@@ -708,6 +708,16 @@ definitions:
  ConnectionType:
    description: The connection type for the access point
    type: string
    enum:
      - LTE-femto
      - Smallcell
      - LTE-smallcell
      - Wifi
      - Pico
      - Micro
      - Macro
      - Wimax
      - Unknown
    example: Macro
  ContextLocationInfo:
    description: 'Contextual information of a user location (e.g., aisle, floor, room number, etc.)'
+11 −0
Original line number Diff line number Diff line
description: The connection type for the access point
type: string
enum:
  - Femto
  - LTE-femto
  - Smallcell
  - LTE-smallcell
  - Wifi
  - Pico
  - Micro
  - Macro
  - Wimax
  - Unknown
example: "Macro"
 No newline at end of file