openBackhaul / MicroWaveDeviceInventory

Physical and logical inventory of the MW SDN Domain
Apache License 2.0
5 stars 1 forks source link

Basic Services related to TAC is not working #904

Closed PrathibaJee closed 4 months ago

PrathibaJee commented 5 months ago

The following basic services are responding with 500 internal error ,

  1. /v1/redirect-topology-change-information
  2. /v1/inquire-oam-request-approvals
  3. /v1/redirect-oam-request-information
  4. /v1/redirect-service-request-information

In the controller/BasicServices.js , the call to nf-core-model-ap-bs/basicServices/BasicServicesService dont require the attribute originator. For example , for redirectOamRequestInformation , the service call shall be as below , await BasicServices.redirectOamRequestInformation(body, user, xCorrelator, traceIndicator, customerJourney, req.url)

Similarly all the 4 services needs to be modified and tested.

PrathibaJee commented 4 months ago

Issue is fixed in the version 1.1.0.a_impl. All the four mentioned APIs are working as expected in this package. hence closing this issue.