Add #define for default SMPP port 2775

Change-Id: I2fcc15ac60b7b6501c9cb1afd0fe6d66d4b76f5f
This commit is contained in:
Max 2022-10-17 13:32:44 +03:00
parent 90acf4bd77
commit 6613063fba
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
/* SMPP Version ***************************************************************/
#define SMPP_VERSION 0x34
#define SMPP_PORT 2775
/* Command Id *****************************************************************/
#define GENERIC_NACK 0x80000000
#define BIND_RECEIVER 0x00000001