Declare the alphabet a GSM message is actually written in (#100)

* Regression tests for the alphabet a GSM message declares

* Declare the alphabet a GSM message is actually written in

* Reflow the composing-by-hand paragraph

* Drop the ASCII alias SMPP's flat table shares with the option's own

* Bound the receipt test's wait and tighten the notes around it
This commit is contained in:
2026-09-09 21:30:55 +02:00
committed by GitHub
parent 989eb01763
commit ca1a7473ed
15 changed files with 275 additions and 33 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ describe('smppsim-transition - C4 intermediate then final', () => {
const sent = await session.send({
cmdName: 'submit_sm',
params: {
data_coding: consts.ENCODING.ASCII,
data_coding: 0,
destination_addr: TO,
registered_delivery: 0x11,
short_message: Buffer.from('transition test', 'latin1'),