From 278a72643aaf8e05925b14560b4e48818a4b36a7 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 2 Jan 2019 10:39:46 +0100 Subject: [PATCH] ublox,tests: fix R-200 UBANDSEL response tester --- plugins/ublox/tests/test-modem-helpers-ublox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));