fix spelling s/omso/osmo/ in bts_variant_names

Change-Id: I37949c286498d99ecfdd3c36961226fefdc000ec
This commit is contained in:
Harald Welte 2024-01-08 11:48:01 +01:00
parent 126952e203
commit f53c5588d2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,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 }
};