om2k: Add definitions for the TG object

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: I6d90554a54baa78f454281a486e4b5e95784fdee
This commit is contained in:
Sylvain Munaut 2020-04-28 09:29:14 +02:00
parent 7463285994
commit 63d7661147
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
enum abis_om2k_mo_cls {
OM2K_MO_CLS_TRXC = 0x01,
OM2K_MO_CLS_TG = 0x02,
OM2K_MO_CLS_TS = 0x03,
OM2K_MO_CLS_TF = 0x04,
OM2K_MO_CLS_IS = 0x05,

View File

@ -698,6 +698,7 @@ static const struct value_string om2k_attr_vals[] = {
const struct value_string om2k_mo_class_short_vals[] = {
{ 0x01, "TRXC" },
{ 0x02, "TG" },
{ 0x03, "TS" },
{ 0x04, "TF" },
{ 0x05, "IS" },