Closed SummaNetworks closed 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.
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
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.