Wireshark-bugs: [Wireshark-bugs] [Bug 9704] GSM_MAP phase 1: ASN definition for SendRoutingInfoF

Date: Thu, 30 Jan 2014 12:32:37 +0000

Comment # 2 on bug 9704 from
Hi,
As we update the ASN1 files by pulling them down from the 3GPP specs yhere is a
risk that this cahnge might get lost in future updates. One option is to guard
the change by.
-- WS specific change to be backwards compatible with phase 1
:
-- END Ws specific change
possibly refering to the Bug report as well.

Anoter option is to add something like below ro GSMMAP.asn which contains older
constructs.

RoutingInfoForSM-ArgV1 ::= SEQUENCE {
    msisdn        [0] ISDN-AddressString,
    sm-RP-PRI        [1] BOOLEAN,
    serviceCentreAddress    [2] AddressString,
"Add your stuff here"
    extensionContainer    [6] ExtensionContainer    OPTIONAL,
    ... ,
    gprsSupportIndicator    [7]    NULL        OPTIONAL,
    -- gprsSupportIndicator is set only if the SMS-GMSC supports
    -- receiving of two numbers from the HLR
    sm-RP-MTI        [8] SM-RP-MTI    OPTIONAL,
    sm-RP-SMEA    [9] SM-RP-SMEA    OPTIONAL,
    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,
    correlationID    [15] CorrelationID    OPTIONAL }

Then add code in the template file to call RoutingInfoForSM-ArgV1 for phase1


Regards
Anders


You are receiving this mail because:
  • You are watching all bug changes.