diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-01-02 10:39:46 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-01-30 12:10:03 +0100 |
commit | 278a72643aaf8e05925b14560b4e48818a4b36a7 (patch) | |
tree | 6ef7a5bb8865b047ec75895aac4b9236f0d858ef /plugins/ublox/tests | |
parent | 74bdc97b345f8df8cc8c19e969bb50b741cebae1 (diff) |
ublox,tests: fix R-200 UBANDSEL response tester
Diffstat (limited to 'plugins/ublox/tests')
-rw-r--r-- | plugins/ublox/tests/test-modem-helpers-ublox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ublox/tests/test-modem-helpers-ublox.c b/plugins/ublox/tests/test-modem-helpers-ublox.c index 71d9d56b..10f718ae 100644 --- a/plugins/ublox/tests/test-modem-helpers-ublox.c +++ b/plugins/ublox/tests/test-modem-helpers-ublox.c @@ -577,7 +577,7 @@ test_ubandsel_response_one (void) const MMModemBand expected_bands[] = { /* 850 */ MM_MODEM_BAND_G850, MM_MODEM_BAND_UTRAN_5, MM_MODEM_BAND_EUTRAN_5, /* 1700 */ MM_MODEM_BAND_EUTRAN_4, - /* 1900 */ MM_MODEM_BAND_UTRAN_2, MM_MODEM_BAND_EUTRAN_2 + /* 1900 */ MM_MODEM_BAND_PCS, MM_MODEM_BAND_UTRAN_2, MM_MODEM_BAND_EUTRAN_2 }; common_validate_ubandsel_response ("+UBANDSEL: 850,1700,1900\r\n", expected_bands, "TOBY-R200", G_N_ELEMENTS (expected_bands)); |