Meaning of “data_coding” field in SMPP

前端 未结 3 950
鱼传尺愫
鱼传尺愫 2021-02-04 18:33

What is the meaning of \"data_coding\" field in the SMPP protocol?

I searched for this but couldn\'t find any helpful resource.

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-04 18:43

    It means how text is converted into bytes, since SMPP is a binary protocol but applications typically deal with text strings. The first hit on google for 'smpp data coding' explains it well http://sourceforge.net/apps/trac/smstools/raw-attachment/wiki/MiscWikiFiles/smppv34_gsmumts_ig_v10.pdf in section 2.2.2.

提交回复
热议问题