Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-3834

SmppProducer sends incorrect data_coding parameter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.0
    • 2.7.2, 2.8.0
    • camel-smpp
    • None

    Description

      The dataCoding parameter on the SMPP uri allows for a value of 0,4, or 8. Our aggregator expects the data_coding parameter on the SMPP request from the SmppProducer to be 0=SMSC Default Alphabet. However, when 0, 4, or 8 is specified for the dataCoding parameter, the actual value sent on the smpp request is 1, 5, or 9. It appears the MessageClass.Class1 on the GeneralDataCoding object in SmppProducer is masking an additional 1 to the byte value.

      It seems the dataCoding parameter should allow you to specify the actual value that is needed as defined by the SMPP Protocol specification.

      Attachments

        Activity

          People

            muellerc Christian Müller
            sgansemer@mfoundry.com Steve Gansemer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: