aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent74632859941d51a4f645d844cbb58709a8473443 (diff)
om2k: Add definitions for the TG object
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Change-Id: I6d90554a54baa78f454281a486e4b5e95784fdee
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/abis_om2000.h1
1 files changed, 1 insertions, 0 deletions
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,