aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-28 11:21:32 +0100
committerOliver Smith <osmith@sysmocom.de>2018-11-28 11:21:32 +0100
commit3c92b5884dfca073c987dd9d41515dd7f55b8781 (patch)
tree7179ac1270c61a431a7727aa29645f9ec1d0bdd6
parentce1362ec7f8db8146fe21bf7f539fed77e6751e1 (diff)
OsmoNITB: bsc_vty_additions.xml: replace symlink with copy
Replace the symlink that points to OsmoBSC/vty/bsc_vty_additions.xml with a copy of that file, so we can delete the OsmoBSC dir. Change-Id: Ifbffc90d56f0fa90d2da77dd7807cd0bb197c0d7
-rw-r--r--[l---------]OsmoNITB/vty/bsc_vty_additions.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/OsmoNITB/vty/bsc_vty_additions.xml b/OsmoNITB/vty/bsc_vty_additions.xml
index 5def5f1..f62f8b1 120000..100644
--- a/OsmoNITB/vty/bsc_vty_additions.xml
+++ b/OsmoNITB/vty/bsc_vty_additions.xml
@@ -1 +1,10 @@
-../../OsmoBSC/vty/bsc_vty_additions.xml \ No newline at end of file
+<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
+ <node id='config-msc'>
+ <description>This node allows to configure the MSC connection related
+ settings.</description>
+ </node>
+ <node id='config-bsc'>
+ <description>This node allows to configure the BSC connection related
+ settings.</description>
+ </node>
+</vtydoc>