opensecure / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

Fix bugs in MAP jss7 for SMSC support #263

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are 2 problems in MAP stack:
1. We have to add an enum reason class for MAPErrorMessageAbsentSubscriberSM 
error message (AbsentSubscriberDiagnosticSM)
2. ReportSMDeliveryStatus request MAP V1 must not contain SMDeliveryOutcome 
parameter (now this give an error)

Original issue reported on code.google.com by serg.vet...@gmail.com on 30 Mar 2013 at 8:00

GoogleCodeExporter commented 9 years ago
Fixed:

1. We have to add an enum reason class for MAPErrorMessageAbsentSubscriberSM 
error message (AbsentSubscriberDiagnosticSM)
https://code.google.com/p/jss7/source/detail?r=7aa01fd1ec5d6d50f90963a08dbc80565
44c6537

2. ReportSMDeliveryStatus request MAP V1 must not contain SMDeliveryOutcome 
parameter (now this give an error)
https://code.google.com/p/jss7/source/detail?r=1dc8a993981e478e0954a352c94d37dff
7ecbc06

Original comment by serg.vet...@gmail.com on 30 Mar 2013 at 8:04

GoogleCodeExporter commented 9 years ago

Original comment by serg.vet...@gmail.com on 30 Mar 2013 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by serg.vet...@gmail.com on 7 Apr 2013 at 1:57