EEN for Chris
Fork of MTS-Cellular by
Revision 68:66f4126100b5, committed 2014-10-21
- Comitter:
- Vanger
- Date:
- Tue Oct 21 21:14:13 2014 +0000
- Parent:
- 67:7c705fe2acec
- Child:
- 69:93dace69ee98
- Commit message:
- Removed APN under TestSMS.h and set it to a NULL string: ""
Changed in this revision
Test/TestSMS.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Test/TestSMS.h Tue Oct 21 21:06:53 2014 +0000 +++ b/Test/TestSMS.h Tue Oct 21 21:14:13 2014 +0000 @@ -22,7 +22,7 @@ TestSMS::TestSMS() : TestCollection("TestSMS") {} void TestSMS::run() { - const char APN[] = "dynamic.dcnm2m.com"; + const char APN[] = ""; string number; string response;