[ACE-718] Review SRD API checkGponTrailFeasibility Created: 10/Mar/26 Updated: 02/Jun/26 Due: 10/Mar/26 Resolved: 11/May/26 |
|
| Status: | Ready for QA |
| Project: | ACE |
| Component/s: | SRD |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Normal |
| Reporter: | Mbaye Lo | Assignee: | Mbaye Lo |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | Milestone2 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Customer: |
OMAN-Tel
|
| Planned Start: | |
| Planned End: |
| Description |
|
Review SRD API checkGponTrailFeasibility : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/"> |
| Comments |
| Comment by Ayed Bada [ 01/Apr/26 ] |
|
-The API returns <responseMessage>No APs found</responseMessage>.
|
| Comment by Mbaye Lo [ 11/May/26 ] |
|
Please provide a sample with a trail we will get the details as output |
| Comment by Zein Trabelsi [ 14/May/26 ] |
|
What the API does: Business flow: In NEP inventory, find an AP that satisfies ALL of the following: |
| Comment by Mbaye Lo [ 25/May/26 ] |
|
The output is fine now, however, there is a performance issue : 01s on OLD versus 5s on NEW |
| Comment by Ayed Bada [ 02/Jun/26 ] |
|
The issue was related to a SELECT query taking between 1 and 3 seconds. A database index has been added on the concerned table, which improved the query performance and reduced the response time to approximately 1 second. The SQL script has been successfully applied. |