lte: Fix a typo: "Bandwitdh" -> "Bandwidth"

This commit is contained in:
Alexander Krotov
2017-06-08 19:26:39 +03:00
parent f4c1543ac5
commit 310b81cbe2

View File

@@ -68,8 +68,8 @@ int main (int argc, char *argv[])
void Print ( ComponentCarrier cc)
{
std::cout << " UlBandwitdh " << uint16_t (cc.GetUlBandwidth ())
<< " DlBandwitdh " << uint16_t (cc.GetDlBandwidth ())
std::cout << " UlBandwidth " << uint16_t (cc.GetUlBandwidth ())
<< " DlBandwidth " << uint16_t (cc.GetDlBandwidth ())
<< " Dl Earfcn " << cc.GetDlEarfcn ()
<< " Ul Earfcn " << cc.GetUlEarfcn ()
<< " - Is this the Primary Channel? " << cc.IsPrimary ()