1
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther ea00206218 ofono: Add an example to power-on modems and find them 2012-12-28 14:58:42 +01:00
Holger Hans Peter Freyther f338470da9 sms: Fix the test for sending SMS (still not verifying the result)
Handle failures to cancel a SMS gracefully (as the SMS could have
been submitted from query to delete), handle registeration failures
properly by ignoring them (the modem has a valid SIM card and eventually
should be able to register).
2012-11-10 19:06:52 +01:00
Holger Hans Peter Freyther 27bfbde0b5 vty: Properly extract the extension, before the LAC was extracted 2012-11-10 19:01:35 +01:00
Holger Hans Peter Freyther e73e749b56 ofono: Create the first test for SMS sending 2012-11-10 11:45:18 +01:00
Holger Hans Peter Freyther 4e71d22a80 ofono: Beging with a baseclass for testing with the NITB 2012-11-09 19:49:32 +01:00
Holger Hans Peter Freyther 4c7e84f080 ofono: Remove the SmsWatcher.. but add an easy way to register 2012-11-09 19:49:32 +01:00
Holger Hans Peter Freyther 62004b3e26 osmocom: Enable access to sms and sim functions in preparation for the test 2012-11-09 19:49:32 +01:00
Holger Hans Peter Freyther e13ebca30a osmocom: Add a simple helper to query OpenBSC/NITB for some status 2012-11-09 19:49:32 +01:00
Holger Hans Peter Freyther a44c76a73a modem: Only modems without a SIM will be switched off, wait longer
Switch of modems without a SIM card as they might have a SIM card
now but thee is no simcard detection. Increase the sleep time to
wait for modems to become available.
2012-11-09 19:49:32 +01:00
Holger Hans Peter Freyther 8810241b04 ofono: Add some modem detection code to find active modems 2012-11-09 19:49:32 +01:00
Holger Hans Peter Freyther a91e75bac6 ofono: Make the code class based to wrap ofono/dbus.. 2012-11-09 19:49:32 +01:00
Holger Hans Peter Freyther 5552afde47 end-to-end: Finally begin with some ofono based End-to-End tests
This is not much of a framework yet but it hopefully turns into
one over time. Begin with some helpers for using ofono.
2012-10-30 23:06:20 +01:00