This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
tnt gerrit-no-reply at lists.osmocom.orgtnt has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/17959 )
Change subject: om2k: Add definitions for the TG object
......................................................................
om2k: Add definitions for the TG object
Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
Change-Id: I6d90554a54baa78f454281a486e4b5e95784fdee
---
M include/osmocom/bsc/abis_om2000.h
M src/osmo-bsc/abis_om2000.c
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/59/17959/1
diff --git a/include/osmocom/bsc/abis_om2000.h b/include/osmocom/bsc/abis_om2000.h
index 49e8510..bcdb7fd 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 f8efa39..e1a526c 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -698,6 +698,7 @@
const struct value_string om2k_mo_class_short_vals[] = {
{ 0x01, "TRXC" },
+ { 0x02, "TG" },
{ 0x03, "TS" },
{ 0x04, "TF" },
{ 0x05, "IS" },
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/17959
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I6d90554a54baa78f454281a486e4b5e95784fdee
Gerrit-Change-Number: 17959
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt at 246tNt.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200428/3c414a34/attachment.htm>