How can I receive the network ID on a delivery receipt in SMPP? How can I receive the network ID on a delivery receipt in SMPP?

How can I receive the network ID on a delivery receipt in SMPP?

Vonage API Support

Objective

Receiving the network ID in a delivery receipt (DLR) in SMPP.

Applies To

  • Delivery Receipts
  • SMPP

Procedure

Include a Tag Length Value (TLV) of 0x1421 in the "submit_sm" with a value of 0x031.

0x1422, 0x1423, and 0x1402 will be returned with strings containing the price, remaining balance, and the Mobile Country Code (MCC)/Mobile Network Code (MNC).

Optional TLV Field Hex Value Decimal
Submission Price 0x1422 5154
Remaining Balance 0x1423 5155
MCC/MNC 0x1402 5122

Example

Send a 0x1421 and get back 0x1422, 0x1423, and 0x1402 (MCC/MNC).