aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_om2000.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2020-04-28 09:29:14 +0200
committerSylvain Munaut <tnt@246tNt.com>2020-04-28 09:29:14 +0200
commit63d76611478b1177683ba0f4f16561dd91b8501d (patch)
tree4f10b48e095e517b001e1ab6c8f84d089709f175 /src/osmo-bsc/abis_om2000.c
parent74632859941d51a4f645d844cbb58709a8473443 (diff)
om2k: Add definitions for the TG object
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Change-Id: I6d90554a54baa78f454281a486e4b5e95784fdee
Diffstat (limited to 'src/osmo-bsc/abis_om2000.c')
-rw-r--r--src/osmo-bsc/abis_om2000.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index f8efa3990..e1a526ce0 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -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" },