Expand description
Tag-Length-Value (TLV) support.
§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 Spec (v3.4 / v5.0).
Structs§
- Tlv
- Tag-Length-Value (TLV) Parameter
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.