openBackhaul / ApplicationPattern

Pattern for REST servers
Apache License 2.0
6 stars 15 forks source link

support to tcpList in LogicalTerminationPointConfiguration shall be made as TcpObject #968

Closed IswaryaaS closed 3 months ago

IswaryaaS commented 6 months ago

Since from version 2.1.0, an application shall expect to have only one tcp-client instance. So, we could update the

  1. constructor in onf-core-model-ap/applicationPattern/onfModel/services/models/logicalTerminationPoint/ConfigurationInput
  2. functions in and dependent and called upon onf-core-model-ap/applicationPattern/onfModel/services/LogicalTerminationPointServices

to have attribute tcpObject instead of tcpList.

Kindly let me know your views.

PrathibaJee commented 3 months ago

Included this change in the latest referred Pull request. Hence closing this issue.