mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-10-23 00:02:03 +00:00
Related: SYS#5599 Depends: I0a46b147ec6a76d909df28136cfd2b764b2c75ea (libosmocore) Change-Id: I4352dd8738a1a9de6ba2fc250ee8eef69c65ff1e
38 lines
967 B
XML
38 lines
967 B
XML
<?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>30th November 2021</date>
|
|
<authorinitials>NJH</authorinitials>
|
|
<revremark>Initial</revremark>
|
|
</revision>
|
|
</revhistory>
|
|
|
|
<title>OsmoUPF VTY Reference</title>
|
|
|
|
<copyright>
|
|
<year>2021-2022</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>
|