Commit Graph

43 Commits

Author SHA1 Message Date
6ed64bf3e3 Separate the PDU code from the main Hayes class 2015-12-30 17:40:08 +01:00
40e8fea674 Extend the "pdu" test
The new part of this test currently fails though.
2015-12-30 14:38:31 +01:00
74fded2c10 Use PROGNAME 2015-12-30 14:32:06 +01:00
324ceb9f0d Update some copyright notices 2015-12-28 17:31:54 +01:00
cc472bb6de Begin to place the channel code in a dedicated file 2015-12-28 17:30:44 +01:00
6d335a1cc5 Update the copyright notice 2015-12-28 16:52:18 +01:00
41aee78420 Improve detection of USSD codes 2015-12-28 16:51:57 +01:00
e424edd284 Build with SSP and PIE by default 2015-08-25 00:33:16 +02:00
08c18afb65 Update more .gitignore files 2015-04-04 16:21:28 +02:00
d258bdba5a No longer store Makefiles in the source tree 2015-04-04 16:17:41 +02:00
fe186bbe0e Let the "pdu" test compile again on Linux
The test will likely fail though.
2015-04-03 15:49:56 +02:00
ca7e146078 Fix build with OBJDIR 2015-03-25 01:18:58 +01:00
4084c92d38 Fix build with OBJDIR 2015-03-25 01:16:43 +01:00
455d3e968f Expect the "plugins" test to always pass (as it should) 2015-03-25 01:03:17 +01:00
4de863bf1e Expect the "modems" test to always pass (as it should) 2015-03-25 00:50:07 +01:00
2f35d90233 Update the copyright notice 2015-03-25 00:46:27 +01:00
279d085692 Expect the "pdu" test to always pass again (as it should) 2015-03-25 00:46:04 +01:00
fbc780001a Compare the expected date in a local timezone 2015-03-25 00:44:04 +01:00
50fb778895 Mention the date obtained in the log (if wrong) 2015-03-25 00:03:35 +01:00
6970c80aa5 Update the copyright notice 2015-03-25 00:03:05 +01:00
e308619ea3 Add a few comments 2015-03-25 00:02:37 +01:00
5b23bd1f0b Re-generated the Makefiles 2014-12-27 21:56:38 +01:00
3a0211febd The "pdu" test is known to fail in some cases (TZ=UTC) 2014-11-08 16:49:37 +01:00
a016cf1eb1 Always close the sound devices when done playing a file 2014-10-21 23:38:38 +02:00
519aabbd35 Added some files to ignore 2014-10-21 00:43:35 +02:00
3fbd0e95c9 Initial import 2014-10-21 00:42:06 +02:00
458e509fac Added a test tool for the OSS plug-in 2014-10-20 23:48:19 +02:00
be062477f9 The "hayes" test now depends on "../config.h" 2014-09-11 21:31:25 +02:00
d71d941689 Also test the MODEM_EVENT_TYPE_MODEL event 2014-09-11 21:29:54 +02:00
15697d0cf7 Updated the dependencies for the "hayes" test 2014-09-08 06:24:31 +02:00
e15bc48347 Also test the handler for +CFUN events 2014-09-08 04:24:07 +02:00
c943881b77 Also test parsing the signal level 2014-09-05 20:46:21 +02:00
49060c6e4c Minimize the build requirements when possible 2014-08-26 01:19:53 +02:00
0390e6f12f Added a main loop for a more complete test 2014-08-12 21:42:30 +02:00
562396f94a Added a test for the "hayes" modem plug-in 2014-08-12 19:55:42 +02:00
b223b1a66d More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 13:58:24 +09:00
6019323ae0 Added a test for parsing PDUs 2014-02-21 03:46:37 +01:00
26e508b5c6 Moved the quirks for the "hayes" plug-in to a separate file 2014-02-20 04:27:30 +01:00
48c4ac170f Separating the "hayes" plug-in into more parts 2014-02-20 04:12:13 +01:00
4ac8f93eb9 Added a valid USSD code 2014-02-20 01:27:30 +01:00
86a1c498ec More accurate detection of USSD codes 2014-02-20 01:10:09 +01:00
918562fe3e Testing the modem plug-ins for conformance (none currently defines an icon) 2013-10-26 19:56:02 +02:00
3b42534145 Testing the plug-ins for conformance (some currently do not define an icon) 2013-10-26 19:48:43 +02:00