From c4d5c5e699743fa5a30f85f16edf2a3700099a78 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Fri, 11 Sep 2015 13:10:37 -0500 Subject: LE910: remove hard-coded AT&T carrier for LE910-NAG --- src/MTS_IO_LE910NAGRadio.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/MTS_IO_LE910NAGRadio.cpp b/src/MTS_IO_LE910NAGRadio.cpp index 03ac9be..602466f 100644 --- a/src/MTS_IO_LE910NAGRadio.cpp +++ b/src/MTS_IO_LE910NAGRadio.cpp @@ -39,7 +39,3 @@ LE910NAGRadio::LE910NAGRadio(const std::string& sPort) } -CellularRadio::CODE LE910NAGRadio::getCarrier(std::string& sCarrier) { - sCarrier = "AT&T"; - return SUCCESS; -} -- cgit v1.2.3