sxiao3 / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

Wrong constants #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In SMPPConstant.java wrong values in Numeric Plan Indicator block.
Must be:

public static final byte NPI_UNKNOWN = 0x00;
public static final byte NPI_ISDN = 0x01;
public static final byte NPI_DATA = 0x03;
public static final byte NPI_TELEX = 0x04;
public static final byte NPI_LAND_MOBILE = 0x06;
public static final byte NPI_NATIONAL = 0x08;
public static final byte NPI_PRIVATE = 0x09;
public static final byte NPI_ERMES = 0x0A;
public static final byte NPI_INTERNET = 0x0E;
public static final byte NPI_WAP = 0x12;

Original issue reported on code.google.com by McSt...@gmail.com on 26 Oct 2010 at 10:37

GoogleCodeExporter commented 8 years ago
Duplicate 83 issue.

Original comment by McSt...@gmail.com on 27 Oct 2010 at 12:37