We use cookies to give you the best possible experience while you browse through our site. By continuing to use our website you implicitly agree to the usage of cookies on this site.

Read More
← Atlas API & Provisioning Reference

SMPP

Supported TLVs

Name Hex Type Description
sar_msg_ref_num 0x020C Integer SAR Reference Number
sar_total_segments 0x020E Integer SAR Total Segments
sar_segment_seqnum 0x020F Integer SAR Segment Sequence Number
custom_message_id 0x3040 String Contains the id (ULID) of the SMS segment

SAR

Segmentation and Reassembly

If one is familiar with UDH based concatenation, then SAR shouldn't be a foreign concept, it is essentially the same structure:

  • sar_msg_ref_num - Used to identify which "complete" message this segment refers to, combined with the destination and source addresses to make the unique key
  • sar_total_segments - The total number of segemnts in the complete message
  • sar_segment_seqnum - Which segment of the message it is

Updated 2026-08-12 · Generated from the Atlas OpenAPI spec.