ublox,tests: fix R-200 UBANDSEL response tester

This commit is contained in:
Aleksander Morgado
2019-01-02 10:39:46 +01:00
parent 74bdc97b34
commit 278a72643a

View File

@@ -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));