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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user