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
- 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):
- Copy the test directory to the target device:
- Log into the target device:
- After log into the DUT, enter the test directory, and run respective commands mentioned in the execution steps
- Connect modem with SIM card into the Apertis System.
- Do not connect more then one modem.
$ git clone --depth 1 --branch apertis/v2026dev1 https://gitlab.apertis.org/tests/ofono
$ DUT_IP=<device-ip>
$ scp -r ofono user@$DUT_IP:
$ ssh user@$DUT_IP
$ cd ofono
Execution Steps
- Send a SMS to some phone:
$ ./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.