Cover the guarded address writers, and cut what the code already says
Mirror / push (push) Successful in 5s
Test / lint (pull_request) Successful in 22s
Test / test (18) (pull_request) Successful in 29s
Test / test (20) (pull_request) Successful in 30s
Test / test (22) (pull_request) Successful in 37s
Test / test (24) (pull_request) Successful in 29s
Test / test (26) (pull_request) Successful in 30s
Mirror / push (push) Successful in 5s
Test / lint (pull_request) Successful in 22s
Test / test (18) (pull_request) Successful in 29s
Test / test (20) (pull_request) Successful in 30s
Test / test (22) (pull_request) Successful in 37s
Test / test (24) (pull_request) Successful in 29s
Test / test (26) (pull_request) Successful in 30s
This commit is contained in:
@@ -288,9 +288,9 @@ await session.sendSms({
|
||||
```
|
||||
|
||||
**Addresses.** `sourceAddrTon` and `destinationAddrTon` default to 5 for an alphanumeric address
|
||||
and 1 for a numeric one; the NPI fields default to 0. An address is latin1, so `Kaffeé` goes out and
|
||||
comes back as its own octets; a character past `U+00FF`, or a `U+0000` that would end the field
|
||||
early, is refused rather than sent truncated.
|
||||
and 1 for a numeric one; the NPI fields default to 0. An address is latin1, so `Kaffeé` reaches the
|
||||
peer as its own octets; a character past `U+00FF`, or a `U+0000`, is refused rather than sent
|
||||
truncated.
|
||||
|
||||
**Encoding.**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user