Commit a377caf1 authored by Ikram Haq's avatar Ikram Haq
Browse files

Remove unnecessary server stubs of previous version (v2.2.1)

parent 167fe488
Loading
Loading
Loading
Loading
+9 −43
Original line number Diff line number Diff line
@@ -1800,20 +1800,16 @@ components:


    ConnectionType:
      description: The connection type for the access point
      description: This enumeration represents the connection type of an access point
      enum:
        - Femto
        - LTE-femto
        - Smallcell
        - LTE-smallcell
        - LTE
        - Wifi
        - Pico
        - Micro
        - Macro
        - Wimax
        - Unknown
        - 5G NR
        - UNKNOWN
      type: string
    DistanceCriteria:
      description: An enumeration, defining the distance criteria between devices.
      enum:
        - AllWithinDistance
        - AnyWithinDistance
@@ -1912,25 +1908,6 @@ components:
      x-etsi-notes: "NOTE 1:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to location server to select an alternative and return only that alternative in the response, as specified in ETSI GS MEC 009 [4], clause 6.12a.\nNOTE 2:\tThis allows the client to recover from communication failures during resource creation and therefore avoids duplicate subscription creation in such situations. In case the element is present, the server shall not alter its value, and shall provide it as part of the representation of this resource. In case the element is not present, the server shall not generate it."
      x-etsi-ref: 6.3.8

    EnteringLeavingCriteria:
      enum:
        - Entering
        - Leaving
      type: string
    Link:
      description: Link to other resources
      properties:
        href:
          description: URI
          format: anyURI
          type: string
        rel:
          description: Describes the relationship between the URI and the resource.
          type: string
      required:
        - rel
        - href
      type: object
    CivicAddress:
      description: Indicates a Civic address
      type: object
@@ -2232,11 +2209,6 @@ components:
        - shape
      type: object
      x-etsi-ref: 6.5.3
    NotificationFormat:
      enum:
        - XML
        - JSON
      type: string

    UserDistanceNotification:
      properties:
@@ -2862,7 +2834,7 @@ components:
      required:
      - notificationType
      - result
      # - _links
      - _links
      type: object
      x-etsi-notes: "NOTE 1:\tAs specified in [17], clause 6.1.6.2.14.\nNOTE 2:\tAs specified in [5], clause 5.2.2.7.\nNOTE 3:\tIf the result is SUCCESS, at least one of locationInfo, civicInfo and relativeLocationInfo shall be present."
      x-etsi-ref: 6.4.5
@@ -2920,8 +2892,8 @@ components:

    ZoneLocationEventNotification:
      properties:
        # _links:
        #   $ref: '#/components/schemas/_links'
        _links:
          $ref: '#/components/schemas/_links'
        address:
          description: "Address of user (e.g. \u2018sip\u2019 URI, \u2018tel\u2019 URI, \u2018acr\u2019 URI)."
          format: uri
@@ -2960,7 +2932,7 @@ components:
    ZoneStatusNotification:
      properties:
        _links:
          $ref: '#/components/schemas/Link'
          $ref: '#/components/schemas/_links'
        accessPointId:
          description: Identifier of an access point (e.g. ap01). Shall be included when userNumEvent related with access point or operationStatus is included.
          type: string
@@ -3157,12 +3129,6 @@ components:
              $ref: '#/components/schemas/LinkType'
            confirmTermination:
              $ref: '#/components/schemas/LinkType'
    OperationActionType:
      description: Operation that is being performed on the MEC application instance.
      type: string
      enum:
        - STOPPING
        - TERMINATING
    Subscription:
      description: ''
      minItems: 0
+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: 3.1.1
- Build date: 2022-12-19T08:31:54.316740-05:00[America/Toronto]
- Build date: 2024-04-17T12:50:12.149286+05:00[Asia/Karachi]


### Running the server
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 */
package server

// DistanceCriteria : An enumeration, defining the distance criteria between devices.
type DistanceCriteria string

// List of DistanceCriteria
+0 −18
Original line number Diff line number Diff line
/*
 * AdvantEDGE Location API
 *
 * Location Service is AdvantEDGE's implementation of [ETSI MEC ISG MEC013 Location API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/013/03.01.01_60/gs_mec013v030101p.pdf) <p>The API is based on the Open Mobile Alliance's specification RESTful Network API for Zonal Presence <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt) <p>**Micro-service**<br>[meep-loc-serv](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-loc-serv) <p>**Type & Usage**<br>Edge Service used by edge applications that want to get information about Users (UE) and Zone locations <p>**Note**<br>AdvantEDGE supports all of Location API endpoints (see below).
 *
 * API version: 3.1.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package server

type EnteringLeavingCriteria string

// List of EnteringLeavingCriteria
const (
	ENTERING_EnteringLeavingCriteria EnteringLeavingCriteria = "Entering"
	LEAVING_EnteringLeavingCriteria  EnteringLeavingCriteria = "Leaving"
)
+0 −18
Original line number Diff line number Diff line
/*
 * AdvantEDGE Location API
 *
 * Location Service is AdvantEDGE's implementation of [ETSI MEC ISG MEC013 Location API](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/013/03.01.01_60/gs_mec013v030101p.pdf) <p>The API is based on the Open Mobile Alliance's specification RESTful Network API for Zonal Presence <p>[Copyright (c) ETSI 2017](https://forge.etsi.org/etsi-forge-copyright-notice.txt) <p>**Micro-service**<br>[meep-loc-serv](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-loc-serv) <p>**Type & Usage**<br>Edge Service used by edge applications that want to get information about Users (UE) and Zone locations <p>**Note**<br>AdvantEDGE supports all of Location API endpoints (see below).
 *
 * API version: 3.1.1
 * Contact: AdvantEDGE@InterDigital.com
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */
package server

type NotificationFormat string

// List of NotificationFormat
const (
	XML_NotificationFormat  NotificationFormat = "XML"
	JSON_NotificationFormat NotificationFormat = "JSON"
)