RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
190 stars 220 forks source link

Changes on LCS SRI and SLR as issue #100 and Aug 2nd comments #162

Closed f-alonso-vendrell closed 8 years ago

f-alonso-vendrell commented 8 years ago

Following comments this PR Includes:

TestMapLcsClient/ServerManMBean now contains methods like "void putNumberingPlan(String val);"  for all values based on EnumeratedBase abstract class. 

TestMapLcsClientManMBean is keeping performSend***Request (the same is for Server part), methods send***Request have been moved into private scope.

performSubscriberLocationReportRequest() now is implemented at the sever side, perform SRI request is implemented at the client side.

Proper parameter GUI for both SRI and SRL request and responses. Added a General tab for paramenters that are common.

MBean fully implemented. 

Implemented automatic responses for SRI and SLR

resolved Bugs detected on testing.
deruelle commented 8 years ago

Thanks @f-alonso-vendrell ! @vetss please review as time permits

FerUy commented 8 years ago

Please see last comments on issue #100

f-alonso-vendrell commented 8 years ago

I am closing this PR as new one including this changes is ready.