9
0
Fork 0

fix typo in osmo_bts_variant_names: s/omso/osmo/

Change-Id: I4645da18fde48165c846ba714cd03e604aef5ad6
This commit is contained in:
Vadim Yanitskiy 2020-06-02 03:20:04 +07:00
parent d2550da76f
commit e811ad25ff
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const struct value_string osmo_bts_variant_names[_NUM_BTS_VARIANT + 1] = {
{ BTS_OSMO_LITECELL15, "osmo-bts-lc15" },
{ BTS_OSMO_OCTPHY, "osmo-bts-octphy" },
{ BTS_OSMO_SYSMO, "osmo-bts-sysmo" },
{ BTS_OSMO_TRX, "omso-bts-trx" },
{ BTS_OSMO_TRX, "osmo-bts-trx" },
{ 0, NULL }
};