Add air config
This commit is contained in:
@@ -78,6 +78,7 @@ func (p *SUBMIT_SM) Encode(buf *bytes.Buffer) error {
|
||||
// UCS2 should also be fairly easy, use uint16 or something
|
||||
// GSM7 will not be easy
|
||||
// See https://www.codeproject.com/Tips/470755/Encoding-Decoding-7-bit-User-Data-for-SMS-PDU-PDU
|
||||
// Another great site: https://doubleblak.com/blogPost.php?k=7bitpdu
|
||||
asciiEncoder := ascii85.NewEncoder(buf)
|
||||
// TODO: Implement encodings bsed on p.data_coding
|
||||
messageEncoder := gsm7.NewEncoder()
|
||||
|
||||
Reference in New Issue
Block a user