Skip to content
Failed

Console Output

Skipping 155 KB.. Full Log
Making all in include
make[2]: Entering directory '/build/include'
Making all in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making all in sccp
make[4]: Entering directory '/build/include/osmocom/sccp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/sccp'
Making all in sigtran
make[4]: Entering directory '/build/include/osmocom/sigtran'
  GEN      version.h
  GEN      version.h
make[4]: Leaving directory '/build/include/osmocom/sigtran'
make[4]: Entering directory '/build/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/include/osmocom'
make[3]: Leaving directory '/build/include/osmocom'
make[3]: Entering directory '/build/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/include'
make[2]: Leaving directory '/build/include'
Making all in src
make[2]: Entering directory '/build/src'
  CC       libxua_a-xua_msg.o
  CC       ipa.lo
  CC       m3ua.lo
  CC       sccp2sua.lo
  CC       sccp_connection.lo
  CC       sccp_instance.lo
  CC       sccp_helpers.lo
  CC       sccp_lbcs.lo
  CC       sccp_sap.lo
  CC       sccp_scmg.lo
  CC       sccp_sclc.lo
  CC       sccp_scrc.lo
  CC       sccp_scoc.lo
  CC       sccp_scoc_fsm.lo
  CC       sccp_types.lo
sccp_scoc_fsm.c: In function 'scoc_fsm_active':
sccp_scoc_fsm.c:360:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user'
  360 | #pragma message("TODO: internal disco: send N-DISCONNECT.ind to user")
      |         ^~~~~~~
  CC       sccp_user.lo
  CC       sccp_vty.lo
  CC       ss7.lo
  CC       ss7_as.lo
  CC       ss7_as_vty.lo
  CC       ss7_asp.lo
  CC       ss7_asp_vty.lo
  CC       ss7_asp_peer.lo
  CC       ss7_combined_linkset.lo
  CC       ss7_hmrt.lo
  CC       ss7_instance.lo
  CC       ss7_link.lo
  CC       ss7_linkset.lo
  CC       ss7_vty.lo
  CC       ss7_xua_srv.lo
  CC       ss7_xua_srv_vty.lo
  CC       ss7_route.lo
  CC       ss7_route_table.lo
  CC       ss7_user.lo
  CC       sua.lo
  CC       xua_asp_fsm.lo
  CC       xua_as_fsm.lo
  CC       xua_default_lm_fsm.lo
  CC       xua_msg.lo
  CC       xua_rkm.lo
  CC       xua_shared.lo
  CC       xua_snm.lo
  AR       libxua.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libosmo-sigtran.la
make[2]: Leaving directory '/build/src'
Making all in tests
make[2]: Entering directory '/build/tests'
Making all in xua
make[3]: Entering directory '/build/tests/xua'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/xua'
Making all in m2ua
make[3]: Entering directory '/build/tests/m2ua'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/m2ua'
Making all in ss7
make[3]: Entering directory '/build/tests/ss7'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/ss7'
Making all in vty
make[3]: Entering directory '/build/tests/vty'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/vty'
make[3]: Entering directory '/build/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/tests'
make[2]: Leaving directory '/build/tests'
Making all in examples
make[2]: Entering directory '/build/examples'
  CC       sccp_demo_user.o
  CC       sccp_test_server.o
  CC       sccp_test_vty.o
  CCLD     sccp_demo_user
make[2]: Leaving directory '/build/examples'
Making all in stp
make[2]: Entering directory '/build/stp'
  CC       stp_main.o
  CCLD     osmo-stp
make[2]: Leaving directory '/build/stp'
Making all in doc
make[2]: Entering directory '/build/doc'
Making all in examples
make[3]: Entering directory '/build/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/doc/examples'
Making all in manuals
make[3]: Entering directory '/build/doc/manuals'
ln -s /opt/osmo-gsm-manuals/build build
ln -s /opt/osmo-gsm-manuals/common common
mkdir -p ./vty
xmllint --xinclude --postvalid --noout osmostp-vty-reference.xml
if ! [ -f osmostp-usermanual.adoc ]; then \
	ln -s osmostp-usermanual.adoc osmostp-usermanual.adoc; \
fi
../../stp/osmo-stp --vty-ref-xml > vty/osmo-stp_vty_reference.xml
TEXINPUTS="/opt/osmo-gsm-manuals" \
	a2x -vv -L --asciidoc-opts="-f /opt/osmo-gsm-manuals/build/mscgen-filter.conf -f /opt/osmo-gsm-manuals/build/diag-filter.conf -f /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /opt/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/build/doc/manuals' -a commondir='/opt/osmo-gsm-manuals/common' " --dblatex-opts="--config /opt/osmo-gsm-manuals/build/dblatex_config.xml -s /opt/osmo-gsm-manuals/build/custom-dblatex-draft.sty -P draft.mode=yes -P draft.watermark=0 " -a docinfo -a revnumber="DRAFT 2.1.0-165-g4ced" -a revdate="2025-Oct-01" osmostp-usermanual.adoc
Generating the VTY reference in mode 'default' (all commands except deprecated and hidden)
mkdir -p generated
/opt/osmo-gsm-manuals/build/vty_reference_combine.sh "/opt/osmo-gsm-manuals/merge_doc.xsl" \
	$(/opt/osmo-gsm-manuals/build/find_existing_path.sh "vty/*reference.xml" . .) \
	/opt/osmo-gsm-manuals/common/vty_additions.xml \
	./vty/*additions*.xml > generated/combined.xml
+ mktemp
+ combined=/tmp/tmp.P17lUOvgo0
+ mktemp
+ combine_src=/tmp/tmp.1ubXGNmmCv
+ cp ./vty/osmo-stp_vty_reference.xml /tmp/tmp.P17lUOvgo0
+ [ -n /opt/osmo-gsm-manuals/common/vty_additions.xml ]
+ realpath /opt/osmo-gsm-manuals/common/vty_additions.xml
+ addition=/opt/osmo-gsm-manuals/common/vty_additions.xml
+ shift
+ cp /tmp/tmp.P17lUOvgo0 /tmp/tmp.1ubXGNmmCv
+ xsltproc -o /tmp/tmp.P17lUOvgo0 --stringparam with /opt/osmo-gsm-manuals/common/vty_additions.xml /opt/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.1ubXGNmmCv
asciidoc: reading: /etc/asciidoc/asciidoc.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/mscgen-filter.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/diag-filter.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/graphviz-filter.conf
+ [ -n ./vty/osmo-stp_additions.xml ]
asciidoc: reading: /etc/asciidoc/asciidoc.conf
+ realpath ./vty/osmo-stp_additions.xml
+ addition=/build/doc/manuals/vty/osmo-stp_additions.xml
+ shift
+ cp /tmp/tmp.P17lUOvgo0 /tmp/tmp.1ubXGNmmCv
+ xsltproc -o /tmp/tmp.P17lUOvgo0 --stringparam with /build/doc/manuals/vty/osmo-stp_additions.xml /opt/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.1ubXGNmmCv
+ [ -n  ]
+ cat /tmp/tmp.P17lUOvgo0
+ rm -f /tmp/tmp.1ubXGNmmCv
+ rm -f /tmp/tmp.P17lUOvgo0
xsltproc /opt/osmo-gsm-manuals/vty_reference.xsl generated/combined.xml \
	> generated/docbook_vty.xml
asciidoc: reading: /build/doc/manuals/osmostp-usermanual.adoc
asciidoc: reading: /etc/asciidoc/docbook45.conf
asciidoc: reading: /etc/asciidoc/filters/music/music-filter.conf
asciidoc: reading: /etc/asciidoc/filters/latex/latex-filter.conf
asciidoc: reading: /etc/asciidoc/filters/code/code-filter.conf
asciidoc: reading: /etc/asciidoc/filters/source/source-highlight-filter.conf
asciidoc: reading: /etc/asciidoc/filters/graphviz/graphviz-filter.conf
asciidoc: reading: /etc/asciidoc/lang-en.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/mscgen-filter.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/diag-filter.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/graphviz-filter.conf
set -x && \
export GIT_DATE="2021-Feb-23" && \
export REVNUMBER="DRAFT 2.1.0-165-g4ced" && \
export TEMPFILE="/build/doc/manuals/generated/_temp_osmostp-vty-reference.xml" && \
/opt/osmo-gsm-manuals/build/docbook-set-revhistory.py "osmostp-vty-reference.xml" && \
dblatex \
	--config /opt/osmo-gsm-manuals/build/dblatex_config.xml \
	--xslt-opts="--path /opt/osmo-gsm-manuals/common/chapters:/build/doc/manuals/generated" \
	 \
	-P draft.mode=no \
	-o osmostp-vty-reference.pdf \
	"$TEMPFILE" && \
rm $TEMPFILE
+ export GIT_DATE=2021-Feb-23
+ GIT_DATE=2021-Feb-23
+ export 'REVNUMBER=DRAFT 2.1.0-165-g4ced'
+ REVNUMBER='DRAFT 2.1.0-165-g4ced'
+ export TEMPFILE=/build/doc/manuals/generated/_temp_osmostp-vty-reference.xml
+ TEMPFILE=/build/doc/manuals/generated/_temp_osmostp-vty-reference.xml
+ /opt/osmo-gsm-manuals/build/docbook-set-revhistory.py osmostp-vty-reference.xml
asciidoc: writing: /build/doc/manuals/osmostp-usermanual.xml
asciidoc: osmostp-usermanual.adoc: line 3: evaluating: {include:/build/doc/manuals/osmostp-usermanual-docinfo.xml}
asciidoc: include: /build/doc/manuals/common/chapters/preface.adoc
asciidoc: osmostp-usermanual.adoc: line 6: reading: /build/doc/manuals/common/chapters/preface.adoc
Changing revhistory to DRAFT 2.1.0-165-g4ced, 2021-Feb-23...
+ dblatex --config /opt/osmo-gsm-manuals/build/dblatex_config.xml '--xslt-opts=--path /opt/osmo-gsm-manuals/common/chapters:/build/doc/manuals/generated' -P draft.mode=no -o osmostp-vty-reference.pdf /build/doc/manuals/generated/_temp_osmostp-vty-reference.xml
asciidoc: include: /build/doc/manuals/common/chapters/sigtran.adoc
asciidoc: osmostp-usermanual.adoc: line 10: reading: /build/doc/manuals/common/chapters/sigtran.adoc
Build the book set list...
asciidoc: include: /build/doc/manuals/common/chapters/sigtran-osmocom.adoc
asciidoc: osmostp-usermanual.adoc: line 12: reading: /build/doc/manuals/common/chapters/sigtran-osmocom.adoc
asciidoc: include: /build/doc/manuals/common/chapters/sigtran-simple-2g.dot
asciidoc: sigtran-osmocom.adoc: line 221: reading: /build/doc/manuals/common/chapters/sigtran-simple-2g.dot
asciidoc: sigtran-osmocom.adoc: line 220: evaluating: {counter2:target-number}
asciidoc: sigtran-osmocom.adoc: line 220: evaluating: {set2:target:osmostp-usermanual__1.svg}
asciidoc: sigtran-simple-2g.dot: line 22: filtering: dot -o "/build/doc/manuals/osmostp-usermanual__1.svg" -T svg && echo " "
Build the listings...
asciidoc: include: /build/doc/manuals/common/chapters/sigtran-simple-3g.dot
asciidoc: sigtran-osmocom.adoc: line 251: reading: /build/doc/manuals/common/chapters/sigtran-simple-3g.dot
asciidoc: sigtran-osmocom.adoc: line 250: evaluating: {counter2:target-number}
asciidoc: sigtran-osmocom.adoc: line 250: evaluating: {set2:target:osmostp-usermanual__2.svg}
asciidoc: sigtran-simple-3g.dot: line 24: filtering: dot -o "/build/doc/manuals/osmostp-usermanual__2.svg" -T svg && echo " "
asciidoc: include: /build/doc/manuals/common/chapters/vty.adoc
asciidoc: osmostp-usermanual.adoc: line 17: reading: /build/doc/manuals/common/chapters/vty.adoc
XSLT stylesheets DocBook - LaTeX 2e (0.3.12)
===================================================
Stripping NS from DocBook 5/NG document.
asciidoc: include: /build/doc/manuals/common/chapters/logging.adoc
asciidoc: osmostp-usermanual.adoc: line 19: reading: /build/doc/manuals/common/chapters/logging.adoc
Processing stripped document.
asciidoc: include: /build/doc/manuals/common/chapters/vty_cpu_sched.adoc
asciidoc: osmostp-usermanual.adoc: line 21: reading: /build/doc/manuals/common/chapters/vty_cpu_sched.adoc
asciidoc: include: /build/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: osmostp-usermanual.adoc: line 29: reading: /build/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: include: /build/doc/manuals/common/chapters/bibliography.adoc
asciidoc: osmostp-usermanual.adoc: line 31: reading: /build/doc/manuals/common/chapters/bibliography.adoc
asciidoc: include: /build/doc/manuals/common/chapters/glossary.adoc
asciidoc: osmostp-usermanual.adoc: line 33: reading: /build/doc/manuals/common/chapters/glossary.adoc
Build _temp_osmostp-vty-reference.pdf
asciidoc: include: /build/doc/manuals/common/chapters/gfdl.adoc
asciidoc: osmostp-usermanual.adoc: line 35: reading: /build/doc/manuals/common/chapters/gfdl.adoc
'osmostp-vty-reference.pdf' successfully built
+ rm /build/doc/manuals/generated/_temp_osmostp-vty-reference.xml
a2x: args: ['-vv', '-L', "--asciidoc-opts=-f /opt/osmo-gsm-manuals/build/mscgen-filter.conf -f /opt/osmo-gsm-manuals/build/diag-filter.conf -f /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /opt/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/build/doc/manuals' -a commondir='/opt/osmo-gsm-manuals/common' ", '--dblatex-opts=--config /opt/osmo-gsm-manuals/build/dblatex_config.xml -s /opt/osmo-gsm-manuals/build/custom-dblatex-draft.sty -P draft.mode=yes -P draft.watermark=0 ', '-a', 'docinfo', '-a', 'revnumber=DRAFT 2.1.0-165-g4ced', '-a', 'revdate=2025-Oct-01', 'osmostp-usermanual.adoc']
a2x: resource files: []
a2x: resource directories: ['/etc/asciidoc/stylesheets']
a2x: executing: asciidoc ['-f', '/opt/osmo-gsm-manuals/build/mscgen-filter.conf', '-f', '/opt/osmo-gsm-manuals/build/diag-filter.conf', '-f', '/opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf', '-f', '/opt/osmo-gsm-manuals/build/graphviz-filter.conf', '-a', 'srcdir=/build/doc/manuals', '-a', 'commondir=/opt/osmo-gsm-manuals/common', ('--attribute', 'docinfo'), ('--attribute', 'revnumber=DRAFT 2.1.0-165-g4ced'), ('--attribute', 'revdate=2025-Oct-01'), ('--verbose',), ('--backend', 'docbook'), ('-a', 'a2x-format=pdf'), ('--out-file', '/build/doc/manuals/osmostp-usermanual.xml')]
a2x: executing: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s "/etc/asciidoc/dblatex/asciidoc-dblatex.sty" --config /opt/osmo-gsm-manuals/build/dblatex_config.xml -s /opt/osmo-gsm-manuals/build/custom-dblatex-draft.sty -P draft.mode=yes -P draft.watermark=0  -V  "/build/doc/manuals/osmostp-usermanual.xml"

Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /build/doc/manuals/osmostp-usermanual.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/build/doc/manuals' /usr/share/dblatex/xsl/common/mklistings.xsl /build/doc/manuals/osmostp-usermanual.xml
xsltproc -o osmostp-usermanual.rtex --xinclude --xincludestyle --param listings.xml '/tmp/tmp16u2utui/listings.xml' --param current.dir '/build/doc/manuals' /tmp/tmp16u2utui/custom.xsl /build/doc/manuals/osmostp-usermanual.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.12)
===================================================
Error: no ID for constraint linkend: ieee-802.11.
XRef to nonexistent id: ieee-802.11
Section level > 6 not well supported for bibliodiv
Image 'dblatex' not found
rsvg-convert -a -f pdf -o fig0.pdf /build/doc/manuals/osmostp-usermanual__1.svg
rsvg-convert -a -f pdf -o fig1.pdf /build/doc/manuals/osmostp-usermanual__2.svg
Cannot convert './common/images/wireshark-gsmtap-log.png' to pdf
Build osmostp-usermanual.pdf
built-in module pdftex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for custom-dblatex-draft
built-in module bibtopic registered
building additional files...
checking if compiling is necessary...
the output file doesn't exist
pdflatex -interaction=batchmode osmostp-usermanual.tex

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 tctt0900
mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input tctt0900
This is METAFONT, Version 2.71828182 (TeX Live 2022/Debian) (preloaded base=mf)

(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/tctt0900.mf
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf)
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/tctt.mf
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txsymb.mf
 Ok (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf
 Ok) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf
 Ok) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf
 Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [27] [29])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txgen.mf
 Ok [100] [109] [98] [99] [108])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txsymbol.mf
 Ok [13] [18] [21] [22] [23] [24] [25] [26] [28] [31] [32] [36] [39] [44]
[45] [46] [42] [47] [60] [61] [62] [77] [79] [87] [110] [91] [93] [94] [95]
[96] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137]
[138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149]
[150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161]
[162] [163] [164] [165] [166] [167] [168] [169] [171] [172] [173] [174]
[175] [177] [176] [180] [181] [182] [183] [184] [187] [191] [214] [246])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txromod.mf
 Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txrsuper.mf
 Ok [185] [178] [179] [170] [186])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txrfract.mf
 Ok [188] [189] [190]) ) ) )
Font metrics written on tctt0900.tfm.
Output written on tctt0900.600gf (128 characters, 17564 bytes).
Transcript written on tctt0900.log.
mktexpk: /build/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/tctt0900.600pk: successfully generated.
running post-compilation scripts...
[index] the index file /tmp/tmp16u2utui/osmostp-usermanual.idx is empty
osmostp-usermanual.aux MD5 checksum changed
osmostp-usermanual.toc MD5 checksum changed
the /tmp/tmp16u2utui/osmostp-usermanual.aux file has changed
pdflatex -interaction=batchmode osmostp-usermanual.tex
running post-compilation scripts...
[index] the index file /tmp/tmp16u2utui/osmostp-usermanual.idx is empty
osmostp-usermanual.aux MD5 checksum changed
the /tmp/tmp16u2utui/osmostp-usermanual.aux file has changed but no re-run required?
no new compilation is needed
running last-compilation scripts...
'osmostp-usermanual.pdf' successfully built

a2x: deleting /build/doc/manuals/osmostp-usermanual.xml
make[3]: Leaving directory '/build/doc/manuals'
make[3]: Entering directory '/build/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/doc'
make[2]: Leaving directory '/build/doc'
Making all in contrib
make[2]: Entering directory '/build/contrib'
Making all in systemd
make[3]: Entering directory '/build/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/contrib/systemd'
make[3]: Entering directory '/build/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/contrib'
make[2]: Leaving directory '/build/contrib'
make[2]: Entering directory '/build'
mkdir -p doc/sigtran
/usr/bin/doxygen Doxyfile
warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!
Doxygen version used: 1.9.4
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
Searching for files in directory /build/include/osmocom/sigtran
Searching for files in directory /build/include/osmocom/sigtran/protocol
Searching for files in directory /build/src
Reading and parsing tag files
Parsing files
Preprocessing /build/include/osmocom/sigtran/mtp_sap.h...
Parsing file /build/include/osmocom/sigtran/mtp_sap.h...
Preprocessing /build/include/osmocom/sigtran/osmo_ss7.h...
Parsing file /build/include/osmocom/sigtran/osmo_ss7.h...
Preprocessing /build/include/osmocom/sigtran/protocol/m2ua.h...
Parsing file /build/include/osmocom/sigtran/protocol/m2ua.h...
Preprocessing /build/include/osmocom/sigtran/protocol/m3ua.h...
Parsing file /build/include/osmocom/sigtran/protocol/m3ua.h...
Preprocessing /build/include/osmocom/sigtran/protocol/mtp.h...
Parsing file /build/include/osmocom/sigtran/protocol/mtp.h...
Preprocessing /build/include/osmocom/sigtran/protocol/sccp_scmg.h...
Parsing file /build/include/osmocom/sigtran/protocol/sccp_scmg.h...
Preprocessing /build/include/osmocom/sigtran/protocol/sua.h...
Parsing file /build/include/osmocom/sigtran/protocol/sua.h...
Preprocessing /build/include/osmocom/sigtran/sccp_helpers.h...
Parsing file /build/include/osmocom/sigtran/sccp_helpers.h...
Preprocessing /build/include/osmocom/sigtran/sccp_sap.h...
Parsing file /build/include/osmocom/sigtran/sccp_sap.h...
Preprocessing /build/include/osmocom/sigtran/sigtran_sap.h...
Parsing file /build/include/osmocom/sigtran/sigtran_sap.h...
Preprocessing /build/include/osmocom/sigtran/version.h...
Parsing file /build/include/osmocom/sigtran/version.h...
Preprocessing /build/include/osmocom/sigtran/xua_msg.h...
Parsing file /build/include/osmocom/sigtran/xua_msg.h...
Preprocessing /build/src/ipa.c...
Parsing file /build/src/ipa.c...
Preprocessing /build/src/m3ua.c...
Parsing file /build/src/m3ua.c...
Preprocessing /build/src/sccp2sua.c...
Parsing file /build/src/sccp2sua.c...
Preprocessing /build/src/sccp_connection.c...
Parsing file /build/src/sccp_connection.c...
Preprocessing /build/src/sccp_connection.h...
Parsing file /build/src/sccp_connection.h...
Preprocessing /build/src/sccp_helpers.c...
Parsing file /build/src/sccp_helpers.c...
Preprocessing /build/src/sccp_instance.c...
Parsing file /build/src/sccp_instance.c...
Preprocessing /build/src/sccp_instance.h...
Parsing file /build/src/sccp_instance.h...
Preprocessing /build/src/sccp_internal.h...
Parsing file /build/src/sccp_internal.h...
Preprocessing /build/src/sccp_lbcs.c...
Parsing file /build/src/sccp_lbcs.c...
Preprocessing /build/src/sccp_sap.c...
Parsing file /build/src/sccp_sap.c...
Preprocessing /build/src/sccp_sclc.c...
Parsing file /build/src/sccp_sclc.c...
Preprocessing /build/src/sccp_scmg.c...
Parsing file /build/src/sccp_scmg.c...
Preprocessing /build/src/sccp_scoc.c...
Parsing file /build/src/sccp_scoc.c...
Preprocessing /build/src/sccp_scoc_fsm.c...
Parsing file /build/src/sccp_scoc_fsm.c...
Preprocessing /build/src/sccp_scoc_fsm.h...
Parsing file /build/src/sccp_scoc_fsm.h...
Preprocessing /build/src/sccp_scrc.c...
Parsing file /build/src/sccp_scrc.c...
Preprocessing /build/src/sccp_types.c...
Parsing file /build/src/sccp_types.c...
Preprocessing /build/src/sccp_user.c...
Parsing file /build/src/sccp_user.c...
Preprocessing /build/src/sccp_user.h...
Parsing file /build/src/sccp_user.h...
Preprocessing /build/src/sccp_vty.c...
Parsing file /build/src/sccp_vty.c...
Preprocessing /build/src/ss7.c...
Parsing file /build/src/ss7.c...
Preprocessing /build/src/ss7_as.c...
Parsing file /build/src/ss7_as.c...
Preprocessing /build/src/ss7_as.h...
Parsing file /build/src/ss7_as.h...
Preprocessing /build/src/ss7_as_vty.c...
Parsing file /build/src/ss7_as_vty.c...
Preprocessing /build/src/ss7_asp.c...
Parsing file /build/src/ss7_asp.c...
Preprocessing /build/src/ss7_asp.h...
Parsing file /build/src/ss7_asp.h...
Preprocessing /build/src/ss7_asp_peer.c...
Parsing file /build/src/ss7_asp_peer.c...
Preprocessing /build/src/ss7_asp_peer.h...
Parsing file /build/src/ss7_asp_peer.h...
Preprocessing /build/src/ss7_asp_vty.c...
Parsing file /build/src/ss7_asp_vty.c...
Preprocessing /build/src/ss7_combined_linkset.c...
Parsing file /build/src/ss7_combined_linkset.c...
Preprocessing /build/src/ss7_combined_linkset.h...
Parsing file /build/src/ss7_combined_linkset.h...
Preprocessing /build/src/ss7_hmrt.c...
Parsing file /build/src/ss7_hmrt.c...
Preprocessing /build/src/ss7_instance.c...
Parsing file /build/src/ss7_instance.c...
Preprocessing /build/src/ss7_instance.h...
Parsing file /build/src/ss7_instance.h...
Preprocessing /build/src/ss7_internal.h...
Parsing file /build/src/ss7_internal.h...
Preprocessing /build/src/ss7_link.c...
Parsing file /build/src/ss7_link.c...
Preprocessing /build/src/ss7_link.h...
Parsing file /build/src/ss7_link.h...
Preprocessing /build/src/ss7_linkset.c...
Parsing file /build/src/ss7_linkset.c...
Preprocessing /build/src/ss7_linkset.h...
Parsing file /build/src/ss7_linkset.h...
Preprocessing /build/src/ss7_route.c...
Parsing file /build/src/ss7_route.c...
Preprocessing /build/src/ss7_route.h...
Parsing file /build/src/ss7_route.h...
Preprocessing /build/src/ss7_route_table.c...
Parsing file /build/src/ss7_route_table.c...
Preprocessing /build/src/ss7_route_table.h...
Parsing file /build/src/ss7_route_table.h...
Preprocessing /build/src/ss7_user.c...
Parsing file /build/src/ss7_user.c...
Preprocessing /build/src/ss7_user.h...
Parsing file /build/src/ss7_user.h...
Preprocessing /build/src/ss7_vty.c...
Parsing file /build/src/ss7_vty.c...
Preprocessing /build/src/ss7_vty.h...
Parsing file /build/src/ss7_vty.h...
Preprocessing /build/src/ss7_xua_srv.c...
Parsing file /build/src/ss7_xua_srv.c...
Preprocessing /build/src/ss7_xua_srv.h...
Parsing file /build/src/ss7_xua_srv.h...
Preprocessing /build/src/ss7_xua_srv_vty.c...
Parsing file /build/src/ss7_xua_srv_vty.c...
Preprocessing /build/src/sua.c...
Parsing file /build/src/sua.c...
Preprocessing /build/src/xua_as_fsm.c...
Parsing file /build/src/xua_as_fsm.c...
Preprocessing /build/src/xua_as_fsm.h...
Parsing file /build/src/xua_as_fsm.h...
Preprocessing /build/src/xua_asp_fsm.c...
Parsing file /build/src/xua_asp_fsm.c...
Preprocessing /build/src/xua_asp_fsm.h...
Parsing file /build/src/xua_asp_fsm.h...
Preprocessing /build/src/xua_default_lm_fsm.c...
Parsing file /build/src/xua_default_lm_fsm.c...
Preprocessing /build/src/xua_internal.h...
Parsing file /build/src/xua_internal.h...
Preprocessing /build/src/xua_msg.c...
Parsing file /build/src/xua_msg.c...
Preprocessing /build/src/xua_msg.h...
Parsing file /build/src/xua_msg.h...
Preprocessing /build/src/xua_rkm.c...
Parsing file /build/src/xua_rkm.c...
Preprocessing /build/src/xua_shared.c...
Parsing file /build/src/xua_shared.c...
Preprocessing /build/src/xua_snm.c...
Parsing file /build/src/xua_snm.c...
Preprocessing /build/src/xua_types.h...
Parsing file /build/src/xua_types.h...
Building macro definition list...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Building concept list...
Computing nesting relations for classes...
Associating documentation with classes...
Associating documentation with concepts...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope o/build/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
/build/src/ss7_instance.h:32: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
f groups...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Computing tooltip texts...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating code for file include/osmocom/sigtran/mtp_sap.h...
Generating code for file include/osmocom/sigtran/osmo_ss7.h...
Generating code for file include/osmocom/sigtran/protocol/m2ua.h...
Generating code for file include/osmocom/sigtran/protocol/m3ua.h...
Generating code for file include/osmocom/sigtran/protocol/mtp.h...
Generating code for file include/osmocom/sigtran/protocol/sccp_scmg.h...
Generating code for file include/osmocom/sigtran/protocol/sua.h...
Generating code for file include/osmocom/sigtran/sccp_helpers.h...
Generating code for file include/osmocom/sigtran/sccp_sap.h...
Generating code for file include/osmocom/sigtran/sigtran_sap.h...
Generating code for file include/osmocom/sigtran/version.h...
Generating code for file include/osmocom/sigtran/xua_msg.h...
Generating code for file src/xua_msg.h...
Parsing code for file src/ipa.c...
Parsing code for file src/m3ua.c...
Parsing code for file src/sccp2sua.c...
Parsing code for file src/sccp_connection.c...
Generating code for file src/sccp_connection.h...
Parsing code for file src/sccp_helpers.c...
Parsing code for file src/sccp_instance.c...
Generating code for file src/sccp_instance.h...
Generating code for file src/sccp_internal.h...
Parsing code for file src/sccp_lbcs.c...
Parsing code for file src/sccp_sap.c...
Parsing code for file src/sccp_sclc.c...
Parsing code for file src/sccp_scmg.c...
Parsing code for file src/sccp_scoc.c...
Parsing code for file src/sccp_scoc_fsm.c...
Generating code for file src/sccp_scoc_fsm.h...
Parsing code for file src/sccp_scrc.c...
Parsing code for file src/sccp_types.c...
Parsing code for file src/sccp_user.c...
Generating code for file src/sccp_user.h...
Parsing code for file src/sccp_vty.c...
Parsing code for file src/ss7.c...
Parsing code for file src/ss7_as.c...
Generating code for file src/ss7_as.h...
Parsing code for file src/ss7_as_vty.c...
Parsing code for file src/ss7_asp.c...
Generating code for file src/ss7_asp.h...
Parsing code for file src/ss7_asp_peer.c...
Generating code for file src/ss7_asp_peer.h...
Parsing code for file src/ss7_asp_vty.c...
Parsing code for file src/ss7_combined_linkset.c...
Generating code for file src/ss7_combined_linkset.h...
Parsing code for file src/ss7_hmrt.c...
Parsing code for file src/ss7_instance.c...
Generating code for file src/ss7_instance.h...
Generating code for file src/ss7_internal.h...
Parsing code for file src/ss7_link.c...
Generating code for file src/ss7_link.h...
Parsing code for file src/ss7_linkset.c...
Generating code for file src/ss7_linkset.h...
Parsing code for file src/ss7_route.c...
Generating code for file src/ss7_route.h...
Parsing code for file src/ss7_route_table.c...
Generating code for file src/ss7_route_table.h...
Parsing code for file src/ss7_user.c...
Generating code for file src/ss7_user.h...
Parsing code for file src/ss7_vty.c...
Generating code for file src/ss7_vty.h...
Parsing code for file src/ss7_xua_srv.c...
Generating code for file src/ss7_xua_srv.h...
Parsing code for file src/ss7_xua_srv_vty.c...
Parsing code for file src/sua.c...
Parsing code for file src/xua_as_fsm.c...
Generating code for file src/xua_as_fsm.h...
Parsing code for file src/xua_asp_fsm.c...
Generating code for file src/xua_asp_fsm.h...
/build/include/osmocom/sigtran/osmo_ss7.h:306: warning: argument 'ppid_sid' of command @param is not found in the argument list of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg)
/build/include/osmocom/sigtran/osmo_ss7.h:306: warning: The following parameter of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) is not documented:
  parameter 'ppid_mux'
/build/src/sccp_instance.c:955: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val)
/build/src/sccp_instance.c:955: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
  parameter 'inst'
/build/src/ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:193: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:193: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name)
/build/src/ss7_as.c:194: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:193: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
  parameter 'asp_name'
/build/src/ss7_as.c:142: warning: unable to resolve reference to 'asp_protocol' for \ref command
/build/src/ss7_as.c:246: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:247: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:248: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:248: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_instance.c:349: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_instance.c:637: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
/build/src/ss7_instance.c:637: warning: The following parameter of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
  parameter 'inst'
/build/src/ss7_instance.c:669: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
/build/src/ss7_instance.c:669: warning: The following parameter of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
  parameter 'inst'
/build/src/ss7_instance.c:767: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr)
/build/src/ss7_instance.c:767: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
  parameter 'addr'
/build/src/xua_msg.c:478: warning: unable to resolve reference to 'maps' for \ref command
/build/src/xua_msg.c:476: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented:
  parameter 'num_maps'
/build/src/m3ua.c:769: warning: unable to resolve reference to 'msg' for \ref command
/build/src/m3ua.c:993: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/src/m3ua.c:993: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/src/m3ua.c:544: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:92: warning: unable to resolve reference to 'in_digits' for \ref command
/build/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
/build/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
/build/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
/build/src/sccp2sua.c:320: warning: unable to resolve reference to 'addr' for \ref command
/build/src/sccp2sua.c:682: warning: The following parameter of sccp_msg_add_sua_opt(enum sccp_message_types type, struct msgb *msg, const struct xua_msg_part *opt) is not documented:
  parameter 'type'
/build/src/sccp2sua.c:1176: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1140: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1209: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1300: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1638: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1599: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1429: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1559: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:797: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1271: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1238: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1332: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1468: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1382: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1519: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1189: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1156: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:1221: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:565: warning: unable to resolve reference to 'opt' for \ref command
/build/src/sccp_instance.c:955: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val)
/build/src/sccp_instance.c:955: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
  parameter 'inst'
/build/src/sccp_sclc.c:172: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/src/sccp_sclc.c:172: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/src/sccp_sclc.c:149: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/src/sccp_sclc.c:149: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/src/sccp_sclc.c:172: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/src/sccp_sclc.c:172: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/src/sccp_sclc.c:149: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/src/sccp_sclc.c:149: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/src/ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:193: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:193: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name)
/build/src/ss7_as.c:194: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:193: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
  parameter 'asp_name'
/build/src/ss7_as.c:142: warning: unable to resolve reference to 'asp_protocol' for \ref command
/build/src/ss7_as.c:246: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:247: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:248: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:248: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:150: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:151: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:514: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp) is not documented:
  parameter 'mtp'
/build/src/ss7_as.c:150: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_as.c:151: warning: unable to resolve reference to 'as' for \ref command
/build/src/ss7_as.c:514: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp) is not documented:
  parameter 'mtp'
/build/src/ss7_asp.c:626: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
  parameter 'trans_proto'
/build/src/ss7_combined_linkset.c:68: warning: found documented return type for ss7_combined_linkset_insert that does not return anything
/build/src/ss7_instance.c:637: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
/build/src/ss7_instance.c:637: warning: The following parameter of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
  parameter 'inst'
/build/src/ss7_instance.c:669: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
/build/src/ss7_instance.c:669: warning: The following parameter of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
  parameter 'inst'
/build/src/ss7_instance.c:767: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr)
/build/src/ss7_instance.c:767: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
  parameter 'addr'
/build/src/ss7_instance.c:349: warning: unable to resolve reference to 'asp' for \ref command
/build/src/ss7_asp.c:626: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
  parameter 'trans_proto'
/build/src/ss7_route.c:52: warning: unable to resolve reference to 'pc' for \ref command
/build/src/ss7_route.c:193: warning: unable to resolve reference to 'pc' for \ref command
/build/src/ss7_route.c:52: warning: unable to resolve reference to 'pc' for \ref command
/build/src/ss7_route.c:193: warning: unable to resolve reference to 'pc' for \ref command
/build/src/ss7_xua_srv.c:272: warning: argument 'ctx' of command @param is not found in the argument list of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host)
/build/src/ss7_xua_srv.c:272: warning: The following parameter of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented:
  parameter 'inst'
/build/src/ss7_xua_srv.c:272: warning: argument 'ctx' of command @param is not found in the argument list of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host)
/build/src/ss7_xua_srv.c:272: warning: The following parameter of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented:
  parameter 'inst'
/build/src/sua.c:505: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sua.c:683: warning: unable to resolve reference to 'msg' for \ref command
/build/src/sua.c:934: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/src/sua.c:934: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/src/sua.c:308: warning: unable to resolve reference to 'xua' for \ref command
/build/src/m3ua.c:769: warning: unable to resolve reference to 'msg' for \ref command
/build/src/m3ua.c:993: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/src/m3ua.c:993: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/src/m3ua.c:544: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
/build/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
/build/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
/build/src/sua.c:505: warning: unable to resolve reference to 'xua' for \ref command
/build/src/sua.c:683: warning: unable to resolve reference to 'msg' for \ref command
/build/src/sua.c:934: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/src/sua.c:934: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/src/sua.c:308: warning: unable to resolve reference to 'xua' for \ref command
/build/src/xua_msg.c:478: warning: unable to resolve reference to 'maps' for \ref command
/build/src/xua_msg.c:476: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented:
  parameter 'num_maps'
Parsing code for file src/xua_default_lm_fsm.c...
Generating code for file src/xua_internal.h...
Parsing code for file src/xua_msg.c...
Parsing code for file src/xua_rkm.c...
Parsing code for file src/xua_shared.c...
Parsing code for file src/xua_snm.c...
Generating code for file src/xua_types.h...
Generating file documentation...
Generating docs for file include/osmocom/sigtran/mtp_sap.h...
Generating docs for file include/osmocom/sigtran/osmo_ss7.h...
Generating docs for file include/osmocom/sigtran/protocol/m2ua.h...
Generating docs for file include/osmocom/sigtran/protocol/m3ua.h...
Generating docs for file include/osmocom/sigtran/protocol/mtp.h...
Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h...
Generating docs for file include/osmocom/sigtran/protocol/sua.h...
Generating docs for file include/osmocom/sigtran/sccp_helpers.h...
Generating docs for file include/osmocom/sigtran/sccp_sap.h...
Generating docs for file include/osmocom/sigtran/sigtran_sap.h...
Generating docs for file include/osmocom/sigtran/version.h...
Generating docs for file include/osmocom/sigtran/xua_msg.h...
Generating docs for file src/xua_msg.h...
Generating docs for file src/ipa.c...
Generating docs for file src/m3ua.c...
Generating docs for file src/sccp2sua.c...
Generating docs for file src/sccp_connection.c...
Generating docs for file src/sccp_connection.h...
Generating docs for file src/sccp_helpers.c...
Generating docs for file src/sccp_instance.c...
Generating docs for file src/sccp_instance.h...
Generating docs for file src/sccp_internal.h...
Generating docs for file src/sccp_lbcs.c...
Generating docs for file src/sccp_sap.c...
Generating docs for file src/sccp_sclc.c...
Generating docs for file src/sccp_scmg.c...
Generating docs for file src/sccp_scoc.c...
Generating docs for file src/sccp_scoc_fsm.c...
Generating docs for file src/sccp_scoc_fsm.h...
Generating docs for file src/sccp_scrc.c...
Generating docs for file src/sccp_types.c...
Generating docs for file src/sccp_user.c...
Generating docs for file src/sccp_user.h...
Generating docs for file src/sccp_vty.c...
Generating docs for file src/ss7.c...
Generating docs for file src/ss7_as.c...
Generating docs for file src/ss7_as.h...
Generating docs for file src/ss7_as_vty.c...
Generating docs for file src/ss7_asp.c...
Generating docs for file src/ss7_asp.h...
Generating docs for file src/ss7_asp_peer.c...
Generating docs for file src/ss7_asp_peer.h...
Generating docs for file src/ss7_asp_vty.c...
Generating docs for file src/ss7_combined_linkset.c...
Generating docs for file src/ss7_combined_linkset.h...
Generating docs for file src/ss7_hmrt.c...
Generating docs for file src/ss7_instance.c...
Generating docs for file src/ss7_instance.h...
Generating docs for file src/ss7_internal.h...
Generating docs for file src/ss7_link.c...
Generating docs for file src/ss7_link.h...
Generating docs for file src/ss7_linkset.c...
Generating docs for file src/ss7_linkset.h...
Generating docs for file src/ss7_route.c...
Generating docs for file src/ss7_route.h...
Generating docs for file src/ss7_route_table.c...
Generating docs for file src/ss7_route_table.h...
Generating docs for file src/ss7_user.c...
Generating docs for file src/ss7_user.h...
Generating docs for file src/ss7_vty.c...
Generating docs for file src/ss7_vty.h...
Generating docs for file src/ss7_xua_srv.c...
Generating docs for file src/ss7_xua_srv.h...
Generating docs for file src/ss7_xua_srv_vty.c...
Generating docs for file src/sua.c...
Generating docs for file src/xua_as_fsm.c...
Generating docs for file src/xua_as_fsm.h...
Generating docs for file src/xua_asp_fsm.c...
Generating docs for file src/xua_asp_fsm.h...
Generating docs for file src/xua_default_lm_fsm.c...
Generating docs for file src/xua_internal.h...
Generating docs for file src/xua_msg.c...
Generating docs for file src/xua_rkm.c...
Generating docs for file src/xua_shared.c...
Generating docs for file src/xua_snm.c...
Generating docs for file src/xua_types.h...
Generating page documentation...
Generating group documentation...
Generating class documen/build/src/ss7_instance.h:32: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
/build/src/ss7_instance.h:32: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
/build/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
/build/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
tation...
Generating docs for compound ipa_asp_fsm_priv...
Generating docs for compound lm_fsm_priv...
Generating docs for compound m3ua_data_hdr...
Generating docs for compound osmo_mtp_pause_param...
Generating docs for compound osmo_mtp_prim...
Generating docs for compound osmo_mtp_resume_param...
Generating docs for compound osmo_mtp_status_param...
Generating docs for compound osmo_mtp_transfer_param...
Generating docs for compound osmo_sccp_addr...
Generating docs for compound osmo_sccp_addr_entry...
Generating docs for compound osmo_sccp_gt...
Generating docs for compound osmo_sccp_instance...
Generating docs for compound osmo_sccp_user...
Generating docs for compound osmo_scu_connect_param...
Generating docs for compound osmo_scu_data_param...
Generating docs for compound osmo_scu_disconn_param...
Generating docs for compound osmo_scu_notice_param...
Generating docs for compound osmo_scu_pcstate_param...
Generating docs for compound osmo_scu_prim...
Generating docs for compound osmo_scu_reset_param...
Generating docs for compound osmo_scu_state_param...
Generating docs for compound osmo_scu_unitdata_param...
Generating docs for compound osmo_ss7_as...
Generating docs for compound osmo_ss7_as_esls_entry...
Generating docs for compound osmo_ss7_asp...
Generating docs for compound osmo_ss7_asp_peer...
Generating docs for compound osmo_ss7_combined_linkset...
Generating docs for compound osmo_ss7_esls_entry...
Generating docs for compound osmo_ss7_instance...
Generating docs for compound osmo_ss7_link...
Generating docs for compound osmo_ss7_linkset...
Generating docs for compound osmo_ss7_pc_fmt...
Generating docs for compound osmo_ss7_route...
Generating docs for compound osmo_ss7_route_label...
Generating docs for compound osmo_ss7_route_table...
Generating docs for compound osmo_ss7_routing_key...
Generating docs for compound osmo_ss7_user...
Generating docs for compound osmo_xlm_prim...
Generating docs for compound osmo_xlm_prim_error...
Generating docs for compound osmo_xlm_prim_notify...
Generating docs for compound osmo_xlm_prim_rk_dereg...
Generating docs for compound osmo_xlm_prim_rk_reg...
Generating docs for compound osmo_xua_layer_manager...
Generating docs for compound osmo_xua_server...
Generating docs for compound sccp_connection...
Generating docs for compound sccp_pending_rout_fail...
Generating docs for compound sccp_scmg_msg...
Generating docs for compound xua_as_event_asp_inactive_ind_pars...
Generating docs for compound xua_as_fsm_priv...
Generating docs for compound xua_asp_fsm_priv...
Generating docs for compound xua_common_hdr...
Generating docs for compound xua_dialect...
Generating docs for compound xua_msg...
Generating docs for compound xua_msg_class...
Generating docs for compound xua_msg_event_map...
Generating docs for compound xua_msg_part...
Generating docs for compound xua_parameter_hdr...
Generating concept documentation...
Generating namespace index...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
lookup cache used 2406/65536 hits=32606 misses=2572
finished...
cd ./doc && tar cf html.tar */html
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ make -j 12 check
make  check-recursive
make[1]: Entering directory '/build'
Making check in include
make[2]: Entering directory '/build/include'
Making check in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making check in sccp
make[4]: Entering directory '/build/include/osmocom/sccp'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/include/osmocom/sccp'
Making check in sigtran
make[4]: Entering directory '/build/include/osmocom/sigtran'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/include/osmocom/sigtran'
make[4]: Entering directory '/build/include/osmocom'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/include/osmocom'
make[3]: Leaving directory '/build/include/osmocom'
make[3]: Entering directory '/build/include'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/include'
make[2]: Leaving directory '/build/include'
Making check in src
make[2]: Entering directory '/build/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/build/src'
Making check in tests
make[2]: Entering directory '/build/tests'
Making check in xua
make[3]: Entering directory '/build/tests/xua'
make  xua_test
make[4]: Entering directory '/build/tests/xua'
  CC       xua_test.o
  CC       sccp_test_data.o
  CCLD     xua_test
make[4]: Leaving directory '/build/tests/xua'
make[3]: Leaving directory '/build/tests/xua'
Making check in m2ua
make[3]: Entering directory '/build/tests/m2ua'
make  m2ua_test
make[4]: Entering directory '/build/tests/m2ua'
  CC       m2ua_test.o
  CCLD     m2ua_test
make[4]: Leaving directory '/build/tests/m2ua'
make[3]: Leaving directory '/build/tests/m2ua'
Making check in ss7
make[3]: Entering directory '/build/tests/ss7'
make  ss7_test
make[4]: Entering directory '/build/tests/ss7'
  CC       ss7_test.o
  CCLD     ss7_test
make[4]: Leaving directory '/build/tests/ss7'
make[3]: Leaving directory '/build/tests/ss7'
Making check in vty
make[3]: Entering directory '/build/tests/vty'
make  ss7_asp_vty_test
make[4]: Entering directory '/build/tests/vty'
  CC       ss7_asp_vty_test.o
  CCLD     ss7_asp_vty_test
make[4]: Leaving directory '/build/tests/vty'
make  check-local
make[4]: Entering directory '/build/tests/vty'
make  ext-tests
make[5]: Entering directory '/build/tests/vty'
make vty-test
make[6]: Entering directory '/build/tests/vty'
make vty-python-test
make[7]: Entering directory '/build/tests/vty'
./vty_test_runner.py -w /build -v
confpath /build/tests/vty/.., workdir /build
Running tests for specific VTY commands
testMultiHome (__main__.TestVTYSTP.testMultiHome) ... Opening /dev/null
Launching: PWD=/build './stp/osmo-stp' '-c' '/build/tests/vty/../../doc/examples/osmo-stp-multihome.cfg'

> ls -l /proc/34338/fd
total 0
lr-x------ 1 build build 64 Oct  1 23:18 0 -> pipe:[2930668552]
l-wx------ 1 build build 64 Oct  1 23:18 1 -> pipe:[2930668553]
l-wx------ 1 build build 64 Oct  1 23:18 2 -> pipe:[2930668554]
l-wx------ 1 build build 64 Oct  1 23:18 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4239      0.0.0.0:*          


> ps xua | grep osmo
build          1  0.0  0.0   2500   916 ?        Ss   23:17   0:00 /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh
build          7  0.0  0.0   2584   940 ?        S    23:17   0:00 /bin/sh /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh
build      34339  0.0  0.0 21474894072 20464 ?   S    23:18   0:00 /build/stp/.libs/osmo-stp -c /build/tests/vty/../../doc/examples/osmo-stp-multihome.cfg
build      34359  0.0  0.0   2584   952 ?        S    23:18   0:00 /bin/sh -c ps xua | grep osmo
build      34361  0.0  0.0   3708  1776 ?        S    23:18   0:00 grep osmo

/proc/net/sctp/eps: parsing line: 51906e64 9a1ae573 2   10  61   2905   1000 2930698814 127.0.0.2 127.0.0.1 0000:0000:0000:0000:0000:0000:0000:0001
/proc/net/sctp/eps: local port 2905 found
Connected to STP through SCTP (IPv4)
Connected to STP through SCTP (IPv6)
Process returned code: 0
ok

----------------------------------------------------------------------
Ran 1 test in 0.213s

OK
make[7]: Leaving directory '/build/tests/vty'
make vty-transcript-test
make[7]: Entering directory '/build/tests/vty'
make vty-transcript-test-stp
make[8]: Entering directory '/build/tests/vty'
osmo_verify_transcript_vty.py -v \
	-n OsmoSTP -p 4239 \
	-r "../../stp/osmo-stp -c ../../doc/examples/osmo-stp-multihome.cfg" \
	 ./osmo_stp_*.vty
DLSS7 <000c> ss7_instance.c:65 0: Creating SS7 Instance
DLSS7 <000c> ss7_route_table.c:62 0: Creating Route Table system
DLSS7 <000c> ss7_xua_srv.c:238 Creating m3ua Server (null):2905
DLSS7 <000c> ss7_xua_srv.c:258 Created m3ua server on (null):2905
DLSS7 <000c> ss7_xua_srv.c:326 (Re)binding m3ua Server to (127.0.0.2|127.0.0.1|::1):2905
DLGLOBAL <0000> telnet_interface.c:88 Available via telnet 127.0.0.1 4239
Launching: cd '/build/tests/vty'; ../../stp/osmo-stp -c ../../doc/examples/osmo-stp-multihome.cfg
OsmoSTP> enable

OsmoSTP# configure terminal

OsmoSTP(config)# cs7 instance 0


OsmoSTP(config-cs7)# ! CREATE 3 AS with 1 ASP EACH:

OsmoSTP(config-cs7)# asp asp1 2905 54321 m3ua

OsmoSTP(config-cs7-asp)# remote-ip 127.0.0.110

OsmoSTP(config-cs7-asp)# local-ip 27.0.0.1

OsmoSTP(config-cs7-asp)# no shutdown
DLSS7 <000c> ss7_asp_vty.c:671 0: ASP(asp1) Applying Adm State change: ENABLED -> ENABLED
DLSS7 <000c> ss7_asp.c:894 0: ASP(asp1) Restarting ASP asp1, r=127.0.0.110:2905<->l=27.0.0.1:54321
DLSS7 <000c> ss7_asp.c:935 0: ASP(asp1) ASP Restart for server not implemented yet!

OsmoSTP(config-cs7-asp)# exit
% NOTE: Skipping automatic restart of ASP since an explicit '[no] shutdown' command was entered
OsmoSTP(config-cs7)# asp asp2 2905 54321 m3ua

OsmoSTP(config-cs7-asp)# remote-ip 127.0.0.120

OsmoSTP(config-cs7-asp)# local-ip 27.0.0.1

OsmoSTP(config-cs7-asp)# no shutdown
DLSS7 <000c> ss7_asp_vty.c:671 0: ASP(asp2) Applying Adm State change: ENABLED -> ENABLED
DLSS7 <000c> ss7_asp.c:894 0: ASP(asp2) Restarting ASP asp2, r=127.0.0.120:2905<->l=27.0.0.1:54321
DLSS7 <000c> ss7_asp.c:935 0: ASP(asp2) ASP Restart for server not implemented yet!

OsmoSTP(config-cs7-asp)# exit
% NOTE: Skipping automatic restart of ASP since an explicit '[no] shutdown' command was entered
OsmoSTP(config-cs7)# asp asp3 2905 54321 m3ua

OsmoSTP(config-cs7-asp)# remote-ip 127.0.0.130

OsmoSTP(config-cs7-asp)# local-ip 27.0.0.1

OsmoSTP(config-cs7-asp)# no shutdown

OsmoSTP(config-cs7-asp)# exit
DLSS7 <000c> ss7_asp_vty.c:671 0: ASP(asp3) Applying Adm State change: ENABLED -> ENABLED
DLSS7 <000c> ss7_asp.c:894 0: ASP(asp3) Restarting ASP asp3, r=127.0.0.130:2905<->l=27.0.0.1:54321
DLSS7 <000c> ss7_asp.c:935 0: ASP(asp3) ASP Restart for server not implemented yet!
% NOTE: Skipping automatic restart of ASP since an explicit '[no] shutdown' command was entered
OsmoSTP(config-cs7)# as as1 m3ua
DLSS7 <000c> ss7_instance.c:325 0: AS(as1) Created AS

OsmoSTP(config-cs7-as)# asp asp1
DLSS7 <000c> ss7_as.c:161 0: AS(as1) Adding ASP asp1 to AS

OsmoSTP(config-cs7-as)# routing-key 56 0.1.2

OsmoSTP(config-cs7-as)# exit

OsmoSTP(config-cs7)# as as2 m3ua
DLSS7 <000c> ss7_instance.c:325 0: AS(as2) Created AS

OsmoSTP(config-cs7-as)# asp asp2

OsmoSTP(config-cs7-as)# routing-key 57 0.1.3
DLSS7 <000c> ss7_as.c:161 0: AS(as2) Adding ASP asp2 to AS

OsmoSTP(config-cs7-as)# exit

OsmoSTP(config-cs7)# as as3 m3ua
DLSS7 <000c> ss7_instance.c:325 0: AS(as3) Created AS

OsmoSTP(config-cs7-as)# asp asp3
DLSS7 <000c> ss7_as.c:161 0: AS(as3) Adding ASP asp3 to AS

OsmoSTP(config-cs7-as)# routing-key 57 0.1.4

OsmoSTP(config-cs7-as)# exit

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 asp asp1 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.110
  role sg
  sctp-role server
  no shutdown
 asp asp2 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.120
  role sg
  sctp-role server
  no shutdown
 asp asp3 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.130
  role sg
  sctp-role server
  no shutdown
 as as1 m3ua
  asp asp1
  routing-key 56 0.1.2
 as as2 m3ua
  asp asp2
  routing-key 57 0.1.3
 as as3 m3ua
  asp asp3
  routing-key 57 0.1.4
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
end

OsmoSTP(config-cs7)# route-table system

OsmoSTP(config-cs7-rt)# ! ADD 2 ROUTES WITH DECREASING PRIORITIES. THEY SHOULD END UP REORDERED BY PRIORITY:

OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset as1 priority 6 qos-class 7
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=5,via=as1,st=available) Creating route: pc=6161=3.2.1 mask=0x3fff=7.255.7 prio=5 via AS as1 proto=m3ua

OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset as2
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=5,via=as2,st=available) Creating route: pc=6161=3.2.1 mask=0x3fff=7.255.7 prio=5 via AS as2 proto=m3ua

OsmoSTP(config-cs7-rt)# update route 3.2.1 7.255.7 linkset as3 priority 2
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=5,via=as3,st=available) Creating route: pc=6161=3.2.1 mask=0x3fff=7.255.7 prio=5 via AS as3 proto=m3ua

OsmoSTP(config-cs7-rt)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 asp asp1 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.110
  role sg
  sctp-role server
  no shutdown
 asp asp2 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.120
  role sg
  sctp-role server
  no shutdown
 asp asp3 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.130
  role sg
  sctp-role server
  no shutdown
 as as1 m3ua
  asp asp1
  routing-key 56 0.1.2
 as as2 m3ua
  asp asp2
  routing-key 57 0.1.3
 as as3 m3ua
  asp asp3
  routing-key 57 0.1.4
 route-table system
  update route 3.2.1 7.255.7 linkset as3 priority 2
  update route 3.2.1 7.255.7 linkset as2
  update route 3.2.1 7.255.7 linkset as1 priority 6 qos-class 7
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
end
OsmoSTP(config-cs7-rt)# do show cs7 instance 0 route
Routing table = system
C=Cong Q=QoS P=Prio

Destination            C Q P Linkset Name        Linkset Non-adj Route
---------------------- - - - ------------------- ------- ------- -------
3.2.1/14         INACC   0 2 as3                 UNAVAIL allowed UNAVAIL    
3.2.1/14         INACC   0 5 as2                 UNAVAIL allowed UNAVAIL    
3.2.1/14         INACC   7 6 as1                 UNAVAIL allowed UNAVAIL    

OsmoSTP(config-cs7-rt)# ! NOW ADD MORE GENERIC ROUTES (SMALLER BITMASK LENGTH)

OsmoSTP(config-cs7-rt)# update route 3.2.0 7.255.0 linkset as3 priority 3
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=5,via=as3,st=available) Creating route: pc=6160=3.2.0 mask=0x3ff8=7.255.0 prio=5 via AS as3 proto=m3ua

OsmoSTP(config-cs7-rt)# update route 3.2.0 7.255.0 linkset as1 priority 1
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=5,via=as1,st=available) Creating route: pc=6160=3.2.0 mask=0x3ff8=7.255.0 prio=5 via AS as1 proto=m3ua

OsmoSTP(config-cs7-rt)# update route 3.2.0 7.255.0 linkset as2 priority 1
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=5,via=as2,st=available) Creating route: pc=6160=3.2.0 mask=0x3ff8=7.255.0 prio=5 via AS as2 proto=m3ua

OsmoSTP(config-cs7-rt)# update route 3.2.0 7.255.0 linkset as3 priority 1
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=5,via=as3,st=available) Creating route: pc=6160=3.2.0 mask=0x3ff8=7.255.0 prio=5 via AS as3 proto=m3ua

OsmoSTP(config-cs7-rt)# update route 3.2.0 7.255.0 linkset as3 priority 2
DLSS7 <000c> ss7_route.c:143 0: RT(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=5,via=as3,st=available) Creating route: pc=6160=3.2.0 mask=0x3ff8=7.255.0 prio=5 via AS as3 proto=m3ua

OsmoSTP(config-cs7-rt)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 asp asp1 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.110
  role sg
  sctp-role server
  no shutdown
 asp asp2 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.120
  role sg
  sctp-role server
  no shutdown
 asp asp3 2905 54321 m3ua
  local-ip 27.0.0.1
  remote-ip 127.0.0.130
  role sg
  sctp-role server
  no shutdown
 as as1 m3ua
  asp asp1
  routing-key 56 0.1.2
 as as2 m3ua
  asp asp2
  routing-key 57 0.1.3
 as as3 m3ua
  asp asp3
  routing-key 57 0.1.4
 route-table system
  update route 3.2.1 7.255.7 linkset as3 priority 2
  update route 3.2.1 7.255.7 linkset as2
  update route 3.2.1 7.255.7 linkset as1 priority 6 qos-class 7
  update route 3.2.0 7.255.0 linkset as1 priority 1
  update route 3.2.0 7.255.0 linkset as2 priority 1
  update route 3.2.0 7.255.0 linkset as3 priority 1
  update route 3.2.0 7.255.0 linkset as3 priority 2
  update route 3.2.0 7.255.0 linkset as3 priority 3
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
end
OsmoSTP(config-cs7-rt)# do show cs7 instance 0 route
Routing table = system
C=Cong Q=QoS P=Prio

Destination            C Q P Linkset Name        Linkset Non-adj Route
---------------------- - - - ------------------- ------- ------- -------
3.2.1/14         INACC   0 2 as3                 UNAVAIL allowed UNAVAIL    
3.2.1/14         INACC   0 5 as2                 UNAVAIL allowed UNAVAIL    
3.2.1/14         INACC   7 6 as1                 UNAVAIL allowed UNAVAIL    
3.2.0/11         INACC   0 1 as1                 UNAVAIL allowed UNAVAIL    
                         0 1 as2                 UNAVAIL allowed UNAVAIL    
                         0 1 as3                 UNAVAIL allowed UNAVAIL    
3.2.0/11         INACC   0 2 as3                 UNAVAIL allowed UNAVAIL    
3.2.0/11         INACC   0 3 as3                 UNAVAIL allowed UNAVAIL    

OsmoSTP(config-cs7-rt)# do show cs7 instance 0 route binding-table 3.2.1

Combined Linkset: dpc=6161=3.2.1, mask=0x3fff=7.255.7, prio=2
Loadshare Seed  Normal Route           Available  Alternative Route      Available
--------------  ---------------------  ---------  ---------------------  ---------
0               -                      -          -                      -         
1               -                      -          -                      -         
2               -                      -          -                      -         
3               -                      -          -                      -         
4               -                      -          -                      -         
5               -                      -          -                      -         
6               -                      -          -                      -         
7               -                      -          -                      -         
8               -                      -          -                      -         
9               -                      -          -                      -         
10              -                      -          -                      -         
11              -                      -          -                      -         
12              -                      -          -                      -         
13              -                      -          -                      -         
14              -                      -          -                      -         
15              -                      -          -                      -         
16              -                      -          -                      -         
17              -                      -          -                      -         
18              -                      -          -                      -         
19              -                      -          -                      -         
20              -                      -          -                      -         
21              -                      -          -                      -         
22              -                      -          -                      -         
23              -                      -          -                      -         
24              -                      -          -                      -         
25              -                      -          -                      -         
26              -                      -          -                      -         
27              -                      -          -                      -         
28              -                      -          -                      -         
29              -                      -          -                      -         
30              -                      -          -                      -         
31              -                      -          -                      -         
32              -                      -          -                      -         
33              -                      -          -                      -         
34              -                      -          -                      -         
35              -                      -          -                      -         
36              -                      -          -                      -         
37              -                      -          -                      -         
38              -                      -          -                      -         
39              -                      -          -                      -         
40              -                      -          -                      -         
41              -                      -          -                      -         
42              -                      -          -                      -         
43              -                      -          -                      -         
44              -                      -          -                      -         
45              -                      -          -                      -         
46              -                      -          -                      -         
47              -                      -          -                      -         
48              -                      -          -                      -         
49              -                      -          -                      -         
50              -                      -          -                      -         
51              -                      -          -                      -         
52              -                      -          -                      -         
53              -                      -          -                      -         
54              -                      -          -                      -         
55              -                      -          -                      -         
56              -                      -          -                      -         
57              -                      -          -                      -         
58              -                      -          -                      -         
59              -                      -          -                      -         
60              -                      -          -                      -         
61              -                      -          -                      -         
62              -                      -          -                      -         
63              -                      -          -                      -         
64              -                      -          -                      -         
65              -                      -          -                      -         
66              -                      -          -                      -         
67              -                      -          -                      -         
68              -                      -          -                      -         
69              -                      -          -                      -         
70              -                      -          -                      -         
71              -                      -          -                      -         
72              -                      -          -                      -         
73              -                      -          -                      -         
74              -                      -          -                      -         
75              -                      -          -                      -         
76              -                      -          -                      -         
77              -                      -          -                      -         
78              -                      -          -                      -         
79              -                      -          -                      -         
80              -                      -          -                      -         
81              -                      -          -                      -         
82              -                      -          -                      -         
83              -                      -          -                      -         
84              -                      -          -                      -         
85              -                      -          -                      -         
86              -                      -          -                      -         
87              -                      -          -                      -         
88              -                      -          -                      -         
89              -                      -          -                      -         
90              -                      -          -                      -         
91              -                      -          -                      -         
92              -                      -          -                      -         
93              -                      -          -                      -         
94              -                      -          -                      -         
95              -                      -          -                      -         
96              -                      -          -                      -         
97              -                      -          -                      -         
98              -                      -          -                      -         
99              -                      -          -                      -         
100             -                      -          -                      -         
101             -                      -          -                      -         
102             -                      -          -                      -         
103             -                      -          -                      -         
104             -                      -          -                      -         
105             -                      -          -                      -         
106             -                      -          -                      -         
107             -                      -          -                      -         
108             -                      -          -                      -         
109             -                      -          -                      -         
110             -                      -          -                      -         
111             -                      -          -                      -         
112             -                      -          -                      -         
113             -                      -          -                      -         
114             -                      -          -                      -         
115             -                      -          -                      -         
116             -                      -          -                      -         
117             -                      -          -                      -         
118             -                      -          -                      -         
119             -                      -          -                      -         
120             -                      -          -                      -         
121             -                      -          -                      -         
122             -                      -          -                      -         
123             -                      -          -                      -         
124             -                      -          -                      -         
125             -                      -          -                      -         
126             -                      -          -                      -         
127             -                      -          -                      -         

OsmoSTP(config-cs7-rt)# ! NOW TEST LOOKUP FAILS AS EXPECTED (all route links are down):

OsmoSTP(config-cs7-rt)# do show cs7 instance 0 route-lookup 3.2.1 from 0.0.1 sls 0
DLSS7 <000c> ss7_combined_linkset.c:297 0: CombinedLinkset(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=2) RT loookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: picked Normal Route via 'as3' round-robin style (unavailable)
DLSS7 <000c> ss7_combined_linkset.c:322 0: CombinedLinkset(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=2) RT Lookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: Normal Route via 'as3' unavailable, all Alternative Routes unavailable
DLSS7 <000c> ss7_combined_linkset.c:297 0: CombinedLinkset(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=5) RT loookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: picked Normal Route via 'as2' round-robin style (unavailable)
DLSS7 <000c> ss7_combined_linkset.c:322 0: CombinedLinkset(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=5) RT Lookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: Normal Route via 'as2' unavailable, all Alternative Routes unavailable
DLSS7 <000c> ss7_combined_linkset.c:297 0: CombinedLinkset(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=6) RT loookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: picked Normal Route via 'as1' round-robin style (unavailable)
DLSS7 <000c> ss7_combined_linkset.c:322 0: CombinedLinkset(dpc=6161=3.2.1,mask=0x3fff=7.255.7,prio=6) RT Lookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: Normal Route via 'as1' unavailable, all Alternative Routes unavailable
DLSS7 <000c> ss7_combined_linkset.c:297 0: CombinedLinkset(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=1) RT loookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: picked Normal Route via 'as1' round-robin style (unavailable)
DLSS7 <000c> ss7_combined_linkset.c:322 0: CombinedLinkset(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=1) RT Lookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: Normal Route via 'as1' unavailable, all Alternative Routes unavailable
DLSS7 <000c> ss7_combined_linkset.c:297 0: CombinedLinkset(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=2) RT loookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: picked Normal Route via 'as3' round-robin style (unavailable)
DLSS7 <000c> ss7_combined_linkset.c:322 0: CombinedLinkset(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=2) RT Lookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: Normal Route via 'as3' unavailable, all Alternative Routes unavailable
DLSS7 <000c> ss7_combined_linkset.c:297 0: CombinedLinkset(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=3) RT loookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: picked Normal Route via 'as3' round-robin style (unavailable)
DLSS7 <000c> ss7_combined_linkset.c:322 0: CombinedLinkset(dpc=6160=3.2.0,mask=0x3ff8=7.255.0,prio=3) RT Lookup: OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0 -> eSLS=32: Normal Route via 'as3' unavailable, all Alternative Routes unavailable
No route found for label 'OPC=1=0.0.1,DPC=6161=3.2.1,SLS=0'
Copyright (C) 2015-2020 by Harald Welte <laforge@gnumonks.org>
Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy
License GPLv2+: GNU GPL Version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Free Software lives by contribution.  If you use this, please contribute!

signal 15 received
DLSS7 <000c> ss7_instance.c:65 0: Creating SS7 Instance
DLSS7 <000c> ss7_route_table.c:62 0: Creating Route Table system
DLSS7 <000c> ss7_xua_srv.c:238 Creating m3ua Server (null):2905
DLSS7 <000c> ss7_xua_srv.c:258 Created m3ua server on (null):2905
DLSS7 <000c> ss7_xua_srv.c:326 (Re)binding m3ua Server to (127.0.0.2|127.0.0.1|::1):2905
DLGLOBAL <0000> telnet_interface.c:88 Available via telnet 127.0.0.1 4239
Launching: cd '/build/tests/vty'; ../../stp/osmo-stp -c ../../doc/examples/osmo-stp-multihome.cfg
OsmoSTP> list
  show pid
  show uptime
  show version
  show online-help
  list [with-flags]
  exit
  help
  show vty-attributes
  show vty-attributes (application|library|global)
  enable [expert-mode]
  terminal length <0-512>
  terminal no length
  who
  show history
  show runtime
  logging enable
  logging disable
  logging filter all (0|1)
  logging color (0|1)
  logging timestamp (0|1)
  logging print extended-timestamp (0|1)
  logging print thread-id (0|1)
  logging print category (0|1)
  logging print category-hex (0|1)
  logging print level (0|1)
  logging print file (0|1|basename) [last]
  logging set-log-mask MASK
  logging level (lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns|lbssgp|lnsdata|lnssignal|liuup|lpfcp|lcsn1|lio) (debug|info|notice|error|fatal)
  logging level set-all (debug|info|notice|error|fatal)
  logging level force-all (debug|info|notice|error|fatal)
  no logging level force-all
  logp (lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns|lbssgp|lnsdata|lnssignal|liuup|lpfcp|lcsn1|lio) (debug|info|notice|error|fatal) .LOGMESSAGE
  show logging vty
  show alarms
  show stats [skip-zero]
  show stats level (global|peer|subscriber) [skip-zero]
  show asciidoc counters
  show rate-counters [skip-zero]
  show cs7 instance <0-15> users
  show cs7 (sua|m3ua|ipa) [<0-65534>]
  show cs7 (sua|m3ua|ipa) (sctp|tcp) [<0-65534>]
  show cs7 config
  show cs7 instance <0-15> asp
  show cs7 instance <0-15> asp name ASP_NAME
  show cs7 instance <0-15> asp-remaddr
  show cs7 instance <0-15> asp-remaddr name ASP_NAME
  show cs7 instance <0-15> asp-assoc-status
  show cs7 instance <0-15> asp-assoc-status name ASP_NAME
  show cs7 instance <0-15> as (active|all|m3ua|sua)
  show cs7 instance <0-15> as name AS_NAME
  show cs7 instance <0-15> as binding-table name AS_NAME
  show cs7 instance <0-15> route [POINT_CODE]
  show cs7 instance <0-15> route binding-table [POINT_CODE] [all-matches]
  show cs7 instance <0-15> route-lookup POINT_CODE from POINT_CODE sls <0-15> [list-asps]
  show cs7 instance <0-15> sccp addressbook
  show cs7 instance <0-15> sccp users
  show cs7 instance <0-15> sccp ssn <0-65535>
  show cs7 instance <0-15> sccp connections
  show cs7 instance <0-15> sccp timers
  show cpu-sched threads
  show fsm NAME
  show fsm all
  show fsm-state-graph NAME
  show fsm-instances NAME
  show fsm-instances all
  show talloc-context (application|global|all) (full|brief|DEPTH)
  show talloc-context (application|global|all) (full|brief|DEPTH) tree ADDRESS
  show talloc-context (application|global|all) (full|brief|DEPTH) filter REGEXP

OsmoSTP> enable

OsmoSTP# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  disable
  configure [terminal]
  copy running-config startup-config
  shutdown
  show startup-config
  show version
  show online-help
  terminal length <0-512>
  terminal no length
  who
  show history
  terminal monitor
  terminal no monitor
  show runtime
  logging enable
  logging disable
  logging filter all (0|1)
  logging color (0|1)
  logging timestamp (0|1)
  logging print extended-timestamp (0|1)
  logging print thread-id (0|1)
  logging print category (0|1)
  logging print category-hex (0|1)
  logging print level (0|1)
  logging print file (0|1|basename) [last]
  logging set-log-mask MASK
  logging level (lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns|lbssgp|lnsdata|lnssignal|liuup|lpfcp|lcsn1|lio) (debug|info|notice|error|fatal)
  logging level set-all (debug|info|notice|error|fatal)
  logging level force-all (debug|info|notice|error|fatal)
  no logging level force-all
  logp (lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns|lbssgp|lnsdata|lnssignal|liuup|lpfcp|lcsn1|lio) (debug|info|notice|error|fatal) .LOGMESSAGE
  show logging vty
  show alarms
  show stats [skip-zero]
  show stats level (global|peer|subscriber) [skip-zero]
  show asciidoc counters
  show rate-counters [skip-zero]
  stats report
  stats reset
  show cs7 instance <0-15> users
  show cs7 (sua|m3ua|ipa) [<0-65534>]
  show cs7 (sua|m3ua|ipa) (sctp|tcp) [<0-65534>]
  show cs7 config
  cs7 instance <0-15> asp NAME disconnect
  cs7 instance <0-15> asp NAME audit point-code POINT_CODE
  show cs7 instance <0-15> asp
  show cs7 instance <0-15> asp name ASP_NAME
  show cs7 instance <0-15> asp-remaddr
  show cs7 instance <0-15> asp-remaddr name ASP_NAME
  show cs7 instance <0-15> asp-assoc-status
  show cs7 instance <0-15> asp-assoc-status name ASP_NAME
  show cs7 instance <0-15> as (active|all|m3ua|sua)
  show cs7 instance <0-15> as name AS_NAME
  show cs7 instance <0-15> as binding-table name AS_NAME
  show cs7 instance <0-15> route [POINT_CODE]
  show cs7 instance <0-15> route binding-table [POINT_CODE] [all-matches]
  show cs7 instance <0-15> route-lookup POINT_CODE from POINT_CODE sls <0-15> [list-asps]
  show cs7 instance <0-15> sccp addressbook
  show cs7 instance <0-15> sccp users
  show cs7 instance <0-15> sccp ssn <0-65535>
  show cs7 instance <0-15> sccp connections
  show cs7 instance <0-15> sccp timers
  show cpu-sched threads
  show fsm NAME
  show fsm all
  show fsm-state-graph NAME
  show fsm-instances NAME
  show fsm-instances all
  show talloc-context (application|global|all) (full|brief|DEPTH)
  show talloc-context (application|global|all) (full|brief|DEPTH) tree ADDRESS
  show talloc-context (application|global|all) (full|brief|DEPTH) filter REGEXP

OsmoSTP# show ?
  vty-attributes   List of VTY attributes
  running-config   running configuration
  startup-config   Contentes of startup configuration
  version          Displays program version
  online-help      Online help
  history          Display the session command history
  runtime          Display runtime information
  logging          Show current logging configuration
  alarms           Show current logging configuration
  stats            Show statistical values
  asciidoc         Asciidoc generation
  rate-counters    Show all rate counters
  cs7              ITU-T Signaling System 7
  cpu-sched        Show Sched section information
  fsm              Show information about finite state machines
  fsm-state-graph  Generate a state transition graph (using DOT language)
  fsm-instances    Show information about finite state machine instances
  talloc-context   Show talloc memory hierarchy

OsmoSTP# show cs7 ?
  instance  An instance of the SS7 stack
  sua       SCCP User Adaptation
  m3ua      MTP3 User Adaptation
  ipa       IPA Multiplex (SCCP Lite)
  config    Currently running cs7 configuration

OsmoSTP# show cs7 m3ua ?
  [<0-65534>]  Local Port Number
  sctp         SCTP (Stream Control Transmission Protocol)
  tcp          TCP (Transmission Control Protocol)

OsmoSTP# show cs7 m3ua 2905 ?
  <cr>  

OsmoSTP# show cs7 m3ua sctp ?
  [<0-65534>]  Local Port Number

OsmoSTP# show cs7 m3ua sctp 2905 ?
  <cr>  

OsmoSTP# show cs7 instance ?
  <0-15>  An instance of the SS7 stack

OsmoSTP# show cs7 instance 0 ?
  users             User Table
  asp               Application Server Process (ASP)
  asp-remaddr       Application Server Process (ASP) remote addresses information
  asp-assoc-status  Application Server Process (ASP) SCTP association status
  as                Application Server (AS)
  route             Routing Table
  route-lookup      Look up route
  sccp              Signalling Connection Control Part

OsmoSTP# show cs7 instance 0 as ?
  active         Display all active ASs
  all            Display all ASs (default)
  m3ua           Display all m3ua ASs
  sua            Display all SUA ASs
  name           Look up AS with a given name
  binding-table  Display binding table

OsmoSTP# show cs7 instance 0 sccp ?
  addressbook  List all SCCP addressbook entries
  users        Show List of SCCP Users registered
  ssn          Find an SCCP User registered for the given SSN
  connections  Show List of active SCCP connections
  timers       Show List of SCCP timers

OsmoSTP# show cs7 instance 0 sccp ssn ?
  <0-65535>  Subsystem Number (SSN)

OsmoSTP# configure terminal

OsmoSTP(config)# cs7 instance 0


OsmoSTP(config-cs7)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  description .TEXT
  network-indicator (international | national | reserved | spare)
  point-code POINT_CODE
  secondary-pc POINT_CODE
  point-code format <1-24> [<1-23>] [<1-22>]
  point-code format default
  point-code delimiter (default|dash)
  xua rkm routing-key-allocation (static-only|dynamic-permitted)
  sls-opc-dpc [opc-shift] [<0-8>] [dpc-shift] [<0-8>]
  sls-shift <0-6>
  asp NAME <0-65535> <0-65535> (sua|m3ua|ipa)
  asp NAME <0-65535> <0-65535> (sua|m3ua|ipa) (sctp|tcp)
  no asp NAME
  as NAME (sua|m3ua|ipa)
  no as NAME
  sccp-address NAME
  no sccp-address NAME
  route-table system
  listen (sua|m3ua|ipa) <0-65534> [(sctp|tcp)]
  no listen (sua|m3ua|ipa) <0-65534> [(sctp|tcp)]
  sccp-timer (conn_est|ias|iar|rel|repeat_rel|int|guard|reset|reassembly) <1-999999>
  sccp max-optional-data (<0-999999>|standard)

OsmoSTP(config-cs7)# ?
  help               Description of the interactive help system
  list               Print command list
  show               Show running system information
  write              Write running configuration to memory, network, or terminal
  exit               Exit current mode and down to previous mode
  end                End current mode and change to enable mode.
  description        Save human-readable description of the object
  network-indicator  Configure the Network Indicator
  point-code         Configure the local Point Code
  secondary-pc       Configure the local Secondary Point Code
  xua                SIGTRAN xxxUA related
  sls-opc-dpc        Shift OPC and DPC bits used during routing decision
  sls-shift          Shift SLS bits used during routing decision
  asp                Configure Application Server Process
  no                 Negate a command or set its defaults
  as                 Configure an Application Server
  sccp-address       Create/Modify an SCCP addressbook entry
  route-table        Specify the name of the route table
  listen             Configure/Enable xUA Listener
  sccp-timer         Configure SCCP timer values, see ITU-T Q.714
  sccp               Configure SCCP behavior

OsmoSTP(config-cs7)# description ?
  TEXT  Text until the end of the line

OsmoSTP(config-cs7)# network-indicator ?
  international  International Network
  national       National Network
  reserved       Reserved Network
  spare          Spare Network

OsmoSTP(config-cs7)# point-code ?
  POINT_CODE  Point Code
  format      Configure Point Code Format
  delimiter   Configure Point Code Delimiter

OsmoSTP(config-cs7)# point-code format ?
  <1-24>   Length of first PC component
  default  Default Point Code Format (3.8.3)
OsmoSTP(config-cs7)# point-code format 1 ?
  [<1-23>]  Length of second PC component
OsmoSTP(config-cs7)# point-code format 1 1 ?
  [<1-22>]  Length of third PC component

OsmoSTP(config-cs7)# point-code delimiter ?
  default  Use dot as delimiter
  dash     User dash as delimiter

OsmoSTP(config-cs7)# xua ?
  rkm  Routing Key Management
OsmoSTP(config-cs7)# xua rkm ?
  routing-key-allocation  Routing Key Management Allocation Policy
OsmoSTP(config-cs7)# xua rkm routing-key-allocation ?
  static-only        Only static (pre-configured) Routing Keys permitted
  dynamic-permitted  Dynamically allocate Routing Keys for what ASPs request

OsmoSTP(config-cs7)# asp ?
  NAME  Name of ASP
OsmoSTP(config-cs7)# asp foo ?
  <0-65535>  Remote port number
OsmoSTP(config-cs7)# asp foo 0 ?
  <0-65535>  Local port number
OsmoSTP(config-cs7)# asp foo 0 0 ?
  sua   SCCP User Adaptation
  m3ua  MTP3 User Adaptation
  ipa   IPA Multiplex (SCCP Lite)
OsmoSTP(config-cs7)# asp foo 0 0 m3ua ?
  sctp  SCTP (Stream Control Transmission Protocol)
  tcp   TCP (Transmission Control Protocol)
  <cr>  

OsmoSTP(config-cs7)# as ?
  NAME  Name of the Application Server
OsmoSTP(config-cs7)# as foo ?
  sua   SCCP User Adaptation
  m3ua  MTP3 User Adaptation
  ipa   IPA Multiplex (SCCP Lite)

OsmoSTP(config-cs7)# sccp-address ?
  NAME  Name of the SCCP Address

OsmoSTP(config-cs7)# no ?
  asp           Disable Application Server Process
  as            Disable Application Server
  sccp-address  Delete an SCCP addressbook entry
  listen        Disable xUA Listener on given port
OsmoSTP(config-cs7)# no asp ?
  NAME  Name of ASP
OsmoSTP(config-cs7)# no as ?
  NAME  Name of AS
OsmoSTP(config-cs7)# no sccp-address ?
  NAME  Name of the SCCP Address

OsmoSTP(config-cs7)# sccp-address foo

OsmoSTP(config-cs7-sccpaddr)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  no point-code
  no subsystem-number
  no global-title
  routing-indicator (GT|PC|IP)
  point-code POINT_CODE
  subsystem-number <0-4294967295>
  global-title
OsmoSTP(config-cs7-sccpaddr)# ?
  help               Description of the interactive help system
  list               Print command list
  show               Show running system information
  write              Write running configuration to memory, network, or terminal
  exit               Exit current mode and down to previous mode
  end                End current mode and change to enable mode.
  no                 Negate a command or set its defaults
  routing-indicator  Add Routing Indicator
  point-code         Add point-code Number
  subsystem-number   Add Subsystem Number
  global-title       Add/Modify Global Title

OsmoSTP(config-cs7-sccpaddr)# point-code 1.2.3


OsmoSTP(config-cs7-sccpaddr)# do show cs7 instance 0 sccp addressbook

Name         RI: PC:       SSN:       GT:
------------ --- --------- ---------- --------------------------------------- 
foo          PC  1.2.3     (none)     (none)

OsmoSTP(config-cs7-sccpaddr)# exit


OsmoSTP(config-cs7)# sccp-address foobarfoobarfoobarfoobarfoobarfoobar
DLSS7 <000c> ss7_instance.c:649 0: osmo_sccp_addr_create: SCCP address name too long: 'foobarfoobarfoobarfoobarfoobarfoobar'
Error: SCCP address name too long: 'foobarfoobarfoobarfoobarfoobarfoobar'
% Command incomplete.

OsmoSTP(config-cs7)# exit

OsmoSTP(config)# cs7 instance 1
DLSS7 <000c> ss7_instance.c:65 1: Creating SS7 Instance
DLSS7 <000c> ss7_route_table.c:62 1: Creating Route Table system

OsmoSTP(config-cs7)# sccp-address foo
Error: SCCP address name already used in cs7 instance other than 1: 'foo'
% Command incomplete.
OsmoSTP(config-cs7)# sccp-address bar
DLSS7 <000c> ss7_instance.c:658 1: osmo_sccp_addr_create: SCCP address name already used in cs7 instance 0: 'foo'

OsmoSTP(config-cs7-sccpaddr)# point-code 1.2.3

OsmoSTP(config-cs7-sccpaddr)# exit

OsmoSTP(config-cs7)# exit

OsmoSTP(config)# no cs7 instance 1
% Unknown command.

OsmoSTP(config)# cs7 instance 0


OsmoSTP(config-cs7)# asp my-asp 12345 54321 m3ua

OsmoSTP(config-cs7-asp)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  description .TEXT
  remote-ip (A.B.C.D|X:X::X:X) [primary]
  no remote-ip (A.B.C.D|X:X::X:X)
  local-ip (A.B.C.D|X:X::X:X) [primary]
  no local-ip (A.B.C.D|X:X::X:X)
  qos-class <0-7>
  role (sg|asp|ipsp)
  transport-role (client|server)
  sctp-param init (num-ostreams|max-instreams|max-attempts|timeout) <0-65535>
  no sctp-param init (num-ostreams|max-instreams|max-attempts|timeout)
  tcp-param keepalive enabled
  tcp-param keepalive (time|intvl|probes) <0-65535>
  no tcp-param keepalive
  no tcp-param keepalive (time|intvl|probes)
  tcp-param user-timeout <0-65535>
  no tcp-param user-timeout
  destination-audit asp-active
  no destination-audit asp-active
  quirk (no_notify|daud_in_asp|snm_inactive)
  no quirk (no_notify|daud_in_asp|snm_inactive)
  timer xua (ack|beat) <1-999999>
  timer lm (wait_asp_up|wait_notify|wait_notify_rkm|wait_rk_reg_resp) <1-999999>
  block
  shutdown
  no shutdown

OsmoSTP(config-cs7-asp)# ?
  help               Description of the interactive help system
  list               Print command list
  show               Show running system information
  write              Write running configuration to memory, network, or terminal
  exit               Exit current mode and down to previous mode
  end                End current mode and change to enable mode.
  description        Save human-readable description of the object
  remote-ip          Specify Remote IP Address of ASP
  no                 Negate a command or set its defaults
  local-ip           Specify Local IP Address from which to contact ASP
  qos-class          Specify QoS Class of ASP
  role               Specify the xUA role for this ASP
  transport-role     Specify the transport layer role for this ASP
  sctp-param         Configure SCTP parameters
  tcp-param          Configure TCP parameters
  destination-audit  Configure ASP Auditing (xUA DAUD)
  quirk              Enable quirk to work around interop issues
  timer              Configure ASP default timer values
  block              Allows a SCTP Association with ASP, but doesn't let it become active
  shutdown           Terminates SCTP association; New associations will be rejected

OsmoSTP(config-cs7-asp)# no ?
  remote-ip          Specify Remote IP Address of ASP
  local-ip           Specify Local IP Address from which to contact ASP
  sctp-param         Configure SCTP parameters
  tcp-param          Configure TCP parameters
  destination-audit  Configure ASP Auditing (xUA DAUD)
  quirk              Disable quirk to work around interop issues
  shutdown           Terminates SCTP association; New associations will be rejected

OsmoSTP(config-cs7-asp)# remote-ip 127.0.0.200

OsmoSTP(config-cs7-asp)# local-ip 127.0.0.100

OsmoSTP(config-cs7-asp)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------
my-asp        ?             uninitialized  m3ua  sg    server     127.0.0.100:54321        127.0.0.200:12345      
OsmoSTP(config-cs7-asp)# remote-ip 127.0.0.201

OsmoSTP(config-cs7-asp)# local-ip 127.0.0.101

OsmoSTP(config-cs7-asp)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------
my-asp        ?             uninitialized  m3ua  sg    server     (127.0.0.100|127.0.0.101):54321  (127.0.0.200|127.0.0.201):12345
OsmoSTP(config-cs7-asp)# ! Mark as primary:

OsmoSTP(config-cs7-asp)# remote-ip 127.0.0.201 primary

OsmoSTP(config-cs7-asp)# ! 'local-ip 127.0.0.101 primary' cannot be tested here since output may be different based on sysctl available

OsmoSTP(config-cs7-asp)# local-ip 127.0.0.101

OsmoSTP(config-cs7-asp)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------
my-asp        ?             uninitialized  m3ua  sg    server     (127.0.0.100|127.0.0.101):54321  (127.0.0.200|127.0.0.201*):12345
OsmoSTP(config-cs7-asp)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 asp my-asp 12345 54321 m3ua
  local-ip 127.0.0.100
  local-ip 127.0.0.101
  remote-ip 127.0.0.200
  remote-ip 127.0.0.201 primary
  role sg
  sctp-role server
  no shutdown
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end
OsmoSTP(config-cs7-asp)# ! Mark as non-primary:

OsmoSTP(config-cs7-asp)# remote-ip 127.0.0.201

OsmoSTP(config-cs7-asp)# local-ip 127.0.0.101

OsmoSTP(config-cs7-asp)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------
my-asp        ?             uninitialized  m3ua  sg    server     (127.0.0.100|127.0.0.101):54321  (127.0.0.200|127.0.0.201):12345
OsmoSTP(config-cs7-asp)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 asp my-asp 12345 54321 m3ua
  local-ip 127.0.0.100
  local-ip 127.0.0.101
  remote-ip 127.0.0.200
  remote-ip 127.0.0.201
  role sg
  sctp-role server
  no shutdown
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end
OsmoSTP(config-cs7-asp)# no shutdown
DLSS7 <000c> ss7_asp_vty.c:671 0: ASP(my-asp) Applying Adm State change: ENABLED -> ENABLED
DLSS7 <000c> ss7_asp.c:894 0: ASP(my-asp) Restarting ASP my-asp, r=(127.0.0.200|127.0.0.201):12345<->l=(127.0.0.100|127.0.0.101):54321
DLSS7 <000c> ss7_asp.c:935 0: ASP(my-asp) ASP Restart for server not implemented yet!

OsmoSTP(config-cs7-asp)# exit
% NOTE: Skipping automatic restart of ASP since an explicit '[no] shutdown' command was entered
OsmoSTP(config-cs7)# as my-ass m3ua
DLSS7 <000c> ss7_instance.c:325 0: AS(my-ass) Created AS

OsmoSTP(config-cs7-as)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  description .TEXT
  asp NAME
  no asp NAME
  traffic-mode (broadcast | roundrobin | override)
  traffic-mode loadshare [bindings] [sls] [opc-sls] [opc-shift] [<0-2>]
  no traffic-mode
  sls-shift <0-3>
  binding-table reset
  recovery-timeout <1-2000>
  qos-class <0-7>
  routing-key RCONTEXT DPC
  routing-key RCONTEXT DPC si (aal2|bicc|b-isup|h248|isup|sat-isup|sccp|tup)
  routing-key RCONTEXT DPC ssn SSN
  routing-key RCONTEXT DPC si (aal2|bicc|b-isup|h248|isup|sat-isup|sccp|tup) ssn SSN
  point-code override (opc|dpc) PC
  no point-code override (opc|dpc)
  point-code override patch-sccp (disabled|both)

OsmoSTP(config-cs7-as)# ?
  help              Description of the interactive help system
  list              Print command list
  show              Show running system information
  write             Write running configuration to memory, network, or terminal
  exit              Exit current mode and down to previous mode
  end               End current mode and change to enable mode.
  description       Save human-readable description of the object
  asp               Specify that a given ASP is part of this AS
  no                Negate a command or set its defaults
  traffic-mode      Specifies traffic mode of operation of the ASP within the AS
  sls-shift         Shift SLS bits used during routing decision
  binding-table     AS Loadshare binding table operations
  recovery-timeout  Specifies RFC4666 recovery timer T(r) timeout
  qos-class         Specity QoS Class of AS
  routing-key       Define a routing key
  point-code        Point Code Specific Features

OsmoSTP(config-cs7-as)# no ?
  asp           Specify ASP to be removed from this AS
  traffic-mode  Remove explicit traffic mode of operation of this AS
  point-code    Point Code Specific Features

OsmoSTP(config-cs7-as)# do show cs7 instance 0 as all
                          Routing    Routing Key                          Cic   Cic   Traffic
AS Name      State        Context    Dpc           Si   Opc           Ssn Min   Max   Mode
------------ ------------ ---------- ------------- ---- ------------- --- ----- ----- -------
my-ass       AS_DOWN      0          0.0.0                                             override

OsmoSTP(config-cs7-as)# do show cs7 instance 0 as active
                          Routing    Routing Key                          Cic   Cic   Traffic
AS Name      State        Context    Dpc           Si   Opc           Ssn Min   Max   Mode
------------ ------------ ---------- ------------- ---- ------------- --- ----- ----- -------

OsmoSTP(config-cs7-as)# do show cs7 instance 0 as sua
                          Routing    Routing Key                          Cic   Cic   Traffic
AS Name      State        Context    Dpc           Si   Opc           Ssn Min   Max   Mode
------------ ------------ ---------- ------------- ---- ------------- --- ----- ----- -------

OsmoSTP(config-cs7-as)# do show cs7 instance 0 as m3ua
                          Routing    Routing Key                          Cic   Cic   Traffic
AS Name      State        Context    Dpc           Si   Opc           Ssn Min   Max   Mode
------------ ------------ ---------- ------------- ---- ------------- --- ----- ----- -------
my-ass       AS_DOWN      0          0.0.0                                             override

OsmoSTP(config-cs7-as)# do show cs7 instance 0 as name my-ass
                          Routing    Routing Key                          Cic   Cic   Traffic
AS Name      State        Context    Dpc           Si   Opc           Ssn Min   Max   Mode
------------ ------------ ---------- ------------- ---- ------------- --- ----- ----- -------
my-ass       AS_DOWN      0          0.0.0                                             override

OsmoSTP(config-cs7-as)# do show cs7 instance 0 as name my-ass-not-exists
% No AS 'my-ass-not-exists' found

OsmoSTP(config-cs7-as)# do show cs7 instance 0 as binding-table name my-ass
Loadshare Seed  Normal ASP       Active  Alternative ASP  Active
--------------  ---------------  ------  ---------------  ------
0               -                -       -                -      
1               -                -       -                -      
2               -                -       -                -      
3               -                -       -                -      
4               -                -       -                -      
5               -                -       -                -      
6               -                -       -                -      
7               -                -       -                -      
8               -                -       -                -      
9               -                -       -                -      
10              -                -       -                -      
11              -                -       -                -      
12              -                -       -                -      
13              -                -       -                -      
14              -                -       -                -      
15              -                -       -                -      
16              -                -       -                -      
17              -                -       -                -      
18              -                -       -                -      
19              -                -       -                -      
20              -                -       -                -      
21              -                -       -                -      
22              -                -       -                -      
23              -                -       -                -      
24              -                -       -                -      
25              -                -       -                -      
26              -                -       -                -      
27              -                -       -                -      
28              -                -       -                -      
29              -                -       -                -      
30              -                -       -                -      
31              -                -       -                -      
32              -                -       -                -      
33              -                -       -                -      
34              -                -       -                -      
35              -                -       -                -      
36              -                -       -                -      
37              -                -       -                -      
38              -                -       -                -      
39              -                -       -                -      
40              -                -       -                -      
41              -                -       -                -      
42              -                -       -                -      
43              -                -       -                -      
44              -                -       -                -      
45              -                -       -                -      
46              -                -       -                -      
47              -                -       -                -      
48              -                -       -                -      
49              -                -       -                -      
50              -                -       -                -      
51              -                -       -                -      
52              -                -       -                -      
53              -                -       -                -      
54              -                -       -                -      
55              -                -       -                -      
56              -                -       -                -      
57              -                -       -                -      
58              -                -       -                -      
59              -                -       -                -      
60              -                -       -                -      
61              -                -       -                -      
62              -                -       -                -      
63              -                -       -                -      
64              -                -       -                -      
65              -                -       -                -      
66              -                -       -                -      
67              -                -       -                -      
68              -                -       -                -      
69              -                -       -                -      
70              -                -       -                -      
71              -                -       -                -      
72              -                -       -                -      
73              -                -       -                -      
74              -                -       -                -      
75              -                -       -                -      
76              -                -       -                -      
77              -                -       -                -      
78              -                -       -                -      
79              -                -       -                -      
80              -                -       -                -      
81              -                -       -                -      
82              -                -       -                -      
83              -                -       -                -      
84              -                -       -                -      
85              -                -       -                -      
86              -                -       -                -      
87              -                -       -                -      
88              -                -       -                -      
89              -                -       -                -      
90              -                -       -                -      
91              -                -       -                -      
92              -                -       -                -      
93              -                -       -                -      
94              -                -       -                -      
95              -                -       -                -      
96              -                -       -                -      
97              -                -       -                -      
98              -                -       -                -      
99              -                -       -                -      
100             -                -       -                -      
101             -                -       -                -      
102             -                -       -                -      
103             -                -       -                -      
104             -                -       -                -      
105             -                -       -                -      
106             -                -       -                -      
107             -                -       -                -      
108             -                -       -                -      
109             -                -       -                -      
110             -                -       -                -      
111             -                -       -                -      
112             -                -       -                -      
113             -                -       -                -      
114             -                -       -                -      
115             -                -       -                -      
116             -                -       -                -      
117             -                -       -                -      
118             -                -       -                -      
119             -                -       -                -      
120             -                -       -                -      
121             -                -       -                -      
122             -                -       -                -      
123             -                -       -                -      
124             -                -       -                -      
125             -                -       -                -      
126             -                -       -                -      
127             -                -       -                -      

OsmoSTP(config-cs7-as)# asp my-asp
DLSS7 <000c> ss7_as.c:161 0: AS(my-ass) Adding ASP my-asp to AS

OsmoSTP(config-cs7-as)# routing-key 0 3.2.1


OsmoSTP(config-cs7-as)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------
my-asp        my-ass        ASP_DOWN       m3ua  sg    server     (127.0.0.100|127.0.0.101):54321  (127.0.0.200|127.0.0.201):12345

OsmoSTP(config-cs7-as)# exit

OsmoSTP(config-cs7)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------
my-asp        my-ass        ASP_DOWN       m3ua  sg    server     (127.0.0.100|127.0.0.101):54321  (127.0.0.200|127.0.0.201):12345

OsmoSTP(config-cs7)# exit



OsmoSTP(config)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------
my-asp        my-ass        ASP_DOWN       m3ua  sg    server     (127.0.0.100|127.0.0.101):54321  (127.0.0.200|127.0.0.201):12345

OsmoSTP(config)# do show cs7 instance 0 as all
                          Routing    Routing Key                          Cic   Cic   Traffic
AS Name      State        Context    Dpc           Si   Opc           Ssn Min   Max   Mode
------------ ------------ ---------- ------------- ---- ------------- --- ----- ----- -------
my-ass       AS_DOWN      0          3.2.1                                             override



OsmoSTP(config)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 asp my-asp 12345 54321 m3ua
  local-ip 127.0.0.100
  local-ip 127.0.0.101
  remote-ip 127.0.0.200
  remote-ip 127.0.0.201
  role sg
  sctp-role server
  no shutdown
 as my-ass m3ua
  asp my-asp
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config)# do show cs7 instance 0 users


OsmoSTP(config)# do show cs7 m3ua
xUA server for m3ua/sctp on (::ffff:127.0.0.2|::ffff:127.0.0.1|::1):2905 is listening

OsmoSTP(config)# cs7 instance 0

OsmoSTP(config-cs7)# no asp unknown-asp
No ASP named 'unknown-asp' found

OsmoSTP(config-cs7)# no asp my-asp
DLSS7 <000c> ss7_asp.c:750 0: ASP(my-asp) Destroying ASP


OsmoSTP(config-cs7)# do show cs7 instance 0 asp
ASP Name      AS Name       State          Type  Role  SCTP Role  Local Addresses          Remote Addresses
------------  ------------  -------------  ----  ----  ---------  -----------------------  -----------------------

OsmoSTP(config-cs7)# do show cs7 instance 0 as all
                          Routing    Routing Key                          Cic   Cic   Traffic
AS Name      State        Context    Dpc           Si   Opc           Ssn Min   Max   Mode
------------ ------------ ---------- ------------- ---- ------------- --- ----- ----- -------
my-ass       AS_DOWN      0          3.2.1                                             override


OsmoSTP(config-cs7)# do show cs7 instance 0 sccp timers
SS7 instance 0 has no SCCP initialized

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp-timer ias 5
DLSS7 <000c> ss7_instance.c:159 0: Creating SCCP instance
DLSCCP <000d> sccp_instance.c:168 0: SCCP(rctx=0) Binding user 'SCCP Management' to SSN=1 PC=(no PC)

OsmoSTP(config-cs7)# do show cs7 instance 0 sccp timers
sccp-timer conn_est 60
sccp-timer ias 5
sccp-timer iar 900
sccp-timer rel 10
sccp-timer repeat_rel 10
sccp-timer int 60
sccp-timer guard 1380
sccp-timer reset 10
sccp-timer reassembly 10
OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
 sccp-timer ias 5
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp-timer ias 420

OsmoSTP(config-cs7)# do show cs7 instance 0 sccp timers
sccp-timer conn_est 60
sccp-timer ias 420
sccp-timer iar 900
sccp-timer rel 10
sccp-timer repeat_rel 10
sccp-timer int 60
sccp-timer guard 1380
sccp-timer reset 10
sccp-timer reassembly 10
OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp-timer?
  sccp-timer  Configure SCCP timer values, see ITU-T Q.714

OsmoSTP(config-cs7)# sccp-timer ?
  conn_est    Waiting for connection confirm message, 1 to 2 minutes (default: 60)
  ias         Send keep-alive: on an idle connection, delay before sending an Idle Timer message, 5 to 10 minutes (default: 420)
  iar         Receive keep-alive: on an idle connection, delay until considering a connection as stale, 11 to 21 minutes (default: 900)
  rel         Waiting for release complete message, 10 to 20 seconds (default: 10)
  repeat_rel  Waiting for release complete message; or to repeat sending released message after the initial expiry, 10 to 20 seconds (default: 10)
  int         Waiting for release complete message; or to release connection resources, freeze the LRN and alert a maintenance function after the initial expiry, extending to 1 minute (default: 60)
  guard       Waiting to resume normal procedure for temporary connection sections during the restart procedure, 23 to 25 minutes (default: 1380)
  reset       Waiting to release temporary connection section or alert maintenance function after reset request message is sent, 10 to 20 seconds (default: 10)
  reassembly  Waiting to receive all the segments of the remaining segments, single segmented message after receiving the first segment, 10 to 20 seconds (default: 10)

OsmoSTP(config-cs7)# sccp-timer conn_est ?
  <1-999999>  Timer value, in seconds

OsmoSTP(config-cs7)# sccp ?
  max-optional-data  Adjust the upper bound for the optional data length (the payload) for CR, CC, CREF and RLSD messages. For any Optional Data part larger than this value in octets, send CR, CC, CREF and RLSD messages without any payload, and send the data payload in a separate Data Form 1 message. ITU-T Q.713 sections 4.2 thru 4.5 define a limit of 130 bytes for the 'Data' parameter. This limit can be adjusted here. May be useful for interop with nonstandard SCCP peers.

OsmoSTP(config-cs7)# sccp max-optional-data ?
  <0-999999>  Set a non-standard maximum allowed number of bytes
  standard    Use the ITU-T Q.713 4.2 to 4.5 standard value of 130

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp max-optional-data 0

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
 sccp max-optional-data 0
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp max-optional-data 123

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
 sccp max-optional-data 123
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp max-optional-data 999999

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
 sccp max-optional-data 999999
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp max-optional-data standard

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end

OsmoSTP(config-cs7)# sccp max-optional-data 130

OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
 sccp max-optional-data 130
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end
Error during transcript step 130:
[
OsmoSTP(config-cs7)# show running-config
... !sccp max-optional-data
]
Error while verifying transcript file './osmo_stp_test.vty'
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/osmopython-0.3.0-py3.11.egg/osmopy/osmo_interact/common.py", line 357, in verify_application
    interact.verify_transcript_file(transcript_file)
  File "/usr/local/lib/python3.11/dist-packages/osmopython-0.3.0-py3.11.egg/osmopy/osmo_interact/common.py", line 111, in verify_transcript_file
    result = self.verify_transcript(content)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/osmopython-0.3.0-py3.11.egg/osmopy/osmo_interact/common.py", line 199, in verify_transcript
    raise Exception('Result mismatch:\n%s\n\nExpected:\n[\n%s\n]\n\nGot:\n[\n%s\n%s\n]'
Exception: Result mismatch:
Got forbidden line for wildcard '... !sccp max-optional-data': did not expect ' sccp max-optional-data 130' in line 58 of response

Expected:
[
OsmoSTP(config-cs7)# show running-config
... !sccp max-optional-data
]

Got:
[
OsmoSTP(config-cs7)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 1
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print file 1
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 info
 logging level lsccp info
 logging level lsua info
 logging level lm3ua info
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 xua rkm routing-key-allocation dynamic-permitted
 as my-ass m3ua
  routing-key 0 3.2.1
 route-table system
 listen m3ua 2905
  local-ip 127.0.0.2
  local-ip 127.0.0.1
  local-ip ::1
  accept-asp-connections dynamic-permitted
 sccp-address foo
  routing-indicator PC
  point-code 1.2.3
 sccp max-optional-data 130
cs7 instance 1
 route-table system
 sccp-address bar
  routing-indicator PC
  point-code 1.2.3
end
]
Copyright (C) 2015-2020 by Harald Welte <laforge@gnumonks.org>
Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy
License GPLv2+: GNU GPL Version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Free Software lives by contribution.  If you use this, please contribute!

signal 15 received

RESULTS:
pass: ./osmo_stp_route_prio.vty
FAIL: ./osmo_stp_test.vty

make[8]: *** [Makefile:647: vty-transcript-test-stp] Error 1
make[8]: Leaving directory '/build/tests/vty'
make[7]: *** [Makefile:665: vty-transcript-test] Error 2
make[7]: Leaving directory '/build/tests/vty'
make[6]: *** [Makefile:671: vty-test] Error 2
make[5]: *** [Makefile:634: ext-tests] Error 2
make[6]: Leaving directory '/build/tests/vty'
make[5]: Leaving directory '/build/tests/vty'
make[4]: *** [Makefile:674: check-local] Error 2
make[4]: Leaving directory '/build/tests/vty'
make[3]: *** [Makefile:509: check-am] Error 2
make[3]: Leaving directory '/build/tests/vty'
make[2]: Leaving directory '/build/tests'
make[2]: *** [Makefile:379: check-recursive] Error 1
make[1]: *** [Makefile:500: check-recursive] Error 1
make[1]: Leaving directory '/build'
make: *** [Makefile:799: check] Error 2
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE