fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/21684 )


Change subject: vty: add new attribute for vendor-specific commands
......................................................................

vty: add new attribute for vendor-specific commands

Change-Id: I2254cdf8c4be85c89819d0f831102ee71349b188
Related: SYS#4918
---
M include/osmocom/bsc/vty.h
M src/osmo-bsc/osmo_bsc_main.c
2 files changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/84/21684/1

diff --git a/include/osmocom/bsc/vty.h b/include/osmocom/bsc/vty.h
index d2361b0..cfdcbfc 100644
--- a/include/osmocom/bsc/vty.h
+++ b/include/osmocom/bsc/vty.h
@@ -40,6 +40,7 @@
        BSC_VTY_ATTR_RESTART_ABIS_OML_LINK = 0,
        BSC_VTY_ATTR_RESTART_ABIS_RSL_LINK,
        BSC_VTY_ATTR_NEW_LCHAN,
+       BSC_VTY_ATTR_VENDOR_SPECIFIC,
        /* NOTE: up to 32 entries */
 };

diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index ca00ba0..df5235e 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -660,11 +660,14 @@
                        "This command applies on A-bis RSL link 
(re)establishment",
                [BSC_VTY_ATTR_NEW_LCHAN] = \
                        "This command applies for newly created lchans",
+               [BSC_VTY_ATTR_VENDOR_SPECIFIC] = \
+                       "This command/parameter is BTS vendor specific",
        },
        .usr_attr_letters = {
                [BSC_VTY_ATTR_RESTART_ABIS_OML_LINK]    = 'o',
                [BSC_VTY_ATTR_RESTART_ABIS_RSL_LINK]    = 'r',
                [BSC_VTY_ATTR_NEW_LCHAN]                = 'l',
+               [BSC_VTY_ATTR_VENDOR_SPECIFIC]          = 'v',
        },
 };


--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/21684
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I2254cdf8c4be85c89819d0f831102ee71349b188
Gerrit-Change-Number: 21684
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to