RestComm / jss7

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

MAP SendRoutingInfoForSM request and response completed. Added missed fields #139

Closed SummaNetworks closed 8 years ago

SummaNetworks commented 8 years ago

MAP SendRoutingInfoForSM request and response was incomplete. Missed fields:

MAP V3: RoutingInfoForSM-Arg in org.mobicents.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMRequest: sm-deliveryNotIntended [10] SM-DeliveryNotIntended OPTIONAL, ip-sm-gwGuidanceIndicator [11] NULL OPTIONAL, imsi [12] IMSI OPTIONAL, t4-Trigger-Indicator [14] NULL OPTIONAL, singleAttemptDelivery [13] NULL OPTIONAL

RoutingInfoForSM-Res in org/mobicents/protocols/ss7/map/api/service/sms/SendRoutingInfoForSMResponse.java: ip-sm-gwGuidance [5] IP-SM-GW-Guidance OPTIONAL

This PR includes the addition of these fields, tests and management in map protocol.

vetss commented 8 years ago

Hello @SummaNetworks

I have committed your work into netty-2 branch. Thanks for your work. See my comments in https://github.com/RestComm/jss7/issues/140