Code Monkey home page Code Monkey logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
hi felix,

I could not reproduce this issue. Your value 5000 (decimal) equals 1388 
(hexadecimal)
which you can find at the end of your wireshark output. And I guess the value 
|020b|
0004|00001388| is a Tag-Length-Value (TLV) structure with Tag=020b (optional
parameter) Length=0004 (which means the value has 4 bytes) and the Value=00 00 
13 88
(4 Bytes which equal 5000 in decimal).

Could this help or did I misunderstand your question?

Regards Werner

Original comment by [email protected] on 10 Mar 2009 at 3:15

from jsmpp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Hello,

As per the SMPP specification for destination port,
Tag -> 2 bytes
Length-> 2 bytes
Value -> 2 bytes

so instead of 

Int destiantionPort = new Int(Tag.DESTINATION_PORT, Integer.parseInt(5000));

use 

Short destiantionPort = new Short(Tag.DESTINATION_PORT, Short.parseShort(5000));

This should help solve the invalid parameter problem.


Regards,

Abhishek



Original comment by [email protected] on 11 Sep 2009 at 6:51

from jsmpp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Hhytt

Original comment by [email protected] on 18 Dec 2013 at 8:36

from jsmpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.