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

fully functional

parent 502acf50
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -284,7 +284,6 @@ repo:
          - sandbox.go-apps.meep-loc-serv
          - sandbox.go-apps.meep-rnis
          - sandbox.go-apps.meep-wais
          - packages.go-packages.meep-wais-notification-client
          - sandbox.go-apps.meep-metrics-engine
          - packages.go-packages.meep-metrics-engine-notification-client
          - sandbox.go-apps.meep-mg-manager
@@ -740,13 +739,6 @@ repo:
        src: go-packages/meep-wais-client
        # supports linting
        lint: false
      meep-wais-notification-client:
        # location of source code
        src: go-packages/meep-wais-notification-client
        # supports linting
        lint: false
        # location of API specification
        api: go-packages/meep-wais-notification-client/api/swagger.yaml
      meep-watchdog:
        # location of source code
        src: go-packages/meep-watchdog
+6 −8
Original line number Diff line number Diff line
@@ -1809,8 +1809,6 @@ func subscriptionLinkListSubscriptionsGet(w http.ResponseWriter, r *http.Request
	q := u.Query()
	subType := q.Get("subscription_type")

	//var response SubscriptionLinkList

	response := createSubscriptionLinkList(subType)

	jsonResponse, err := json.Marshal(response)
+0 −2
Original line number Diff line number Diff line
@@ -1819,8 +1819,6 @@ func TestPlmnInfoGet(t *testing.T) {
		t.Fatalf("Failed to get expected response")
	}

	log.Info("SIMON ", string(rr), "---", err)

	if len(plmnInfoList) != 0 {
		if plmnInfoList[0].Plmn[0].Mcc != expectedMcc[INITIAL] {
			t.Fatalf("Failed to get expected response")
+2120 −2654

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
# Go API Server for server

The ETSI MEC ISG MEC028 WLAN Access Information API described using OpenAPI
WLAN Access Information Service is AdvantEDGE's implementation of [ETSI MEC ISG MEC028 WAI API](http://www.etsi.org/deliver/etsi_gs/MEC/001_099/028/02.01.01_60/gs_MEC028v020101p.pdf) <p>[Copyright (c) ETSI 2020](https://forge.etsi.org/etsi-forge-copyright-notice.txt) <p>**Micro-service**<br>[meep-wais](https://github.com/InterDigitalInc/AdvantEDGE/tree/master/go-apps/meep-wais) <p>**Type & Usage**<br>Edge Service used by edge applications that want to get information about WLAN access information in the network <p>**Details**<br>API details available at _your-AdvantEDGE-ip-address/api_

## Overview
This server was generated by the [swagger-codegen]
@@ -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: 2.1.1
- Build date: 2020-11-13T09:24:39.456-05:00
- Build date: 2020-11-13T14:51:05.458-05:00[America/New_York]


### Running the server
Loading