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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/12040 )
Change subject: manuals: Osmo{NAT,MGCP} -> OsmoBSC{NAT,MGCP}
......................................................................
manuals: Osmo{NAT,MGCP} -> OsmoBSC{NAT,MGCP}
Rename the manuals to their proper names.
Change-Id: I8c020361c141c758bfb32562dbd7f34f4fd81c39
---
R manuals/OsmoBSCMGCP/Makefile
C manuals/OsmoBSCMGCP/osmo-bsc-mgcp-vty-reference.xml
R manuals/OsmoBSCMGCP/vty/mgcp_vty_additions.xml
R manuals/OsmoBSCMGCP/vty/mgcp_vty_reference.xml
R manuals/OsmoBSCNAT/Makefile
R manuals/OsmoBSCNAT/osmo-bsc-nat-vty-reference.xml
R manuals/OsmoBSCNAT/vty/nat_vty_additions.xml
R manuals/OsmoBSCNAT/vty/nat_vty_reference.xml
D manuals/OsmoNAT/osmonat-vty-reference.xml
9 files changed, 4 insertions(+), 48 deletions(-)
Approvals:
osmith: Verified
Jenkins Builder: Verified
Pau Espin Pedrol: Looks good to me, approved
diff --git a/manuals/OsmoMGCP/Makefile b/manuals/OsmoBSCMGCP/Makefile
similarity index 80%
rename from manuals/OsmoMGCP/Makefile
rename to manuals/OsmoBSCMGCP/Makefile
index 022f6d4..a6cbc8e 100644
--- a/manuals/OsmoMGCP/Makefile
+++ b/manuals/OsmoBSCMGCP/Makefile
@@ -1,7 +1,7 @@
OSMO_GSM_MANUALS_DIR := $(shell ../osmo-gsm-manuals-dir.sh)
srcdir=$(CURDIR)
-VTY_REFERENCE = osmomgcp-vty-reference.xml
+VTY_REFERENCE = osmo-bsc-mgcp-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
diff --git a/manuals/OsmoMGCP/osmomgcp-vty-reference.xml b/manuals/OsmoBSCMGCP/osmo-bsc-mgcp-vty-reference.xml
similarity index 95%
copy from manuals/OsmoMGCP/osmomgcp-vty-reference.xml
copy to manuals/OsmoBSCMGCP/osmo-bsc-mgcp-vty-reference.xml
index e9cc898..22fad1b 100644
--- a/manuals/OsmoMGCP/osmomgcp-vty-reference.xml
+++ b/manuals/OsmoBSCMGCP/osmo-bsc-mgcp-vty-reference.xml
@@ -26,7 +26,7 @@
</revision>
</revhistory>
- <title>OsmoMGCP VTY Reference</title>
+ <title>OsmoBSCMGCP VTY Reference</title>
<copyright>
<year>2012-2014</year>
diff --git a/manuals/OsmoMGCP/vty/mgcp_vty_additions.xml b/manuals/OsmoBSCMGCP/vty/mgcp_vty_additions.xml
similarity index 100%
rename from manuals/OsmoMGCP/vty/mgcp_vty_additions.xml
rename to manuals/OsmoBSCMGCP/vty/mgcp_vty_additions.xml
diff --git a/manuals/OsmoMGCP/vty/mgcp_vty_reference.xml b/manuals/OsmoBSCMGCP/vty/mgcp_vty_reference.xml
similarity index 100%
rename from manuals/OsmoMGCP/vty/mgcp_vty_reference.xml
rename to manuals/OsmoBSCMGCP/vty/mgcp_vty_reference.xml
diff --git a/manuals/OsmoNAT/Makefile b/manuals/OsmoBSCNAT/Makefile
similarity index 81%
rename from manuals/OsmoNAT/Makefile
rename to manuals/OsmoBSCNAT/Makefile
index 9c380a2..9b8e208 100644
--- a/manuals/OsmoNAT/Makefile
+++ b/manuals/OsmoBSCNAT/Makefile
@@ -1,7 +1,7 @@
OSMO_GSM_MANUALS_DIR := $(shell ../osmo-gsm-manuals-dir.sh)
srcdir=$(CURDIR)
-VTY_REFERENCE = osmonat-vty-reference.xml
+VTY_REFERENCE = osmo-bsc-nat-vty-reference.xml
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
diff --git a/manuals/OsmoMGCP/osmomgcp-vty-reference.xml b/manuals/OsmoBSCNAT/osmo-bsc-nat-vty-reference.xml
similarity index 95%
rename from manuals/OsmoMGCP/osmomgcp-vty-reference.xml
rename to manuals/OsmoBSCNAT/osmo-bsc-nat-vty-reference.xml
index e9cc898..7b2b483 100644
--- a/manuals/OsmoMGCP/osmomgcp-vty-reference.xml
+++ b/manuals/OsmoBSCNAT/osmo-bsc-nat-vty-reference.xml
@@ -26,7 +26,7 @@
</revision>
</revhistory>
- <title>OsmoMGCP VTY Reference</title>
+ <title>OsmoBSCNAT VTY Reference</title>
<copyright>
<year>2012-2014</year>
diff --git a/manuals/OsmoNAT/vty/nat_vty_additions.xml b/manuals/OsmoBSCNAT/vty/nat_vty_additions.xml
similarity index 100%
rename from manuals/OsmoNAT/vty/nat_vty_additions.xml
rename to manuals/OsmoBSCNAT/vty/nat_vty_additions.xml
diff --git a/manuals/OsmoNAT/vty/nat_vty_reference.xml b/manuals/OsmoBSCNAT/vty/nat_vty_reference.xml
similarity index 100%
rename from manuals/OsmoNAT/vty/nat_vty_reference.xml
rename to manuals/OsmoBSCNAT/vty/nat_vty_reference.xml
diff --git a/manuals/OsmoNAT/osmonat-vty-reference.xml b/manuals/OsmoNAT/osmonat-vty-reference.xml
deleted file mode 100644
index 8f8b096..0000000
--- a/manuals/OsmoNAT/osmonat-vty-reference.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ex:ts=2:sw=42sts=2:et
- -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
--->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0//EN"
-"http://docbook.org/xml/5.0/dtd/docbook.dtd" [
-<!ENTITY chapter-vty SYSTEM "./common/chapters/vty.xml" >
-<!ENTITY sections-vty SYSTEM "generated/docbook_vty.xml" >
-]>
-
-<book>
- <info>
- <revhistory>
- <revision>
- <revnumber>v1</revnumber>
- <date>13th August 2012</date>
- <authorinitials>hf</authorinitials>
- <revremark>Initial</revremark>
- </revision>
- <revision>
- <revnumber>v2</revnumber>
- <date>5th March 2014</date>
- <authorinitials>hf</authorinitials>
- <revremark>Update to match osmo-bsc version 0.13.0-305</revremark>
- </revision>
- </revhistory>
-
- <title>OsmoNAT VTY Reference</title>
-
- <copyright>
- <year>2012-2014</year>
- </copyright>
-
- <legalnotice>
- <para>This work is copyright by <orgname>sysmocom - s.f.m.c. GmbH</orgname>. All rights reserved.
- </para>
- </legalnotice>
- </info>
-
- <!-- Main chapters-->
- &chapter-vty;
-</book>
-
--
To view, visit https://gerrit.osmocom.org/12040
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8c020361c141c758bfb32562dbd7f34f4fd81c39
Gerrit-Change-Number: 12040
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181130/1de93dff/attachment.htm>