Remove null terminator from short message
AApparently the message does not use it
This commit is contained in:
@@ -105,7 +105,6 @@ func (p *SUBMIT_SM) Encode(buf *bytes.Buffer) error {
|
||||
return err
|
||||
}
|
||||
buf.Write(encodedMsg)
|
||||
buf.Write(NULL_ARR)
|
||||
return nil
|
||||
}
|
||||
func (p *SUBMIT_SM) Decode(buf *bytes.Buffer) error {
|
||||
|
Reference in New Issue
Block a user