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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/24151 )
Change subject: gsm/abis_nm: add Osmocom specific OC for shadow transceiver
......................................................................
gsm/abis_nm: add Osmocom specific OC for shadow transceiver
Change-Id: Idf3e917d7eb595e498514f1de50d4a5cb0333419
Related: SYS#5315, OS#4940
---
M include/osmocom/gsm/protocol/gsm_12_21.h
M src/gsm/abis_nm.c
2 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/51/24151/1
diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h
index 34622b3..82a40b8 100644
--- a/include/osmocom/gsm/protocol/gsm_12_21.h
+++ b/include/osmocom/gsm/protocol/gsm_12_21.h
@@ -298,6 +298,8 @@
NM_OC_IPAC_E1_CHAN = 0x10,
NM_OC_IPAC_CLK_MODULE = 0x22,
+ NM_OC_OSMO_SHADOW_TRANSC = 0x80,
+
NM_OC_BS11_ADJC = 0xa0,
NM_OC_BS11_HANDOVER = 0xa1,
NM_OC_BS11_PWR_CTRL = 0xa2,
diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c
index f7793d7..5d384fa 100644
--- a/src/gsm/abis_nm.c
+++ b/src/gsm/abis_nm.c
@@ -609,6 +609,7 @@
{ NM_OC_BTS, "BTS" },
{ NM_OC_RADIO_CARRIER, "RADIO-CARRIER" },
{ NM_OC_BASEB_TRANSC, "BASEBAND-TRANSCEIVER" },
+ { NM_OC_OSMO_SHADOW_TRANSC, "SHADOW-TRANSCEIVER" },
{ NM_OC_CHANNEL, "CHANNEL" },
{ NM_OC_IPAC_E1_TRUNK, "IPAC-E1-TRUNK" },
{ NM_OC_IPAC_E1_PORT, "IPAC-E1-PORT" },
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/24151
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Idf3e917d7eb595e498514f1de50d4a5cb0333419
Gerrit-Change-Number: 24151
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210505/4ec0d4cc/attachment.htm>