From 63d76611478b1177683ba0f4f16561dd91b8501d Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Tue, 28 Apr 2020 09:29:14 +0200 Subject: om2k: Add definitions for the TG object Signed-off-by: Sylvain Munaut Change-Id: I6d90554a54baa78f454281a486e4b5e95784fdee --- include/osmocom/bsc/abis_om2000.h | 1 + src/osmo-bsc/abis_om2000.c | 1 + 2 files changed, 2 insertions(+) diff --git a/include/osmocom/bsc/abis_om2000.h b/include/osmocom/bsc/abis_om2000.h index 49e8510aa..bcdb7fd09 100644 --- a/include/osmocom/bsc/abis_om2000.h +++ b/include/osmocom/bsc/abis_om2000.h @@ -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, 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" }, -- cgit v1.2.3