[ACE-726] Review SRD API getMwDesignParameters Created: 10/Mar/26  Updated: 01/Apr/26  Due: 17/Mar/26  Resolved: 01/Apr/26

Status: Rejected
Project: ACE
Component/s: SRD
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Cancelled Votes: 0
Labels: Milestone2
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:
Product: NEP
Rejected By: Ayed Bada

 Description   

Review SRD API getMwDesignParameters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:getMwDesignParameters>
<!-Optional:->
<requestId>406</requestId>
<!-Optional:->
<serviceName>1838806_Mobile Coverage</serviceName>
</ser:getMwDesignParameters>
</soapenv:Body>
</soapenv:Envelope>



 Comments   
Comment by Ayed Bada [ 01/Apr/26 ]

This request returns a default (empty) response.
To obtain a valid response, please run the following query to retrieve a valid request_id:
SELECT sm.request_id
FROM SRD_MILESTONE sm
INNER JOIN SRD_MILESTONE_PROFILE smp
ON sm.id = smp.MILESTONE_ID
WHERE sm.DTYPE = 'MW'
AND smp.TOWER_NEEDED = '1'
AND smp.site_id IS NOT NULL;

Generated at Wed Apr 15 14:43:01 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.