MAP ASN1 Workaround: reportSM-DeliveryStatus without DeliveryOutcome

Some MSC apparently don't send this non-OPTIONAL parameter
This commit is contained in:
Harald Welte 2011-03-26 13:40:53 +01:00
parent b61d0bc663
commit 7c44e099c2
1 changed files with 3 additions and 1 deletions

View File

@ -160,7 +160,9 @@ SM-RP-OA ::= CHOICE {
ReportSM-DeliveryStatusArg ::= SEQUENCE {
msisdn ISDN-AddressString,
serviceCentreAddress AddressString,
sm-DeliveryOutcome SM-DeliveryOutcome,
-- Had to mark this as OPTIONAL to parse some strange messages [HW]
sm-DeliveryOutcome SM-DeliveryOutcome OPTIONAL,
-- End [HW]
absentSubscriberDiagnosticSM [0] AbsentSubscriberDiagnosticSM
OPTIONAL,
extensionContainer [1] ExtensionContainer OPTIONAL,