Skip to main content

Module tlv

Module tlv 

Source
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§

Tlv

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.