ofono-sms-send manual

medium

Image Types:
basesdk-amd64 / hmi-armhf / hmi-arm64 / hmi-amd64 / sdk-amd64
Image Deployment:
APT, OSTree
Type:
functional

Description

Test sending of SMS with oFono.


Resources

  • A phone with a SIM card.
  • A modem plugged into the Apertis system with a SIM card (SIM card should not have a PIN configured).

Pre Conditions

  1. Clone the tests repository from another computer (Note that the branch being tested may change depending on the release, please make sure to clone the correct branch for the release in question):
  2. $ git clone --depth 1 --branch  apertis/v2026dev1 https://gitlab.apertis.org/tests/ofono
  3. Copy the test directory to the target device:
  4. $ DUT_IP=<device-ip>
    $ scp -r ofono user@$DUT_IP:
  5. Log into the target device:
  6. $ ssh user@$DUT_IP
  7. After log into the DUT, enter the test directory, and run respective commands mentioned in the execution steps
  8. $ cd ofono
  9. Connect modem with SIM card into the Apertis System.
  10. Do not connect more then one modem.

Execution Steps

  1. Send a SMS to some phone:
  2. $ ./ofono-sms-send.sh phone-number "test message"

Expected

If no error appears the SMS was successfully sent.

The phone is supposed to receive the SMS message.