Expand description
§Tagged Length Value (TLV) Parameters
This module handles the encoding and decoding of SMPP Optional Parameters (TLVs). It provides a registry of standard tags and mechanisms to parse and serialize them.
Modules§
- tags
- Standard SMPP Optional Parameter Tags as defined in SMPP 3.4 Spec.
Structs§
Functions§
- get_
tag_ by_ name - Helper function to get tag hex code from name (e.g., “SAR_MSG_REF_NUM” -> 0x020C) Returns 0 if not found.