HTTP adapter available for testing

(...with limited functionality)

Last summer, in article HTTP adapter, I mentioned that there is source code for a http_adapter in the sample_applications directory of this GitHub repository. Now in the Releases section there are the first ready-to-run Release packages.

Read More

Sandbox vs. Production Mode

(is one of them useless?)

Now and then customers attempt performance testing in sandbox mode and wonder why sandbox is so slow and why they get policy error about exceeding their TPS limit.

Read More

Extending send.sh with binary support

In Sending a binary message - Part 1 we learned how to send a MT binary SMS from command line. Based on that we can add this functionality to the send.sh script.

Read More

Sending a binary message - Part 3

(What? No inboundSMSBinaryMessage!!!)

While reading the API Reference (API_Telia_OMA_OAuth_REST.pdf, which you can find in the Resources section of the Opaali Portal), did you notice that there is no inboundSMSBinaryMessage? Does this mean we cannot receive binary messages?

Read More

Sending a binary message - Part 2

(...diving into protocol dumps)

In article Sending a binary message - Part 1 we learned how to send a MT binary message and also discovered that something fragmented the data without asking our permission. Lets dive deeper into the magical world of protocol dumps and bits and bytes within…

Read More